chore: add changelog for v12.2.12

This commit is contained in:
steve-chavez
2025-05-04 13:53:50 -05:00
committed by Steve Chavez
parent b58253833b
commit 7d04731be1
+7
View File
@@ -57,6 +57,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.12] - 2025-05-01
### Fixed
- #3956, Fix exposing admin server `/config` by default - @steve-chavez
+ The above endpoint is now disabled unless the `admin-server-config-enabled` config is set to `true`
## [12.2.11] - 2025-04-22
### Fixed