From 759917772c7268de27c4167c16f067a93369cb55 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 17 Apr 2026 10:26:49 +0500 Subject: [PATCH] chore: add changelog entry for v14.10 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ffd13d2..c6426c26c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,19 +13,24 @@ All notable changes to this project will be documented in this file. From versio - Add config `client-error-verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824 - Add `Vary` header to responses by @develop7 in #4609 - Add config `db-timezone-enabled` for optional querying of timezones by @taimoorzaeem in #4751 -- Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668 - Log schema cache queries timings on `log-level=debug` by @steve-chavez in #4805 -### Fixed - -- Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645 - ### Changed - All responses now include a `Vary` header by @develop7 in #4609 - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 + Now fails at startup. Prior to this, it failed with `PGRST205` on requests related to these schemas. +## [14.10] - 2026-04-16 + +### Added + +- Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668 + +### Fixed + +- Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645 + ## [14.9] - 2026-04-10 ### Added