Skip to content

Commit 279d2c7

Browse files
authored
docs(changelog) add breaking change notice for #8796 (#8835)
1 parent bdde6ae commit 279d2c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
- Deprecate/stop producing Debian 8 "Jessie" containers and packages (EOLed June 2020)
7777
[Kong/kong-build-tools #448](https://github.com/Kong/kong-build-tools/pull/448)
7878
[Kong/kong-distributions #766](https://github.com/Kong/kong-distributions/pull/766)
79+
- Kong schema library's `process_auto_fields` function will not any more make a deep
80+
copy of data that is passed to it when the given context is `"select"`. This was
81+
done to avoid excessive deep copying of tables where we believe the data most of
82+
the time comes from a driver like `pgmoon` or `lmdb`. This was done for performance
83+
reasons. Deep copying on `"select"` context can still be done before calling this
84+
function. [#8796](https://github.com/Kong/kong/pull/8796)
7985

8086
#### Admin API
8187

0 commit comments

Comments
 (0)