Release 2.6.0 / update changelog

pull/78/merge v2.6.0
Jack Christensen 2015-09-03 13:03:52 -05:00
parent fd39261551
commit e69d2bba26
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# 2.6.0 (September 3, 2015)
* Add inet and cidr type support
* Add binary decoding to TimestampOid in stdlib driver (Samuel Stauffer)
* Add support for specifying sslmode in connection strings (Rick Snyder)
* Allow ConnPool to have MaxConnections of 1
* Add basic PGSSLMODE to support to ParseEnvLibpq
* Add fallback TLS config
* Expose specific error for TSL refused
* More error details exposed in PgError
* Support custom dialer (Lewis Marshall)
# 2.5.0 (April 15, 2015)
* Fix stdlib nil support (Blaž Hrastnik)