From bf7dc485b3c9bf22ece1f077dda81533718f73b1 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 23 Mar 2026 12:20:53 +0500 Subject: [PATCH] chore: add changelog entry for v14.7 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f4ad2b1..641dad495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,6 @@ 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 -### Fixed - -- Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728 - ### Changed - All responses now include a `Vary` header by @develop7 in #4609 @@ -26,6 +22,12 @@ All notable changes to this project will be documented in this file. From versio - 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.7] - 2026-03-20 + +### Fixed + +- Fix not logging SIGTERM and SIGINT by @steve-chavez in #4728 + ## [14.6] - 2026-03-06 ### Fixed