infobloxopen / atlas-app-toolkit

This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Apache License 2.0
99 stars 115 forks source link

Bump github.com/lib/pq from 1.3.1-0.20200116171513-9eb3fc897d6f to 1.10.9 #407

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/lib/pq from 1.3.1-0.20200116171513-9eb3fc897d6f to 1.10.9.

Release notes

Sourced from github.com/lib/pq's releases.

v1.10.9

  • Fixes backwards incompat bug with 1.13.
  • Fixes pgpass issue

v1.10.4

  • Keep track of (context cancelled) error on connection.
  • Fix android build

v1.10.3

  • implement ConnPrepareContext/StmtQueryContext/StmtExecContext interfaces (context.Cancel() now ends connections)
  • Avoid type assertion to the same type
  • Fix build for illumos and solaris

v1.10.2

  • fix TimeTZ with second offsets
  • fix GOOS compilation

v1.10.1

  • fix concurrent map write

v1.10.0

  • support inline SSL certs

v1.9.0

  • 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

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

v1.7.1

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

v1.7.0

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

v1.6.0

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

v1.5.2

  • fix 2400 time encoding for time/timetz

v1.5.1

  • Improved notification handler.

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.