From e4458abd338680e946d8d05a8978ceeec4303289 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 2 Oct 2025 18:37:18 -0500 Subject: [PATCH] chore(changelog): adjust jwt sieve change --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58943a93b..d5a65b9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - 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 ### Changed - Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865 -- Bounded JWT cache using the 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. +- Replaced `jwt-cache-max-lifetime` config with `jwt-cache-max-entries` by @mkleczek in #4084 ## [13.0.7] - 2025-09-14