Skip to content

Commit 77ca6ed

Browse files
committed
Bump version to 7.1.1
1 parent eea67b1 commit 77ca6ed

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [7.1.1] - 2026-01-01
6+
7+
### Fixed
8+
9+
- **Connection closed after DROP DATABASE** (closes #93): When dropping and recreating a target database, the CREATE DATABASE command now uses a fresh connection to the `postgres` admin database instead of reusing the stale connection that was terminated when the database was dropped.
10+
11+
- **SerenDB URL parsing for non-UUID hostnames** (closes #93): Remote execution no longer fails when the SerenDB target URL doesn't contain embedded UUIDs in the hostname. The code now gracefully falls back to using just the connection string.
12+
513
## [7.1.0] - 2025-12-31
614

715
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "database-replicator"
10-
version = "7.1.0"
10+
version = "7.1.1"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
description = "Universal database-to-PostgreSQL replication CLI. Supports PostgreSQL, SQLite, MongoDB, and MySQL."

0 commit comments

Comments
 (0)