2
0

Release v4.9.1

This commit is contained in:
Jack Christensen
2020-10-31 17:36:36 -05:00
parent 59a40dbf84
commit 9898beaa2d
+6
View File
@@ -1,3 +1,9 @@
# 4.9.1 (October 31, 2020)
* Update pgconn to v1.7.1
* Update pgtype to v1.6.1
* Fix SendBatch of all prepared statements with statement cache disabled
# 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.