File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 5.7.0 (September 2024)
2
+
3
+ * Add support for sslrootcert=system (Yann Soubeyrand)
4
+ * Add LoadTypes to load multiple types in a single SQL query (Nick Farrell)
5
+ * Add XMLCodec supports encoding + scanning XML column type like json (nickcruess-soda)
6
+ * Add MultiTrace (Stepan Rabotkin)
7
+ * Add TraceLogConfig with customizable TimeKey (stringintech)
8
+ * pgx.ErrNoRows wraps sql.ErrNoRows to aid in database/sql compatibility with native pgx functions (merlin)
9
+ * Support scanning binary formatted uint32 into string / TextScanner (jennifersp)
10
+ * Fix interval encoding to allow 0s and avoid extra spaces (Carlos Pérez-Aradros Herce)
11
+ * Update pgservicefile - fixes panic when parsing invalid file
12
+ * Better error message when reading past end of batch
13
+ * Don't print url when url.Parse returns an error (Kevin Biju)
14
+ * Fix snake case name normalization collision in RowToStructByName with db tag (nolandseigler)
15
+ * Fix: Scan and encode types with underlying types of arrays
16
+
1
17
# 5.6.0 (May 25, 2024)
2
18
3
19
* Add StrictNamedArgs (Tomas Zahradnicek)
You can’t perform that action at this time.
0 commit comments