Release v4.6.0

pull/704/head v4.6.0
Jack Christensen 2020-03-30 11:35:02 -05:00
parent cdec57523d
commit 0446492fe9
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# 4.6.0 (March 30, 2020)
* stdlib: Bail early if preloading rows.Next() results in rows.Err() (Bas van Beek)
* Sanitize time to microsecond accuracy (Andrew Nicoll)
* Update pgtype to v1.3.0
* Update pgconn to v1.5.0
* Update golang.org/x/crypto for security fix
* Implement "verify-ca" SSL mode
# 4.5.0 (March 7, 2020)
* Update to pgconn v1.4.0