Skip to content

Releases: Informatievlaanderen/projection-handling

v3.2.0

18 Apr 17:58
Compare
Choose a tag to compare

3.2.0 (2019-04-18)

Features

  • update datadog dependency (6ae536e)

v3.1.1

08 Mar 09:31
Compare
Choose a tag to compare

3.1.1 (2019-03-08)

Bug Fixes

  • styling fix, trigger rebuild (9211e5d)

v3.1.0

07 Mar 17:35
Compare
Choose a tag to compare

3.1.0 (2019-03-07)

Bug Fixes

  • change IConfigurationRoot to IConfiguration to be less restrictive (76e4a27)

Features

  • introduce IRunnerDbContextMigratorFactory interface (9efc1d9)

v3.0.0

07 Mar 14:42
Compare
Choose a tag to compare

3.0.0 (2019-03-07)

Features

  • create RunnerDbContext migration infrastucture (2df9fdd)

BREAKING CHANGES

  • RunnerDbContextMigratioHelper is replaced by RunnedDbContextMigrationFactory
    Factory creates:
  • RunnerDbContext for generating migrations
  • IRunnerDbContextMigrator for applying the migrations.

v2.0.1

26 Feb 14:54
Compare
Choose a tag to compare

2.0.1 (2019-02-26)

v2.0.0

25 Feb 12:11
Compare
Choose a tag to compare

2.0.0 (2019-02-25)

Features

  • use RunnerDBMigration helper instead of static helper (0072d0d)

BREAKING CHANGES

  • removed the static MigrationHelper
    Use instance method RunMigrationAsync instead of the static StartAsync

v1.3.0

01 Feb 06:59
Compare
Choose a tag to compare

1.3.0 (2019-02-01)

Features

  • add migration helper to Runner (02c131a)

v1.2.1

17 Jan 14:13
Compare
Choose a tag to compare

1.2.1 (2019-01-17)

Bug Fixes

  • add position to envelope for testing projections (0d74e27)

v1.2.0

15 Jan 18:23
Compare
Choose a tag to compare

1.2.0 (2019-01-15)

Features

  • add GetLastChangedRecords to retrieve all records for a given id (cabec63)

v1.1.0

03 Jan 15:45
Compare
Choose a tag to compare

1.1.0 (2019-01-03)

Features

  • update projection handling with features from private branches (3b2153d)