Release date 2026/07/02
Bugfix
-
Fixed an issue where the cache management Admin API did not work when the
redisstrategy configuration was provided via a partial.
Release date 2026/07/02
Fixed an issue where the cache management Admin API did not work when the redis strategy configuration was provided via a partial.
Release date 2025/04/10
Fixed an issue where the kong.plugins.proxy-cache-advanced.migrations module was not being loaded when upgrading to 3.8.x.y.
This issue was introduced in 3.8.0.0 and Kong refuses to start if redis.timeout and redis.connect_timeout are set to different values.
Release date 2024/09/11
Deprecated timeout config field in redis config in favor of connect_/send_/read_timeout (timeout field will be removed in 4.0).
Switched to sentinel_nodes and cluster_nodes for redis configuration.
Added Redis cluster_max_redirections configuration option.
Fixed a bug where the Age header was not being updated correctly when serving cached requests
Release date 2022/03/02
Added Redis ACL support (Redis v6.0.0+ and Redis Sentinel v6.2.0+).
Added the redis.sentinel_username and redis.sentinel_password configuration parameters.
Beta feature: The redis.password, redis.sentinel_username, and redis.sentinel_passwordconfiguration fields are now marked as referenceable, which means they can be securely stored as secretsin a vault. References must follow a specific format.
Fixed a X-Cache-Status:Miss error that occurred when caching large files.