-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: golang-migrate/migrate
base: v4.19.0
head repository: golang-migrate/migrate
compare: v4.19.1
- 16 commits
- 29 files changed
- 7 contributors
Commits on Aug 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 30690d7 - Browse repository at this point
Copy the full SHA 30690d7View commit details
Commits on Nov 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 39ab04d - Browse repository at this point
Copy the full SHA 39ab04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 952d08e - Browse repository at this point
Copy the full SHA 952d08eView commit details
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ee8337 - Browse repository at this point
Copy the full SHA 1ee8337View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ce3cb72 - Browse repository at this point
Copy the full SHA ce3cb72View commit details
Commits on Nov 14, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3f583f0 - Browse repository at this point
Copy the full SHA 3f583f0View commit details
Commits on Nov 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for a51d0da - Browse repository at this point
Copy the full SHA a51d0daView commit details -
Merge pull request #1333 from matsoob/updateGoInBaseImage
Update docker image to use go 1.25, addressing vulnerabilities
Configuration menu - View commit details
-
Copy full SHA for 70e6d6d - Browse repository at this point
Copy the full SHA 70e6d6dView commit details
Commits on Nov 20, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6dd86e0 - Browse repository at this point
Copy the full SHA 6dd86e0View commit details
Commits on Nov 27, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f939a89 - Browse repository at this point
Copy the full SHA f939a89View commit details -
Merge pull request #1325 from HaraldNordgren/linter_issues
fix linter issues
Configuration menu - View commit details
-
Copy full SHA for 43cc3b3 - Browse repository at this point
Copy the full SHA 43cc3b3View commit details -
Merge pull request #1304 from iamonah/fix/clarify-databaseName-meaning
Rename databaseName to databaseDriverName
Configuration menu - View commit details
-
Copy full SHA for a371c8e - Browse repository at this point
Copy the full SHA a371c8eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9f9df7c - Browse repository at this point
Copy the full SHA 9f9df7cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8d76259 - Browse repository at this point
Copy the full SHA 8d76259View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 472ef2e - Browse repository at this point
Copy the full SHA 472ef2eView commit details
Commits on Nov 29, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 89e308c - Browse repository at this point
Copy the full SHA 89e308cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.19.0...v4.19.1