From 98fcbedca5dcb7315235a12a04cc4085e7517dc9 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Wed, 23 Apr 2025 12:20:58 +0500 Subject: [PATCH] chore: add changelog for v12.2.11 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb2cf82a..584562e14 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 - - #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