mirror of https://github.com/jackc/pgx.git
parent
93ee40e691
commit
89f1e6ac72
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,16 +1,27 @@
|
|||
# Unreleased
|
||||
# 3.2.0 (August 7, 2018)
|
||||
|
||||
## Features
|
||||
|
||||
* Support sslkey, sslcert, and sslrootcert URI params (Sean Chittenden)
|
||||
* Allow any scheme in ParseURI (for convenience with cockroachdb) (Sean Chittenden)
|
||||
* Add support for domain types
|
||||
* Add zerolog logging adaptor (Justin Reagor)
|
||||
* Add driver.Connector support / Go 1.10 support (James Lawrence)
|
||||
* Allow nested database/sql/driver.Drivers (Jackson Owens)
|
||||
* Support int64 and uint64 numeric array (Anthony Regeda)
|
||||
* Add nul support to pgtype.Bool (Tarik Demirci)
|
||||
* Add types to decode error messages (Damir Vandic)
|
||||
|
||||
|
||||
## Fixes
|
||||
|
||||
* Fix Rows.Values returning same value for multiple columns of same complex type
|
||||
* Fix StartReplication() syntax (steampunkcoder)
|
||||
* Fix precision loss for test format geometric types
|
||||
* Allows scanning jsonb column into `*json.RawMessage`
|
||||
* Allow recovery to savepoint in failed transaction
|
||||
* Fix deadlock when CopyFromSource panics
|
||||
* Include PreferSimpleProtocol in config Merge (Murat Kabilov)
|
||||
|
||||
## Changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue