このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.8.x
- Added the Redis
cluster_max_redirections
configuration option. - Fixed an issue where the Age header was not being updated correctly when serving cached requests.
Kong Gateway 3.6.x
- This plugin can now be scoped to consumer groups.
- Removed the undesired
proxy-cache-advanced/migrations/001_035_to_050.lua
file, which blocked migration from OSS to Enterprise. This is a breaking change only if you are upgrading from a Kong Gateway version between0.3.5
and0.5.0
.
Kong Gateway 3.3.x
- Added the
ignore_uri_case
configuration parameter. - Added wildcard and parameter match support for
config.content_type
.
Kong Gateway 3.1.x
- Added support for integrating with redis clusters using the
config.redis.cluster_addresses
configuration parameter.
Kong Gateway 2.8.x
-
Added the
redis.sentinel_username
andredis.sentinel_password
configuration parameters. -
The
redis.password
,redis.sentinel_username
, andredis.sentinel_password
configuration fields are now marked as referenceable, which means they can be securely stored as secrets in a vault. References must follow a specific format. -
Fixed plugin versions in the documentation. Previously, the plugin versions were labelled as
1.3-x
and2.2.x
. They are now updated to align with the plugin’s actual versions,0.4.x
and0.5.x
.