From c732591f37533171fd5bfd4d5c2566f578c03d84 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 18 Apr 2025 21:30:22 -0500 Subject: [PATCH] chore: add changelog for 12.2.10 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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