File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 76
76
- Deprecate/stop producing Debian 8 "Jessie" containers and packages (EOLed June 2020)
77
77
[ Kong/kong-build-tools #448 ] ( https://github.com/Kong/kong-build-tools/pull/448 )
78
78
[ 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 )
79
85
80
86
#### Admin API
81
87
You can’t perform that action at this time.
0 commit comments