1
0
mirror of https://github.com/jackc/pgx.git synced 2025-04-28 22:10:31 +00:00

Release v5.4.3

This commit is contained in:
Jack Christensen 2023-08-05 08:24:37 -05:00
parent e9087eacb8
commit 4c60839c48

@ -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) # 5.4.2 (July 11, 2023)
* Fix: RowScanner errors are fatal to Rows * Fix: RowScanner errors are fatal to Rows