chore: add changelog entry for v14.15

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-07-14 21:04:15 +05:00
parent aa7d442d32
commit 63a2267f53
+6 -1
View File
@@ -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