From c8e7f11688338e7d5d1aca4a6116222462a9e1b9 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Tue, 5 May 2026 14:27:28 +0500 Subject: [PATCH] chore: add changelog entry for v14.11 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659820945..2f5a4619e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,8 @@ All notable changes to this project will be documented in this file. From versio ### Fixed - Shutdown should wait for in flight requests by @mkleczek in #4702 -- Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678 - Remove automatic transaction retries on `40001 (serialization_failure)` errors to prevent replication lag by @laurenceisla in #3673 - Fix unexpected results when embedding and filtering the same table more than once by @laurenceisla in #4075 -- Restore Listener query shape so it can be found in pg_stat_activity by @mkleczek in #4857 #4859 -- The LISTEN channel now automatically recovers when it stops working due to a PostgreSQL bug @laurenceisla in #3147 -- Fix misleading "Functions" name on schema cache summary in startup logs by @taimoorzaeem in #4821 ### Changed @@ -38,6 +34,15 @@ All notable changes to this project will be documented in this file. From versio - The name of an embedded table can no longer be used in filters if it has an alias by @laurenceisla in #4075 + e.g. `?select=alias:table(*)&table.id=eq.1` is not possible anymore, use `?select=alias:table(*)&alias.id=eq.1` instead. +## [14.11] - 2026-05-04 + +### Fixed + +- Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678 +- Restore Listener query shape so it can be found in `pg_stat_activity` by @mkleczek in #4857 #4859 +- The LISTEN channel now automatically recovers when it stops working due to a PostgreSQL bug @laurenceisla in #3147 +- Fix misleading "Functions" name on schema cache summary in startup logs by @taimoorzaeem in #4821 + ## [14.10] - 2026-04-16 ### Added