このページは、まだ日本語ではご利用いただけません。翻訳中です。
Changelog
Kong Gateway 3.8.x
- Fixed an issue where the DP would report that deprecated config fields were used when configuration was pushed from the CP. #13069
Kong Gateway 3.7.x
- Fixed migration of Redis configuration.
Kong Gateway 3.6.x
- This plugin can now be scoped to consumer groups.
- Standardized Redis configuration across plugins. The Redis configuration now follows a common schema that is shared across other plugins.
- The plugin now provides better accuracy in counters when
sync_rate
is used with the Redis policy. #11859 - Fixed an issue where all counters were synced to the same database at the same rate. #12003
Kong Gateway 3.1.x
- Added the ability to customize the error code and message with
the configuration parameters
error_code
anderror_message
.
Kong Gateway 2.8.x
- Added the
redis_username
configuration parameter.
Kong Gateway 2.7.x
- Added the
redis_ssl
,redis_ssl_verify
, andredis_server_name
configuration parameters.