Skip to content

0.8.0 - Redesign πŸš€πŸ†•πŸ™†β€β™€οΈ

Compare
Choose a tag to compare
@feO2x feO2x released this 01 Jun 06:19
· 58 commits to main since this release

Synnotech.Migrations 0.8.0

  • the migration engine now knows about the version type that is used to compare migrations
  • the context that is passed to migrations is now decoupled from the migration session
  • the old migration session is gone, there are two new sessions instead (IGetLatestMigrationInfoSession and IMigrationSession)
  • added support for Microsoft.Extensions.DependencyInjection directly to the core
  • you can now inject any dependency into migrations
  • the migration engine will dispose migrations that implement IAsyncDisposable or IDisposable
  • added support for Synnotech.DatabaseAbstractions 2.x