From 7d04731be1fe88cd8010f1e6643fbf2bb4d930a0 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 2 May 2025 17:16:40 -0500 Subject: [PATCH] chore: add changelog for v12.2.12 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57a697d3..fb9ba635c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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