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