Skip to content

v4.11.0

Compare
Choose a tag to compare
@dhui dhui released this 04 May 06:48
f5a22be

Breaking Changes

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

Changes

Core Library

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.