From 6a37e1c37bd1d566f03c1fc62edee090dfe9af8e Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Wed, 30 Jul 2025 10:21:06 +0500 Subject: [PATCH] chore: correct recent change log entry Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b322d0d..1f189ad16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). + The exposed schemas are now listed in the `hint` instead of the `message` field. - Improve error details of `PGRST301` error by @taimoorzaeem in #4051 -### Changed -- #4084, Implemented fixed size JWT cache based on sieve algorithm ### Fixed - Fix OpenAPI broken docs link by @taimoorzaeem in #4080 @@ -23,6 +21,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865 +- Implement JWT cache based on sieve algorithm 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.4] - 2025-06-17