Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89f1e6a

Browse files
committed
Update changelog
1 parent 93ee40e commit 89f1e6a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
# Unreleased
1+
# 3.2.0 (August 7, 2018)
22

33
## Features
44

55
* Support sslkey, sslcert, and sslrootcert URI params (Sean Chittenden)
66
* Allow any scheme in ParseURI (for convenience with cockroachdb) (Sean Chittenden)
77
* Add support for domain types
8+
* Add zerolog logging adaptor (Justin Reagor)
9+
* Add driver.Connector support / Go 1.10 support (James Lawrence)
10+
* Allow nested database/sql/driver.Drivers (Jackson Owens)
11+
* Support int64 and uint64 numeric array (Anthony Regeda)
12+
* Add nul support to pgtype.Bool (Tarik Demirci)
13+
* Add types to decode error messages (Damir Vandic)
14+
815

916
## Fixes
1017

1118
* Fix Rows.Values returning same value for multiple columns of same complex type
1219
* Fix StartReplication() syntax (steampunkcoder)
1320
* Fix precision loss for test format geometric types
21+
* Allows scanning jsonb column into `*json.RawMessage`
22+
* Allow recovery to savepoint in failed transaction
23+
* Fix deadlock when CopyFromSource panics
24+
* Include PreferSimpleProtocol in config Merge (Murat Kabilov)
1425

1526
## Changes
1627

0 commit comments

Comments
 (0)