Skip to content

Commit

Permalink
Add missed changelog entry and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Aug 5, 2023
1 parent 4c60839 commit d17440d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,12 @@
# 5.4.3 (Auguest 5, 2023)
# 5.4.3 (August 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
* Fix: NewConnsCount was not correctly counting connections created by Acquire directly. (James Hartig)
* RowTo(AddrOf)StructByPos ignores fields with "-" db tag
* Optimization: improve text format numeric parsing (horpto)

Expand Down

0 comments on commit d17440d

Please sign in to comment.