File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 5.7.6 (September 8, 2025)
2
+
3
+ * Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)
4
+ * Add PrepareConn hook to pgxpool (Jonathan Hall)
5
+ * Reduce allocations in QueryContext (Dominique Lefevre)
6
+ * Add MarshalJSON and UnmarshalJSON for pgtype.Uint32 (Panos Koutsovasilis)
7
+ * Configure ping behavior on pgxpool with ShouldPing (Christian Kiely)
8
+ * zeronull int types implement Int64Valuer and Int64Scanner (Li Zeghong)
9
+ * Fix panic when receiving terminate connection message during CopyFrom (Michal Drausowski)
10
+ * Fix statement cache not being invalidated on error during batch (Muhammadali Nazarov)
11
+
1
12
# 5.7.5 (May 17, 2025)
2
13
3
14
* Support sslnegotiation connection option (divyam234)
You can’t perform that action at this time.
0 commit comments