All Versions
14
Latest Version
Avg Release Cycle
64 days
Latest Release
1278 days ago

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 now krbsrvname
      • spn is now krbspn
  • 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