Update module golang-migrate/migrate/v4 to v4.4.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/golang-migrate/migrate/v4 | require | minor | v4.4.0 | source |
Release Notes
golang-migrate/migrate
v4.4.0
Changes
- Support MS SQL Server thanks to @bwiggs, @nathan-c, and @zhevron (#222 and #227)
- Disable foreign key constraints when dropping MySQL tables. Thanks to @ferdypruis for discovering, reporting, and fixing the issue (#224)
v4.3.1
Changes
- Additional linters were enabled thanks to @kmuratov (#206)
- Previously many errors in deferred calls were ignored. We're now using multierror for errors arising in a deferred call, so this may break any code that relied on specific errors.
- Official support for Firebird is dropped. For more info, see: #49 (comment)
- Another attempt at fixing #202
v4.3.0
Changes
- Fixed bug (#164) introduced by #150 by not re-creating the schema version table thanks to @lukaspj (#173)
- This change was made to all DB drivers and may break your dev workflow if you expect the schema version table to exist after
Migrate.Drop()
is run.
- This change was made to all DB drivers and may break your dev workflow if you expect the schema version table to exist after
- Support Go 1.12.x and drop support for Go 1.10.x
- Distributed CLI binaries are now built with Go 1.12.x
- Updated dependencies
- Fixes issue with dependencies using wrong golint import path (#202)
- Support gitlab as a migration source thanks to @bpatyi (#184)
- Support migrations for the Firebird database thanks to @kmuratov (#191)
v4.2.5
Changes
- Support MongoDB in Docker image thanks to @plutov (#175)
- Properly quote Postgres identifiers in SQL queries internal to
migrate
thanks to @jszwedko (#176) - Replace unnecessary panics in core implementation with errors
- Use Alpine Linux 3.9 as base Docker image
v4.2.4
Changes
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.