Skip to content

v4.3.0

Choose a tag to compare

@dhui dhui released this 16 Apr 16:22

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)