All Versions
14
Latest Version
Avg Release Cycle
64 days
Latest Release
1570 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.9.0 Changes
December 01, 2020- ๐ better errors on network failures
- fully implement database/sql/driver.Driver
- ๐ improved query cancellation from contexts
- ๐ support int32/float32/[]byte slices in Array
-
v1.8.0 Changes
July 27, 2020- ๐ Change Kerberos connection string parameters:
service
is nowkrbsrvname
spn
is nowkrbspn
- ๐ Change Kerberos connection string parameters:
-
v1.7.1 Changes
July 20, 2020- ๐ Fix Kerberos build on Windows
- Return rows affected for COPY
-
v1.7.0 Changes
June 08, 2020- ๐ Changed GSS API so that default package doesn't have any dependencies.
-
v1.6.0 Changes
May 29, 2020- โ Add GSS auth support
- ๐ Fix for current map write when using unix sockets
-
v1.5.2 Changes
May 07, 2020- ๐ fix 2400 time encoding for time/timetz
-
v1.5.1 Changes
May 04, 2020- ๐ Improved notification handler.
-
v1.5.0 Changes
May 03, 2020- โ Added notification handler.
-
v1.4.0 Changes
April 21, 2020- โ Add a notice handler func.
- โฌ๏ธ Bump oldest supported Go version to 1.13.
- ๐ Improve aix and plan9 support.
-
v1.3.0 Changes
December 18, 2019- ๐ 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