chore: add changelog for v12.2.11

This commit is contained in:
Taimoor Zaeem
2025-04-23 07:34:19 +00:00
committed by Wolfgang Walther
parent fdf902319d
commit 98fcbedca5
+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
- #4030, Fix regression with parameter `charset=utf-8` in mediatype - @taimoorzaeem
### 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.11] - 2025-04-22
### Fixed
- #4030, Fix regression with parameter `charset=utf-8` in mediatype - @taimoorzaeem
## [12.2.10] - 2025-04-18
### Fixed