From 07938aaab28d28968289b9b6a41e546a3a5dc8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C5=82eczek?= Date: Tue, 19 May 2026 07:11:11 +0200 Subject: [PATCH] amend: Move #4622 to proper Changelog section --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dfb30f5..7c8193140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. From versio - Shutdown should wait for in flight requests by @mkleczek in #4702 - 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 - +- Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622 ### Changed @@ -52,7 +52,6 @@ All notable changes to this project will be documented in this file. From versio ### Fixed - Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645 -- Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622 ## [14.9] - 2026-04-10