Skip to content

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 code search for "github.com/golang-migrate/migrate/v4"

Release Notes

golang-migrate/migrate

v4.4.0

Compare Source

Changes

v4.3.1

Compare Source

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

Compare Source

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.
  • 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

Compare Source

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

Compare Source

Changes

  • Correctly use configured migration table in SQLite db driver. Fixes #​165 thanks to @​bcho (#​166)
  • Fix ErrNilDocument issue when using newer versions of mongo-go-driver thanks to @​arpando (#​167)

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading