chore(changelog): adjust jwt sieve change

This commit is contained in:
steve-chavez
2025-10-03 12:17:12 -05:00
committed by Steve Chavez
parent 8abc1559c7
commit e4458abd33
+2 -3
View File
@@ -14,14 +14,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084 - Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
+ It now uses a fixed size cache instead of arbitrary sized cache.
- Add `--ready` flag for postgrest healthcheck by @taimoorzaeem in #4239 - Add `--ready` flag for postgrest healthcheck by @taimoorzaeem in #4239
### Changed ### Changed
- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865 - Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084 - Replaced `jwt-cache-max-lifetime` config with `jwt-cache-max-entries` by @mkleczek in #4084
+ Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`.
+ It now uses a fixed size cache instead of arbitrary sized cache.
## [13.0.7] - 2025-09-14 ## [13.0.7] - 2025-09-14