Kong Gateway 3.8.x
- Added the Redis
config.redis.cluster_max_redirections
configuration option. - The following parameters have been deprecated:
-
config.redis.cluster_address
has been deprecated and replaced byconfig.redis.cluster_nodes
. -
config.redis.sentinel_cluster
has been deprecated and replaced byconfig.redis.sentinel_nodes
. -
config.redis.timeout
has been deprecated and replaced withconfig.redis.connect_timeout
,config.redis.send_timeout
, andconfig.redis.read_timeout
.
-
Kong Gateway 3.7.x
- Added Redis strategy support.
- Added the ability to resolve unhandled errors with bypass, with the request going upstream.
Enable it using the
config.bypass_on_err
configuration option.
Kong Gateway 2.8.x
- Fixed the error
function cannot be called in access phase (only in: log)
, which was preventing the plugin from working consistently.