Skip to content

v4.6.0

Compare
Choose a tag to compare
@dhui dhui released this 20 Aug 19:04

Breaking Changes

  • Updated MongoDB driver to v1.1.0
    • If you're using migrate as a library with MongoDB, you'll need to update your MongoDB driver version as well.
  • Missing migrate CLI commands will now return a non-zero exit status thanks to @groyoh (#260)
  • Go 1.12.8 fixed a security issue where invalid URIs were being parsed. The fix broke migrate when used with MySQL. Thanks to @erikdubbelboer for the fixes and @lou-lan for discovering an issue w/ the original fix! (#265 and #271)

Changes

  • Update NewDockerContainer in unused/deprecated migrate/testing package thanks to @thaJeztah (#270)