Skip to content

3.0.0

Compare
Choose a tag to compare
@lecaillon lecaillon released this 21 Mar 10:13
· 32 commits to master since this release

Features

  • #187 Add new option RetryRepeatableMigrationsUntilNoError
  • #210 Add new option TransactionMode.CommitAll to commit a group of script at once
  • #160 Add new option TransactionMode.RollbackAll to preview/validate the changes Evolve would make to the database
  • #190 Add new option SkipNextMigrations to mark all subsequent migrations as applied
  • #198 Add support of Source Link and deterministic builds

Fix

  • #203 Fix Evolve fails to erase SQL Server functions and computed columns WITH SCHEMABINDING that depends on each other

Breaking changes

  • The Evolve constructor now uses a DbConnection instead of IDbConnection
  • #193 Drop support of .NET 3.5 and .NET 4.6.1
  • #194 Drop support of Evolve MSBuild