Skip to content

Bump github.com/uptrace/bun/driver/pgdriver from 1.1.1 to 1.2.15 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps github.com/uptrace/bun/driver/pgdriver from 1.1.1 to 1.2.15.

Release notes

Sourced from github.com/uptrace/bun/driver/pgdriver's releases.

v1.2.15

Please refer to CHANGELOG.md for details

v1.2.14

Please refer to CHANGELOG.md for details

v1.2.13

Please refer to CHANGELOG.md for details

v1.2.12

Please refer to CHANGELOG.md for details

v1.2.11

Please refer to CHANGELOG.md for details

v1.2.10

Please refer to CHANGELOG.md for details

v1.2.9

Please refer to CHANGELOG.md for details

v1.2.8

Please refer to CHANGELOG.md for details

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

v1.2.5

Please refer to CHANGELOG.md for details

v1.2.3

Please refer to CHANGELOG.md for details

v1.2.2

Please refer to CHANGELOG.md for details

v1.2.1

Please refer to CHANGELOG.md for details

v1.2.0

Please refer to CHANGELOG.md for details

v1.1.17

Please refer to CHANGELOG.md for details

v1.1.16

Please refer to CHANGELOG.md for details

... (truncated)

Changelog

Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.

1.2.15 (2025-07-17)

Bug Fixes

Features

  • db: rename CleanQueryHook to ResetQueryHooks (cb17679)
  • db: support clean query hooks (a5f19a7), closes #1226
  • dialect: return default on update/delete when create table (d347b48), closes #1212

1.2.14 (2025-06-16)

Bug Fixes

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

... (truncated)

Commits
  • 29e836e Merge pull request #1240 from uptrace/release/v1.2.15
  • 5c5af41 chore: release v1.2.15 (release.sh)
  • 9464a84 Merge pull request #1230 from kissejau/master
  • 16b9ca4 Merge pull request #1225 from thunderkatz/master
  • cb17679 feat(db): rename CleanQueryHook to ResetQueryHooks
  • 8067a8f fix(pgdriver): add mandatory space before negative numbers to resolve CVE-202...
  • 225bab0 Merge pull request #1236 from uptrace/feat-hook-support-clean
  • a5f19a7 feat(db): support clean query hooks
  • 7a28883 Merge pull request #1217 from uptrace/feat-dialect-support-on-update-delete
  • 32d85ae chore: rename Listener.Channel to Listener.CreateChannel
  • 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 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 <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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun) from 1.1.1 to 1.2.15.
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.1.1...v1.2.15)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-version: 1.2.15
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 13, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants