Kong Gateway 3.3.x
-
kong.cache
now points to a cache instance that is dedicated to the Serverless Functions plugins. It does not provide access to the global Kong Gateway cache. Access to certain fields inkong.conf
has also been restricted.
Kong Gateway 3.0.x
- The deprecated
config.functions
parameter has been removed from the plugin. Useconfig.access
instead.
Kong Gateway 2.3.x
-
Introduced sandboxing, which is enabled by default. Only the Kong PDK, OpenResty
ngx
APIs, and Lua standard libraries are allowed. To change the default setting, see theuntrusted_lua
parameter inkong.conf
.This change was also introduced into previous releases through patch versions: 1.5.0.9, 2.1.4.3, and 2.2.1.0.