migrate v4.11.0 Release Notes

Release Date: 2020-05-04 // almost 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ›  Fix neo4j.WithInstance() method signature to actually include an instance of the neo4j driver thanks to @dynastymasra (#373)

    ๐Ÿ”„ Changes

    Core Library

    • โšก๏ธ Update hashicorp/go-multierror to v1.1.0 to fix #369 thanks to @jmramos02 (#375)

    Database Driver

    • Properly handle first down migration failures (#330)
      • Affected drivers: cassandra, cockroachdb, firebird, mysql, neo4j, postgres, ql, redshift, sqlite, and sqlserver
      • Schema migration apply times are now tracked in Neo4j

    Source Driver

    CLI

    • Prompt before running the drop command thanks to @niksoper (#360)

    ๐Ÿ“„ Docs

    • Provide guidance on how to handle dirty database version errors fixing #337 thanks to @mknycha (#361)
    • ๐Ÿ›  Fix command for building and installing the CLI. Thanks to @JKKGBE for reporting.