From 72a9d70f0997a7a51a7bf0de78df154a594e4c4c Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 30 Jan 2026 15:31:30 +0500 Subject: [PATCH] chore: add changelog entry for v14.4 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ebdfb8b..8c4ce98f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,17 @@ All notable changes to this project will be documented in this file. From versio ### Fixed -- Ensure Listener connections are released by @mkleczek in #4614 -- Fix incorrectly filtering the returned representation for PATCH requests when using `or/and` filters by @laurenceisla in #3707 -- Fix listener running with exception masked after first failure #4615 - Optimize requests with `Prefer: count=exact` that do not use ranges or `db-max-rows` by @laurenceisla in #3957 + Removed unnecessary double count when building the `Content-Range`. +## [14.4] - 2026-01-29 + +### Fixed + +- Ensure Listener connections are released by @mkleczek in #4614 +- Fix incorrectly filtering the returned representation for PATCH requests when using `or/and` filters by @laurenceisla in #3707 +- Fix listener running with exception masked after first failure by @mkleczek in #4615 + ## [14.3] - 2026-01-03 ### Fixed