Releases: Synnotech-AG/Synnotech.Migrations
Releases · Synnotech-AG/Synnotech.Migrations
0.10.1 Bugfix Linq2Db GetLatestMigrationInfo
0.9.0 It's about ⌚stamps
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 🚀🆕🙆♀️
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
andIMigrationSession
) - 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
orIDisposable
- added support for Synnotech.DatabaseAbstractions 2.x
0.7.0 Support for Linq2Db
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! 🎈🥳🎉
Synnotech.Migrations 0.6.0
- initial release with Core and RavenDB integration