Release v4.13.0

pull/1057/head v4.13.0
Jack Christensen 2021-07-24 10:59:24 -05:00
parent 24f1d26fde
commit 8f33ed07cd
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# 4.13.0 (July 24, 2021)
* Trimmed pseudo-dependencies in Go modules from other packages tests
* Upgrade pgconn -- context cancellation no longer will return a net.Error
* Support time durations for simple protocol (Michael Darr)
# 4.12.0 (July 10, 2021)
* ResetSession hook is called before a connection is reused from pool for another query (Dmytro Haranzha)