Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T tabacco
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ai3ai3
  • tools
  • tabacco
  • Merge requests
  • !10

Update module mattes/migrate to v3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed renovate requested to merge renovate/github.com-mattes-migrate-3.x into master Jan 09, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

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

  • @​fln fixed MySQL multi statement bug
  • @​watersofoblivion added AWS Redshift database driver
  • @​Menta2L added QL database driver (but see #​232)
  • @​fsouza added source drivers for Google Cloud Storage and AWS S3

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 Jan 10, 2021 by renovate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/github.com-mattes-migrate-3.x