Skip to content

Releases: kotlerman/Kot.MongoDB.Migrations

v3.0.0

27 Oct 17:43
0fd774b
Compare
Choose a tag to compare
  • Updated MongoDB.Driver to v3.0.0
  • Changed target framework from .NET Standard 2.0 to .NET Framework 4.7.2, .NET 6 as MongoDB.Driver v3.0.0 dropped support for .NET Standard 2.0

v2.1.0

04 Mar 20:02
04ae002
Compare
Choose a tag to compare

Updated MongoDB.Driver to version 2.19.0 to fix security vulnerability.

v2.0.2

04 Feb 18:55
20947a7
Compare
Choose a tag to compare

Packages improvements:

  • Enabled Source Link
  • Enabled deterministic builds
  • Added README to pack targets

v2.0.1

17 Jan 18:38
db7aef3
Compare
Choose a tag to compare

Fixed a bug where DB lock was not released if no migrations were applied.

v2.0.0

16 Jan 17:33
78a3130
Compare
Choose a tag to compare

New features:

  • Added logging
  • MigrateAsync method now returns results summary
  • Added locking mechanism that prevents parallel migration runs (e.g., when migration is run on startup of several app instances)

Bugfixes:

  • Fixed a bug where wrong migrations were rolled back when downgrading a DB that was not up-to-date

v1.0.0

14 Dec 19:12
73cd7b1
Compare
Choose a tag to compare

Initial release.