Skip to content

chore(deps): Bump github.com/lib/pq from 1.12.0 to 1.12.3#407

Merged
edenreich merged 1 commit intomainfrom
dependabot/go_modules/github.com/lib/pq-1.12.3
Apr 7, 2026
Merged

chore(deps): Bump github.com/lib/pq from 1.12.0 to 1.12.3#407
edenreich merged 1 commit intomainfrom
dependabot/go_modules/github.com/lib/pq-1.12.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps github.com/lib/pq from 1.12.0 to 1.12.3.

Release notes

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

v1.12.3

  • Send datestyle startup parameter, improving compatbility with database engines that use a different default datestyle such as EnterpriseDB (#1312).

#1312: lib/pq#1312

v1.12.2

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the connection. Since v1.12.0 this could result in permanently broken connections, especially with CockroachDB which frequently sends partial messages (#1299).

#1299: lib/pq#1299

v1.12.1

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).

  • Don't clear password if directly set on pq.Config (#1302).

#1300: lib/pq#1300 #1302: lib/pq#1302

Changelog

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

v1.12.3 (2026-04-03)

  • Send datestyle startup parameter, improving compatbility with database engines that use a different default datestyle such as EnterpriseDB (#1312).

#1312: lib/pq#1312

v1.12.2 (2026-04-02)

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the connection. Since v1.12.0 this could result in permanently broken connections, especially with CockroachDB which frequently sends partial messages (#1299).

#1299: lib/pq#1299

v1.12.1 (2026-03-30)

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).

  • Don't clear password if directly set on pq.Config (#1302).

#1300: lib/pq#1300 #1302: lib/pq#1302

Commits
  • 1f3e3d9 Send datestyle as a startup parameter (#1312)
  • 32ba56b Expand tests for multiple result sets
  • c2cfac1 Release v1.12.2
  • 859f104 Test CockroachDB
  • 12e464c Allow multiple matches and regexps in pqtest.ErrorContains()
  • 6d77ced Treat io.ErrUnexpectedEOF as driver.ErrBadConn in handleError
  • 71daecb Ensure transactions are closed in pqtest
  • 8f44823 Set PGAPPNAME for tests
  • 4af2196 Fix healthcheck
  • 38a54e4 Split out testdata/init a bit
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> 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)

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.12.0 to 1.12.3.
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.12.0...v1.12.3)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 6, 2026
@edenreich edenreich merged commit cc7ea5f into main Apr 7, 2026
5 checks passed
@edenreich edenreich deleted the dependabot/go_modules/github.com/lib/pq-1.12.3 branch April 7, 2026 05:58
ig-semantic-release-bot bot pushed a commit that referenced this pull request Apr 15, 2026
## [0.101.0](v0.100.5...v0.101.0) (2026-04-15)

### 🚀 Features

* Add pluggable channel system for remote messaging via Telegram ([#410](#410)) ([7c66058](7c66058)), closes [#380](#380)

### 🐛 Bug Fixes

* Bump all golang versions to 1.26+ ([9f6e985](9f6e985))

### 🧹 Maintenance

* Bump development dependencies and GitHub Actions ([#409](#409)) ([92e1a6b](92e1a6b))
* **deps:** Bump github.com/go-vgo/robotgo from 1.0.1 to 1.0.2 ([#408](#408)) ([17ebf9b](17ebf9b))
* **deps:** Bump github.com/lib/pq from 1.12.0 to 1.12.3 ([#407](#407)) ([cc7ea5f](cc7ea5f))
* **deps:** Bump golang.org/x/crypto from 0.49.0 to 0.50.0 ([#412](#412)) ([00a611e](00a611e))
* **deps:** Bump golang.org/x/image from 0.38.0 to 0.39.0 ([d027cc3](d027cc3))
* **deps:** Bump modernc.org/sqlite from 1.48.0 to 1.48.1 ([#406](#406)) ([ae2f4d5](ae2f4d5))
* **deps:** Bump modernc.org/sqlite from 1.48.1 to 1.48.2 ([#411](#411)) ([eaedede](eaedede))
@ig-semantic-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 0.101.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant