Skip to content

deps(go): bump the bun group with 3 updates#745

Merged
ptrus merged 1 commit intomainfrom
dependabot/go_modules/bun-3b990427a2
Jun 14, 2025
Merged

deps(go): bump the bun group with 3 updates#745
ptrus merged 1 commit intomainfrom
dependabot/go_modules/bun-3b990427a2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the bun group with 3 updates: github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect and github.com/uptrace/bun/driver/pgdriver.

Updates github.com/uptrace/bun from 1.2.11 to 1.2.12

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

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)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.11 to 1.2.12

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

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)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.11 to 1.2.12

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

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)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the c:deps Category: external dependencies label Jun 9, 2025
@dependabot dependabot bot requested review from kostko and ptrus as code owners June 9, 2025 21:42
@dependabot dependabot bot added the c:deps Category: external dependencies label Jun 9, 2025
Bumps the bun group with 3 updates: [github.com/uptrace/bun](https://github.com/uptrace/bun), [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) and [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun).


Updates `github.com/uptrace/bun` from 1.2.11 to 1.2.12
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.11...v1.2.12)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.11 to 1.2.12
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.11...v1.2.12)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.11 to 1.2.12
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.11...v1.2.12)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/bun-3b990427a2 branch from 41430f5 to 46ce59e Compare June 13, 2025 21:45
@ptrus ptrus merged commit 36f2876 into main Jun 14, 2025
5 of 6 checks passed
@ptrus ptrus deleted the dependabot/go_modules/bun-3b990427a2 branch June 14, 2025 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c:deps Category: external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant