Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/uptrace/bun/extra/bundebug from 1.2.5 to 1.2.6.

Release notes

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

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/extra/bundebug'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 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)

@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Nov 21, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/server/src/main/github.com/uptrace/bun/extra/bundebug-1.2.6 branch 4 times, most recently from 442a17c to 7264378 Compare December 9, 2024 08:03
@mateo-ivc mateo-ivc enabled auto-merge December 9, 2024 08:11
Bumps [github.com/uptrace/bun/extra/bundebug](https://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)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun/extra/bundebug
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/server/src/main/github.com/uptrace/bun/extra/bundebug-1.2.6 branch from 7264378 to ae9924b Compare December 9, 2024 08:14
@mateo-ivc mateo-ivc added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit db06d92 Dec 9, 2024
12 checks passed
@mateo-ivc mateo-ivc deleted the dependabot/go_modules/server/src/main/github.com/uptrace/bun/extra/bundebug-1.2.6 branch December 9, 2024 08:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant