From 2daff86eaca646862d66c1f0861dadb10aaf534b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:42:34 +0000 Subject: [PATCH 1/2] Initial plan From 013094f78245b0eb6986b497150d26b898435963 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:43:48 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md with latest changes Co-authored-by: clauspruefer <17313789+clauspruefer@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1968851..91dca0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ - `connect_timeout`: Default 10 seconds - Fixes issue where example `01-logical-replication` would not work without explicit configuration +### Changes + +- **Connection Retry**: Removed configurable connect retry sleep time + - Connection retry sleep time is now statically set to 1 second + - Simplifies configuration by removing `connection_retry_sleep` parameter + ### Documentation - **Configuration Documentation**: Updated configuration documentation to reflect correct units and types @@ -19,6 +25,13 @@ - Updated default values to match implementation - Simplified multi-database configuration examples to show only required parameters +### CI/CD + +- **GitHub Actions**: Added GitHub Actions CI workflow + - Runs tests on push and pull request events + - Includes pytest with coverage reporting + - Validates module build and installation + ## Version 1.0 (Stable) - Stable release tested and verified