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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments