From c59c9cac59ab95eceb0c12ff338923c62f411ea2 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 1 Dec 2018 11:13:13 -0600 Subject: [PATCH] Update changelog for v3.3.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbef44a..305c2a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 3.3.0 (December 1, 2018) + +## Features + +* Add CopyFromReader and CopyToWriter (Murat Kabilov) +* Add MacaddrArray (Anthony Regeda) +* Add float types to FieldDescription.Type (David Yamnitsky) +* Add CheckedOutConnections helper method (MOZGIII) +* Add host query parameter to support Unix sockets (Jörg Thalheim) +* Custom cancelation hook for use with PostgreSQL-like databases (James Hartig) +* Added LastStmtSent for safe retry logic (James Hartig) + +## Fixes + +* Do not silently ignore assign NULL to \*string +* Fix issue with JSON and driver.Valuer conversion +* Fix race with stdlib Driver.configs Open (Greg Curtis) + +## Changes + +* Connection pool uses connections in queue order instead of stack. This + minimized the time any connection is idle vs. any other connection. + (Anthony Regeda) +* FieldDescription.Modifier is int32 instead of uint32 +* tls: stop sending ssl_renegotiation_limit in startup message (Tejas Manohar) + # 3.2.0 (August 7, 2018) ## Features