diff --git a/CHANGELOG.md b/CHANGELOG.md index 511819b99..4e35df3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +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 - - #3498, Fix incorrect parsing of the `for` parameter of the `application/vnd.pgrst.plan` media type - @taimoorzaeem - - #4014, Fix JWT cache allows old tokens after the jwt-secret is changed in a config reload - @taimoorzaeem ### Changed @@ -57,6 +55,13 @@ 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.9] - 2025-04-16 + +### Fixed + + - #3498, Fix incorrect parsing of the `for` parameter of the `application/vnd.pgrst.plan` media type - @taimoorzaeem + - #4014, Fix JWT cache allows old tokens after the jwt-secret is changed in a config reload - @taimoorzaeem + ## [12.2.8] - 2025-02-10 ### Fixed