Skip to content

Commit d1205a6

Browse files
committedSep 7, 2024
Release v5.7.0
1 parent 97d20cc commit d1205a6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# 5.6.0 (May 25, 2024)
218

319
* Add StrictNamedArgs (Tomas Zahradnicek)

0 commit comments

Comments
 (0)