Release v4.5.0

pull/692/head v4.5.0
Jack Christensen 2020-03-07 13:32:17 -06:00
parent 95907c29ce
commit 576f99a35e
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# 4.5.0 (March 7, 2020)
* Update to pgconn v1.4.0
* Fixes QueryRow with empty SQL
* Adds PostgreSQL service file support
* Add Len() to *pgx.Batch (WGH)
* Better logging for individual batch items (Ben Bader)
# 4.4.1 (February 14, 2020)
* Update pgconn to v1.3.2 - better default read buffer size