github golang-migrate/migrate v4.14.0

latest releases: v4.17.1, v4.17.0, v4.16.2...
3 years ago

Changes

Source Drivers

  • Add BitBucket as a source thanks to @Doctor-X (#450)
  • Improve error message readability when the source driver is missing thanks to @olicuzo (#454)
  • Add iofs source driver (Go 1.16+ only) fixing #471 thanks to @johejo (#472)

Database Drivers

  • Spanner
    • Add local locks for Spanner (fa3e119)
    • Run tests against in-memory emulator fixing #410
  • MySQL
    • Fix issue (#411) connecting to MySQL with custom TLS parameters. Thanks @Chronojam for the detailed bug report!
    • Fix issue with ANSI or ANSI_QUOTES sql_mode (#475) thanks to @MacTynow (#476)
  • Properly handle all errors when running drop thanks to @hypnoglow (#456)
  • Update dhui/dktest to update docker client which uses the module compatible version of logrus

CLI

  • Add help option (-h) to every migrate command thanks to @yageek (#460)

Docs

  • Warn about installing migrate via go get from within a module fixing #257
  • Document postgres search_path issues thanks to @veger (#414)
  • Typo fixed thanks to @xortive (#458)
  • Document -f option for the drop command thanks to @neomantra (#459)

Don't miss a new migrate release

NewReleases is sending notifications on new releases.