From 63a2267f53cf8417e30213bd046ec81be1174848 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Tue, 14 Jul 2026 12:19:48 +0500 Subject: [PATCH] chore: add changelog entry for v14.15 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dafa059f..049cace6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ All notable changes to this project will be documented in this file. From versio - If the schema cache fails to reload, PostgREST will no longer stop serving requests and will continue doing so in a "best effort" basis by @mkleczek in #4873 #4869 - Stop reporting 503s errors unnecessarily while the schema cache is loading at startup by @mkleczek in #4880 - Fix responding with `Something went wrong` on Admin server when under EMFILE by @mkleczek in #5077 -- Fix admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012 ### Changed @@ -56,6 +55,12 @@ The `jwt-role-claim-key` config should be updated according to the following: + You will see a warning in the logs when this happens. + You can disable this behavior now by setting `url-use-legacy-target-names = false`. +## [14.15] - 2026-07-13 + +### Fixed + +- Fix admin server dying silently by @Vlix, @mkleczek, @steve-chavez in #5012 + ## [14.14] - 2026-06-29 ### Fixed