Release 3.5.0

pull/569/head v3.5.0
Jack Christensen 2019-06-29 11:19:29 -05:00
parent 0151aeb307
commit a1d6202434
1 changed files with 18 additions and 0 deletions

View File

@ -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