Skip to content

3.1.0

Compare
Choose a tag to compare
@lecaillon lecaillon released this 04 Dec 20:04
· 6 commits to master since this release
19dbab4

Features

  • #218 Add new option -- evolve-repeat-always at the beginning of the script to always execute a repeatable migration
  • #220 Add new option MigrationLoader to help you customize the Evolve migration collect process and enable your own specific logic
  • #222 Enable quotes in migration name
  • #224 Add SQL Server GO delimiter support in SQL comment
  • #228 Add new command Validate
  • #249 Add support of secrets in the connection string
  • #267 Add support for using Azure-issued access tokens with SQL Server connections
  • #274 Skip Hidden and System migration files by default

Breaking changes

  • #250 Drop support of .NET Core 3.1, add support of .NET6

Bug fixes

  • #252 Fix transaction not completely rolled back with option OutOfOrder
  • #253 Fix drop Postgresql objects with dependencies