Skip to content

Releases: migrating-ravens/RavenMigrations

Release version 2.1.0

20 Jun 17:12
Compare
Choose a tag to compare

[2.1.0]

  • Added - Option to configure a RavenMigration.ILogger or use the ConsoleLogger.

Release version 2.0.0

22 Jan 16:29
Compare
Choose a tag to compare

[2.0.0]

  • Changed (breaking) - The way the MigrationDocument's Id is determined. Multiple underscores
    will now combined into one separator to be used between each section of the Id.
    This could be a breaking change if there are migrations named with multiple
    underscores
    , depending on the version of Raven client and server in use. Some
    versions of Raven ignore multiple separators and others do not. This change
    could cause migrations to be run multiple times in some cases if the ids are not
    changed first.
  • Added - Ability to inherit from MigrationAttribute to specify custom migration
    versions.