mirror of https://github.com/jackc/pgx.git
parent
cdec57523d
commit
0446492fe9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue