From 1d2350188c423c12116f8568e4219bc4c1eb0667 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 24 Oct 2025 13:18:27 -0500 Subject: [PATCH] chore(changelog): put additions at the top --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb7d3b8d..a28df1013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### 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 + ### Fixed - Fix not logging OpenAPI queries when `log-query=main-query` is enabled by @steve-chavez in #4226 @@ -15,12 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix reloading the Schema Cache unnecessarily on a `PGRST002` error by @laurenceisla in #4367 - Fix schema cache loading taking a long time for large schemas by @mkleczek in #4360, #3704 -### 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