From a05f89ab8594e457d2ab937c8f7e9599f3dbfe69 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Wed, 11 Feb 2026 16:56:25 -0600 Subject: [PATCH] changelog: Update changelog for modular connection check pr. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bef9bf..3c768e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Modular mode PostgreSQL/Redis connection checks: Replaced raw Python socket checks with native tools (`pg_isready` for PostgreSQL and `socket.create_connection` for Redis) in modular deployment mode to prevent indefinite hangs in Docker environments with non-standard networking or DNS configurations. Now properly supports IPv4 and IPv6 configurations. (Fixes #952) - Thanks [@CodeBormen](https://github.com/CodeBormen) + ## [0.19.0] - 2026-02-10 ### Added