Skip to content

Releases: lib/pq

v1.6.0

29 May 16:37
d408f9c
Compare
Choose a tag to compare
  • Add GSS auth support
  • Fix for current map write when using unix sockets

v1.5.2

07 May 21:36
f3b22b2
Compare
Choose a tag to compare
  • fix 2400 time encoding for time/timetz

v1.5.1

04 May 16:11
c904eab
Compare
Choose a tag to compare
  • Improved notification handler.

v1.5.0

03 May 16:05
6a6cbca
Compare
Choose a tag to compare
  • Added notification handler.

v1.4.0

21 Apr 22:19
1172019
Compare
Choose a tag to compare
  • Add a notice handler func.
  • Bump oldest supported Go version to 1.13.
  • Improve aix and plan9 support.

v1.3.0

18 Dec 22:49
9927457
Compare
Choose a tag to compare
  • Improved Ping support, now works correctly even during a failed transaction.
  • Fix nil pointer dereference when calling RowsAffected on the result of a 0-item CopyIn

v1.2.0

16 Jul 17:42
3427c32
Compare
Choose a tag to compare
  • Add QuoteLiteral function
  • Fix connection leak on SSL failure
  • Fix Rollback in commit
  • Drop tested support for Go < 1.11
  • Drop tested support for Postgres < 9.4

v1.1.1

03 May 20:23
bc6a3c0
Compare
Choose a tag to compare
  • Fix parsing of FLOAT4 types.

v1.1.0

15 Apr 18:30
Compare
Choose a tag to compare
  • Removed support for Go 1.8 and below. Go 1.9 or above is now required.
  • Implemented the Pinger interface.
  • Support returning multiple result sets from a single query.
  • Add SCRAM-SHA-256 authentication.

v1.0.0

23 Aug 06:30
4ded0e9
Compare
Choose a tag to compare

Initial tagged release. No major recent changes.