Skip to content

Commit 68c3664

Browse files
committed
Add v5.3.14 changelog entry
1 parent b413add commit 68c3664

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## [5.3.14] - 2025-12-03
6+
7+
### Fixed
8+
9+
- **Fix connection hang in `database_is_empty()` for SerenDB/Neon targets**: The `database_is_empty()` function now reuses the existing database connection instead of creating a new one. This prevents indefinite hangs when connecting to serverless PostgreSQL providers (SerenDB, Neon) that have strict connection pool limits, where attempting to create a second connection while the first is active would exhaust the pool and cause `tokio_postgres::connect` to hang forever (no built-in timeout).
10+
511
## [5.3.13] - 2025-12-03
612

713
### Fixed

0 commit comments

Comments
 (0)