Skip to content

Commit 0ca4eef

Browse files
authored
Merge pull request #39 from clauspruefer/copilot/sub-pr-37-again
Update CHANGELOG.md for version 1.0.1
2 parents 8106de0 + 013094f commit 0ca4eef

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
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
@@ -19,6 +25,13 @@
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

0 commit comments

Comments
 (0)