Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang-migrate/migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.19.0
Choose a base ref
...
head repository: golang-migrate/migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.19.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 7 contributors

Commits on Aug 3, 2025

  1. Configuration menu
    Copy the full SHA
    30690d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Configuration menu
    Copy the full SHA
    39ab04d View commit details
    Browse the repository at this point in the history
  2. fix linter issues

    HaraldNordgren committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    952d08e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    1ee8337 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Update docker image

    matsoob committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    ce3cb72 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0

    Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.6.0 to 1.7.0.
    - [Commits](dvsekhvalnov/jose2go@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/dvsekhvalnov/jose2go
      dependency-version: 1.7.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    3f583f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Merge pull request #1334 from golang-migrate/dependabot/go_modules/gi…

    …thub.com/dvsekhvalnov/jose2go-1.7.0
    
    Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0
    dhui authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    a51d0da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1333 from matsoob/updateGoInBaseImage

    Update docker image to use go 1.25, addressing vulnerabilities
    dhui authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    70e6d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Bump golang.org/x/crypto from 0.36.0 to 0.45.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
    - [Commits](golang/crypto@v0.36.0...v0.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.45.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    6dd86e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Merge pull request #1335 from golang-migrate/dependabot/go_modules/go…

    …lang.org/x/crypto-0.45.0
    
    Bump golang.org/x/crypto from 0.36.0 to 0.45.0
    dhui authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f939a89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1325 from HaraldNordgren/linter_issues

    fix linter issues
    dhui authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    43cc3b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1304 from iamonah/fix/clarify-databaseName-meaning

    Rename databaseName to databaseDriverName
    dhui authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    a371c8e View commit details
    Browse the repository at this point in the history
  4. chore: Update cloud.google.com/go/spanner version (#1330)

    * chore: Update cloud.google.com/go/spanner version
    
    * Run `go mod tidy`
    
    ---------
    
    Co-authored-by: Dale Hui <[email protected]>
    jferrl and dhui authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    9f9df7c View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/crypto from 0.43.0 to 0.45.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
    - [Commits](golang/crypto@v0.43.0...v0.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.45.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    8d76259 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1336 from golang-migrate/dependabot/go_modules/go…

    …lang.org/x/crypto-0.45.0
    
    Bump golang.org/x/crypto from 0.43.0 to 0.45.0
    dhui authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    472ef2e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. chore: remove dependency on "hashicorp/go-multierror" (#1322)

    * feat: remove dependency on "hashicorp/go-multierror"
    
    It seems the project has been unmainted for quite some time already,
    see for example hashicorp/go-multierror#97
    and hashicorp/go-multierror#98.
    This also removes an uneccessary dependency which slims down the go.mod.
    
    Go as of version 1.20 supports appending errors by specifying
    multiple "%w" formatters in the "fmt.Errorf"[^0] function.
    
    [^0]: https://pkg.go.dev/fmt#Errorf
    
    * feat: use errors.Join to combine multiple errors
    
    As an update to the previous commit 59f084e,
    use "errors.Join"[^0] instead of multiple "%w" formatters for "fmt.Errorf".
    
    [^0]: https://pkg.go.dev/errors#Join
    
    * chore: bring back unused util.go file as removing it is a breaking change
    leonklingele authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    89e308c View commit details
    Browse the repository at this point in the history
Loading