2
0

Release v4.16.0

This commit is contained in:
Jack Christensen
2022-04-21 20:15:18 -05:00
parent c74f3f058f
commit 8c1815e02e
+10
View File
@@ -1,3 +1,13 @@
# 4.16.0 (April 21, 2022)
* Upgrade pgconn to v1.12.0
* Upgrade pgproto3 to v2.3.0
* Upgrade pgtype to v1.11.0
* Fix: Do not panic when context cancelled while getting statement from cache.
* Fix: Less memory pinning from old Rows.
* Fix: Support '\r' line ending when sanitizing SQL comment.
* Add pluggable GSSAPI support (Oliver Tan)
# 4.15.0 (February 7, 2022)
* Upgrade to pgconn v1.11.0