Release v5.4.3

pull/1708/head
Jack Christensen 2023-08-05 08:24:37 -05:00
parent e9087eacb8
commit 4c60839c48
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
# 5.4.3 (Auguest 5, 2023)
* Fix: QCharArrayOID was defined with the wrong OID (Christoph Engelbert)
* Fix: connect_timeout for sslmode=allow|prefer (smaher-edb)
* Fix: pgxpool: background health check cannot overflow pool
* Fix: Check for nil in defer when sending batch (recover properly from panic)
* Fix: json scan of non-string pointer to pointer
* Fix: zeronull.Timestamptz should use pgtype.Timestamptz
* RowTo(AddrOf)StructByPos ignores fields with "-" db tag
* Optimization: improve text format numeric parsing (horpto)
# 5.4.2 (July 11, 2023)
* Fix: RowScanner errors are fatal to Rows