Release date 2024/09/11
Bugfix
-
Fixed an issue where the Age header was not being updated correctly when serving cached responses.
Release date 2024/09/11
Fixed an issue where the Age header was not being updated correctly when serving cached responses.
Release date 2022/12/06
Added the missing protocols field to the following plugin schemas: Proxy Caching (proxy-cache)
Release date 2022/09/09
These plugins don’t store response data in ngx.ctx.proxy_cache_hit anymore. Logging plugins that need the response data must now read it from kong.ctx.shared.proxy_cache_hit.#8607