From a1d6202434aa40c3624688f6c2cacbc27eef5472 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 29 Jun 2019 11:19:29 -0500 Subject: [PATCH] Release 3.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c7d9df..f22d8d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 3.5.0 (June 29, 2019) + +## Features + +* Protocol support for PortalSuspended message (avivklas) +* Read OIDs for composite types on connection init (Nick Jones) + +## Fixes + +* Hstore can have empty keys (Josh Leverette) +* Fix -0 value for numeric type (David Hudson) +* Log error message on rows-close error (Euan Kemp) + +## Changes + +* Explicitly cast binary string to bytea in simple protocol (jinhua luo) +* Skip parse and sanitize simple query when no arguments (jinhua luo) + # 3.4.0 (May 3, 2019) ## Features