このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.9.x
- Fixed an issue where the returned values from 
get_redis_connection()were incorrect. #13613 - Fixed an issue that caused an HTTP 500 error when 
hide_client_headerswas set totrueand the request exceeded the rate limit. #13722 
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_rateis 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_codeanderror_message. 
Kong Gateway 2.8.x
- Added the 
redis_usernameconfiguration parameter. 
Kong Gateway 2.7.x
- Added the 
redis_ssl,redis_ssl_verify, andredis_server_nameconfiguration parameters.