From af17a75ae157c6a591eb94ceea22d4c33ea869b6 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Tue, 30 Jun 2026 02:28:37 +0500 Subject: [PATCH] chore: add changelog entry for v14.14 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02c1bf36..38367812c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ All notable changes to this project will be documented in this file. From versio - Fix unexpected results when embedding and filtering the same table more than once by @laurenceisla in #4075 - 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 admin server not logging cause of failure by @taimoorzaeem in #5012 ### Changed @@ -49,6 +48,12 @@ The `jwt-role-claim-key` config should be updated according to the following: + Example: `.roles[?(@ ^== "postgrest_test_")]` -> `$.roles[?search(@, "^postgrest_test_")]` - Detailed reference for syntax: [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535.html#name-jsonpath-syntax-and-semanti). +## [14.14] - 2026-06-29 + +### Fixed + +- Fix admin server not logging cause of failure by @taimoorzaeem in #5012 + ## [14.13] - 2026-06-04 ### Fixed