Release date 2025/03/27
Bugfix
-
Fixed an issue where usage headers that were supposed to be sent to the upstream were lost instead.
Release date 2025/03/27
Fixed an issue where usage headers that were supposed to be sent to the upstream were lost instead.
Release date 2024/09/11
Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed
Release date 2024/02/12
Standardize redis configuration across plugins. The redis configuration right now follows common schema that is shared across other plugins.
Release date 2022/12/06
Added support for Redis SSL through configuration propertiesredis_ssl
(can be set to true
or false
), ssl_verify
, and ssl_server_name
. Thanks, @dominikkukacka! #8595