You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+33-31Lines changed: 33 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -89,57 +89,59 @@ jobs:
89
89
90
90
# Generate release notes
91
91
cat > release-notes.md << 'EOF'
92
-
## 🔧 Patch Release: v2.4.1
92
+
## 🚀 database-replicator v5.0.0
93
93
94
-
This patch release adds comprehensive automatic connection retry logic with exponential backoff to prevent failures during long-running operations when database connections drop unexpectedly.
94
+
**Universal database-to-PostgreSQL replication CLI** - Now open source!
95
95
96
-
### 🐛 Bug Fixes
96
+
This is the first public release of `database-replicator`, a command-line tool for replicating databases from multiple sources to PostgreSQL with zero downtime.
97
97
98
-
**Automatic Connection Retry for Direct Database Connections (#119)**
99
-
- Database connections that drop during long operations now automatically retry instead of failing
100
-
- Prevents "Connection error: connection closed" errors during `init`, filtered copy, and schema introspection
**Recommended upgrade** for all users. This fix significantly improves reliability during long-running replications, especially over unstable network connections or when replicating large databases that may exceed connection timeouts.
0 commit comments