Skip to content

Update module mattes/migrate to v3

renovate requested to merge renovate/github.com-mattes-migrate-3.x into master

This MR contains the following updates:

Package Type Update Change
github.com/mattes/migrate require major v0.0.0-20180508041624-4768a648fbd9 -> v3.0.1

Release Notes

mattes/migrate

v3.0.1

Compare Source

v3.0.0

Compare Source

Version 3 is a complete rewrite and not compatible with previous versions.

Not all drivers from previous versions are available yet. Any help porting existing drivers to this latest version is greatly appreciated. If you want to continue v1 for now, please have a look at branch v1.

  • Sources are drivers now. That makes it very easy to read migrations from a lot of places, like filesystem, S3, go-bindata, ...
  • Database drivers only have the bare minimum logic to apply migrations. All logic is handled by the core migrate library. This makes implementing and testing drivers even easier.
  • V3 is a complete rewrite. It uses io.Readers internally, is tested for thread-safety (also no leaking goroutines).
  • dirty state was introduced to give database drivers more flexibility to handle failed migrations.

v1.3.2

Compare Source

  • fixes import paths to work with gopkg.in

v1.3.1

Compare Source

.

v1.3.0

Compare Source

.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports