Skip to content

Commit e4458ab

Browse files
committed
chore(changelog): adjust jwt sieve change
1 parent 8abc155 commit e4458ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414
### Added
1515

1616
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
17+
+ It now uses a fixed size cache instead of arbitrary sized cache.
1718
- Add `--ready` flag for postgrest healthcheck by @taimoorzaeem in #4239
1819

1920
### Changed
2021

2122
- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
22-
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084
23-
+ Replaces `jwt-cache-max-lifetime` config with `jwt-cache-max-entries`.
24-
+ It now uses a fixed size cache instead of arbitrary sized cache.
23+
- Replaced `jwt-cache-max-lifetime` config with `jwt-cache-max-entries` by @mkleczek in #4084
2524

2625
## [13.0.7] - 2025-09-14
2726

0 commit comments

Comments
 (0)