You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)