chore: add changelog for 12.2.10

This commit is contained in:
steve-chavez
2025-04-18 21:30:22 -05:00
parent b740fcb1ff
commit c732591f37
+6 -1
View File
@@ -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