Release date 2024/12/12
Bugfix
-
Fix a bug where the return values from
get_redis_connection()
are mistaken. -
Fixed an issue that caused an HTTP 500 error when
hide_client_headers
is set totrue
and the request exceeds the rate limit.
Release date 2024/12/12
Fix a bug where the return values from get_redis_connection()
are mistaken.
Fixed an issue that caused an HTTP 500 error when hide_client_headers
is set to true
and the request exceeds the rate limit.
Release date 2024/11/04
Fixed an issue that caused an HTTP 500 error when hide_client_headers
is set to true
and the request exceeds the rate limit.
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.
add support for consumer group scoping
support to ratelimit by consumer group
fix to provide better accuracy in counters when sync_rate is used with the redis policy.
fix an issuer where all counters are synced to the same DB at the same rate.
Release date 2023/12/21
fix an issuer where all counters are synced to the same DB at the same rate.
Release date 2023/12/15
fix an issuer where all counters are synced to the same DB at the same rate.
Release date 2023/09/15
The redis rate limiting strategy now returns an error when Redis Cluster is down.
Release date 2022/09/09
Fixed a PostgreSQL deadlock issue that occurred when the cluster
policy was used with two or more metrics (for example, second
and day
.)#8968
Updated the priority for some plugins.: rate-limiting
changed from 901
to 910
The default policy is now local for all deployment modes.#9344