Release v4.8.1

pull/816/head v4.8.1
Jack Christensen 2020-07-29 22:19:49 -05:00
parent cce1d671f4
commit e9579e6249
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# 4.8.1 (July 29, 2020)
* Update pgconn to v1.6.4
* Fix deadlock on error after CommandComplete but before ReadyForQuery
* Fix panic on parsing DSN with trailing '='
# 4.8.0 (July 22, 2020)
* All argument types supported by native pgx should now also work through database/sql