Skip to content

Releases: Synnotech-AG/Synnotech.Migrations

0.10.1 Bugfix Linq2Db GetLatestMigrationInfo

12 Apr 15:12
1920a8a
Compare
Choose a tag to compare

Synntech.Migrations.Linq2Db 0.10.1

  • Fixed bug where the latest migration info was not determined correctly by LinqToDbGetLatestMigrationInfoSession for TextVersions (Issue-7)

0.9.0 It's about ⌚stamps

08 Oct 12:35
7ca1315
Compare
Choose a tag to compare

Synnotech.Migrations 0.9.0

  • added support for Synnotech.DatabaseAbstractions 3.0.0
  • added Int64 timestamp versions as an alternative to text versions
  • added possibility to apply all non-applied migrations, even if their version is lower than your currently highest version

0.8.0 - Redesign 🚀🆕🙆‍♀️

01 Jun 06:19
Compare
Choose a tag to compare

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

0.7.0 Support for Linq2Db

21 May 05:32
23bfd05
Compare
Choose a tag to compare

Synnotech.Migrations 0.7.0

  • added integration package for Linq2Db
  • changed the way how the latest migration info is obtained by the MigrationSession. It is now determined client-side.

Hello World! 🎈🥳🎉

28 Apr 14:31
86ff0e2
Compare
Choose a tag to compare

Synnotech.Migrations 0.6.0

  • initial release with Core and RavenDB integration