Skip to content

Commit 5c1fbf4

Browse files
committed
Update changelog for v5.7.3
1 parent 05fe5f8 commit 5c1fbf4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 5.7.3 (March 21, 2025)
2+
3+
* Expose EmptyAcquireWaitTime in pgxpool.Stat (vamshiaruru32)
4+
* Improve SQL sanitizer performance (ninedraft)
5+
* Fix Scan confusion with json(b), sql.Scanner, and automatic dereferencing (moukoublen, felix-roehrich)
6+
* Fix Values() for xml type always returning nil instead of []byte
7+
* Add ability to send Flush message in pipeline mode (zenkovev)
8+
* Fix pgtype.Timestamp's JSON behavior to match PostgreSQL (pconstantinou)
9+
* Better error messages when scanning structs (logicbomb)
10+
* Fix handling of error on batch write (bonnefoa)
11+
* Match libpq's connection fallback behavior more closely (felix-roehrich)
12+
* Add MinIdleConns to pgxpool (djahandarie)
13+
114
# 5.7.2 (December 21, 2024)
215

316
* Fix prepared statement already exists on batch prepare failure

0 commit comments

Comments
 (0)