This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Release v2.0.0-rc.13
Pre-release
Pre-release
[2.0.0-rc.13] - 2022-01-19
Changes
- Added Opentracing support in gRPC service and various critical functions.
- Added many more useful Prometheus metrics.
- Refactored GetRateCheck calls to use a hash ring for parallel processing,
instead of locking a shared mutex to process requests sequentially. - Rate checks now respect client's context deadline and will abort processing
immediately if canceled. - Fixed stack overflow panic in token bucket ratelimit checking.
- Fixed leaky bucket ratelimits expiring prematurely. #121
- Enable running gubernator in Kubernetes while enforcing mTLS #124