Skip to content

Update module lib/pq to v1

renovate requested to merge renovate/github.com-lib-pq-1.x into master

This MR contains the following updates:

Package Type Update Change
github.com/lib/pq require major v0.0.0-20190326042056-d6156e141ac6 -> v1.9.0

Release Notes

lib/pq

v1.9.0

Compare Source

  • 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

Compare Source

  • Change Kerberos connection string parameters:
    • service is now krbsrvname
    • spn is now krbspn

v1.7.1

Compare Source

  • Fix Kerberos build on Windows
  • Return rows affected for COPY

v1.7.0

Compare Source

  • Changed GSS API so that default package doesn't have any dependencies.

v1.6.0

Compare Source

  • Add GSS auth support
  • Fix for current map write when using unix sockets

v1.5.2

Compare Source

  • fix 2400 time encoding for time/timetz

v1.5.1

Compare Source

  • Improved notification handler.

v1.5.0

Compare Source

  • Added notification handler.

v1.4.0

Compare Source

  • Add a notice handler func.
  • Bump oldest supported Go version to 1.13.
  • Improve aix and plan9 support.

v1.3.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • Fix parsing of FLOAT4 types.

v1.1.0

Compare Source

  • 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.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports