diff --git a/CHANGELOG.md b/CHANGELOG.md index 228da0646..358e4f41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3697, #3602, Handle queries on non-existing table gracefully - @taimoorzaeem - #3600, #3926, Improve JWT errors - @taimoorzaeem - #3013, Fix `order=` with POST, PATCH, PUT and DELETE requests - @taimoorzaeem - - #3889, Fix: JWT cache purging on every request decreases performance - @mkleczek ### Changed @@ -56,6 +55,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). + Return new `PGRST303` error when jwt claims decoding fails - #3906, Return `PGRST125` and `PGRST126` errors instead of empty json - @taimoorzaeem +## [12.2.10] - 2025-04-18 + +### Fixed + +- #3889, Fix: JWT cache purging on every request decreases performance - @mkleczek + ## [12.2.9] - 2025-04-16 ### Fixed