From c73e7d75061bb42b0282945710f344cfe1113d10 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 14 Sep 2019 20:14:24 -0500 Subject: [PATCH] Release v3.6.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22d8d29..8b626330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 3.6.0 (September 14, 2019) + +## Features + +* Improve zap logger (Nicholas Wilson) +* Improve composite type support (David) +* Connect multi-host support (Artemiy Ryabinkov) +* Improve UUID to any [16]byte conversion (Nicholas Wilson) +* Add database/sql repeatable read transaction support (Nathaniel Caza) +* Load user-defined array type oids (Dmitriy Garanzha) +* Add ConnPool.AcquireEx (Kale Blankenship) + +## Fixes + +* Remove 0 bytes when sanitizing identifiers +* Terminate context prior to releasing when killing batch connection (Andrew S. Brown) +* Do not ignore PostgreSQL errors from deferred constraints +* Correct example for WaitForNotification (Ian Stapleton Cordasco) +* Include ParameterOIDs when preparing statements on new pool connections (Kale Blankenship) +* Fix DSN parsing with single quoted values (Joshua Barone) + +## Changes + +* Adjust default read buffer to match default PostgreSQL send buffer (Artemiy Ryabinkov) +* Add https://github.com/gofrs/uuid extension (David Hudson) + # 3.5.0 (June 29, 2019) ## Features