Kong Gateway 3.10.x
- Fixed an issue where a duplicate
protocols
field was accidentally added to thepre-function
schema.
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. - The pre-function plugin changed priority from
+inf
to1000000
.
Kong Gateway 2.8.x
- Added the missing
protocols
field to the plugin.
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.