Skip to content
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

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

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

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.5 to 1.2.6

Release notes

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

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

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

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)
  • change column type (3cfd8c6)
  • ci: support release on osx (435510b)
  • create sql migrations and apply them (1bf7cfd)
  • create transactional migration files (c3320f6)
  • detect Create/Drop table (408859f)
  • detect modified relations (a918dc4)
  • detect renamed columns (886d0a5)
  • detect renamed tables (8857bab)
  • enhance Apply method to accept multiple functions (7823f2f)
  • implement fmt.Stringer queries (5060e47)
  • improve FK handling (a822fc5)
  • include target schema name in migration name (ac8d221)
  • mariadb: support RETURNING clause in DELETE statement (b8dec9d)
  • migrate FKs (4c1dfdb)
  • mysql: support ORDER BY and LIMIT clauses in UPDATE and DELETE statements (de71bed)
  • support modifying primary keys (a734629)
  • support UNIQUE constraints (3c4d5d2)
  • use *bun.DB in MigratorDialect (a8788bf)
Commits
  • 02d497c Merge pull request #1065 from uptrace/release/v1.2.6
  • f3ba209 chore: release v1.2.6 (release.sh)
  • 73fd825 Merge pull request #1067 from mattn/fix-script
  • bcd070f fix: update oracledialect/version.go in release.sh
  • 8e991a5 Merge pull request #1066 from uptrace/feat-support-release-on-osx
  • 7591ff9 Merge pull request #1064 from mattn/fix-oracle-mod
  • 435510b feat(ci): support release on osx
  • 89e21ea fix: fix go.mod of oracledialect
  • c6b302f Merge pull request #1060 from j2gg0s/feat-embed-with-unique
  • 3acd6dd fix: support embed with tag Unique
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.5 to 1.2.6

Release notes

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

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

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

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)
  • change column type (3cfd8c6)
  • ci: support release on osx (435510b)
  • create sql migrations and apply them (1bf7cfd)
  • create transactional migration files (c3320f6)
  • detect Create/Drop table (408859f)
  • detect modified relations (a918dc4)
  • detect renamed columns (886d0a5)
  • detect renamed tables (8857bab)
  • enhance Apply method to accept multiple functions (7823f2f)
  • implement fmt.Stringer queries (5060e47)
  • improve FK handling (a822fc5)
  • include target schema name in migration name (ac8d221)
  • mariadb: support RETURNING clause in DELETE statement (b8dec9d)
  • migrate FKs (4c1dfdb)
  • mysql: support ORDER BY and LIMIT clauses in UPDATE and DELETE statements (de71bed)
  • support modifying primary keys (a734629)
  • support UNIQUE constraints (3c4d5d2)
  • use *bun.DB in MigratorDialect (a8788bf)
Commits
  • 02d497c Merge pull request #1065 from uptrace/release/v1.2.6
  • f3ba209 chore: release v1.2.6 (release.sh)
  • 73fd825 Merge pull request #1067 from mattn/fix-script
  • bcd070f fix: update oracledialect/version.go in release.sh
  • 8e991a5 Merge pull request #1066 from uptrace/feat-support-release-on-osx
  • 7591ff9 Merge pull request #1064 from mattn/fix-oracle-mod
  • 435510b feat(ci): support release on osx
  • 89e21ea fix: fix go.mod of oracledialect
  • c6b302f Merge pull request #1060 from j2gg0s/feat-embed-with-unique
  • 3acd6dd fix: support embed with tag Unique
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.5 to 1.2.6

Release notes

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

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

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

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)
  • change column type (3cfd8c6)
  • ci: support release on osx (435510b)
  • create sql migrations and apply them (1bf7cfd)
  • create transactional migration files (c3320f6)
  • detect Create/Drop table (408859f)
  • detect modified relations (a918dc4)
  • detect renamed columns (886d0a5)
  • detect renamed tables (8857bab)
  • enhance Apply method to accept multiple functions (7823f2f)
  • implement fmt.Stringer queries (5060e47)
  • improve FK handling (a822fc5)
  • include target schema name in migration name (ac8d221)
  • mariadb: support RETURNING clause in DELETE statement (b8dec9d)
  • migrate FKs (4c1dfdb)
  • mysql: support ORDER BY and LIMIT clauses in UPDATE and DELETE statements (de71bed)
  • support modifying primary keys (a734629)
  • support UNIQUE constraints (3c4d5d2)
  • use *bun.DB in MigratorDialect (a8788bf)
Commits
  • 02d497c Merge pull request #1065 from uptrace/release/v1.2.6
  • f3ba209 chore: release v1.2.6 (release.sh)
  • 73fd825 Merge pull request #1067 from mattn/fix-script
  • bcd070f fix: update oracledialect/version.go in release.sh
  • 8e991a5 Merge pull request #1066 from uptrace/feat-support-release-on-osx
  • 7591ff9 Merge pull request #1064 from mattn/fix-oracle-mod
  • 435510b feat(ci): support release on osx
  • 89e21ea fix: fix go.mod of oracledialect
  • c6b302f Merge pull request #1060 from j2gg0s/feat-embed-with-unique
  • 3acd6dd fix: support embed with tag Unique
  • 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 Nov 20, 2024
@ptrus
Copy link
Member

ptrus commented Nov 22, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/bun-6be1ec1e9d branch from a8295e8 to 5ebc1d7 Compare November 22, 2024 08:51
@ptrus
Copy link
Member

ptrus commented Nov 22, 2024

@dependabot recreate

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.5 to 1.2.6
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.6)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.6)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/bun-6be1ec1e9d branch from 5ebc1d7 to e1a3981 Compare November 22, 2024 08:59
@ptrus ptrus enabled auto-merge November 22, 2024 09:02
@ptrus ptrus merged commit 6dcc860 into main Nov 22, 2024
6 checks passed
@ptrus ptrus deleted the dependabot/go_modules/bun-6be1ec1e9d branch November 22, 2024 09:04
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