Release v4.9.0

pull/842/head v4.9.0
Jack Christensen 2020-09-26 11:56:45 -05:00
parent f23bd4824d
commit 2a8ae6f269
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# 4.9.0 (September 26, 2020)
* pgxpool now waits for connection cleanup to finish before making room in pool for another connection. This prevents temporarily exceeding max pool size.
* Fix when scanning a column to nil to skip it on the first row but scanning it to a real value on a subsequent row.
* Fix prefer simple protocol with prepared statements. (Jinzhu)
* Fix FieldDescriptions not being available on Rows before calling Next the first time.
* Various minor fixes in updated versions of pgconn, pgtype, and puddle.
# 4.8.1 (July 29, 2020)
* Update pgconn to v1.6.4