chore: add changelog entry for v14.16

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-07-28 23:31:31 +05:00
parent 022f0faa38
commit 59081195f0
+6 -1
View File
@@ -28,7 +28,6 @@ All notable changes to this project will be documented in this file. From versio
- 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 schema cache dump missing RPC transaction isolation level by @taimoorzaeem in #5079
- Fix admin server crashing without a way to recover by @taimoorzaeem in #5096
### Changed
@@ -59,6 +58,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.16] - 2026-07-27
### Fixed
- Fix admin server crashing without a way to recover by @taimoorzaeem in #5096
## [14.15] - 2026-07-13
### Fixed