Releases: Informatievlaanderen/projection-handling
Releases · Informatievlaanderen/projection-handling
v3.2.0
3.2.0 (2019-04-18)
Features
- update datadog dependency (6ae536e)
v3.1.1
3.1.1 (2019-03-08)
Bug Fixes
- styling fix, trigger rebuild (9211e5d)
v3.1.0
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
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.0
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
1.3.0 (2019-02-01)
Features
- add migration helper to Runner (02c131a)
v1.2.1
1.2.1 (2019-01-17)
Bug Fixes
- add position to envelope for testing projections (0d74e27)
v1.2.0
1.2.0 (2019-01-15)
Features
- add GetLastChangedRecords to retrieve all records for a given id (cabec63)
v1.1.0
1.1.0 (2019-01-03)
Features
- update projection handling with features from private branches (3b2153d)