File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - ` connect_timeout ` : Default 10 seconds
1212 - Fixes issue where example ` 01-logical-replication ` would not work without explicit configuration
1313
14+ ### Changes
15+
16+ - ** Connection Retry** : Removed configurable connect retry sleep time
17+ - Connection retry sleep time is now statically set to 1 second
18+ - Simplifies configuration by removing ` connection_retry_sleep ` parameter
19+
1420### Documentation
1521
1622- ** Configuration Documentation** : Updated configuration documentation to reflect correct units and types
1925 - Updated default values to match implementation
2026 - Simplified multi-database configuration examples to show only required parameters
2127
28+ ### CI/CD
29+
30+ - ** GitHub Actions** : Added GitHub Actions CI workflow
31+ - Runs tests on push and pull request events
32+ - Includes pytest with coverage reporting
33+ - Validates module build and installation
34+
2235## Version 1.0 (Stable)
2336
2437- Stable release tested and verified
You can’t perform that action at this time.
0 commit comments