Skip to content

Commit 15bca4a

Browse files
committed
Release v5.7.5
1 parent 1d557f9 commit 15bca4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 5.7.5 (May 17, 2025)
2+
3+
* Support sslnegotiation connection option (divyam234)
4+
* Update golang.org/x/crypto to v0.37.0. This placates security scanners that were unable to see that pgx did not use the behavior affected by https://pkg.go.dev/vuln/GO-2025-3487.
5+
* TraceLog now logs Acquire and Release at the debug level (dave sinclair)
6+
* Add support for PGTZ environment variable
7+
* Add support for PGOPTIONS environment variable
8+
* Unpin memory used by Rows quicker
9+
* Remove PlanScan memoization. This resolves a rare issue where scanning could be broken for one type by first scanning another. The problem was in the memoization system and benchmarking revealed that memoization was not providing any meaningful benefit.
10+
111
# 5.7.4 (March 24, 2025)
212

313
* Fix / revert change to scanning JSON `null` (Felix Röhrich)

0 commit comments

Comments
 (0)