Releases: Informatievlaanderen/projection-handling
Releases · Informatievlaanderen/projection-handling
v14.0.0
14.0.0 (2024-04-05)
Code Refactoring
BREAKING CHANGES
- remove datadog from the project
v13.0.0
13.0.0 (2024-03-11)
Features
- move to dotnet 8.0.2 and remove .Microsoft projects (ac5bce8)
BREAKING CHANGES
- move to dotnet 8.0.2 and remove
Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList.Microsoft,
Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.Microsoft,
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Microsoft and
Be.Vlaanderen.Basisregisters.ProjectionHandling.Syndication.Microsoft
v12.1.1
12.1.1 (2024-02-06)
Bug Fixes
- use configureawait false in lastchangedlist (22f3f32)
v12.1.0
12.1.0 (2024-02-02)
Features
- add cachevalidator wether to update position (7aa7022)
v12.0.1
12.0.1 (2023-12-14)
Bug Fixes
- add connectionstring to NpgsqlMigrationFactory (360d214)
v12.0.0
12.0.0 (2023-12-14)
Bug Fixes
Code Refactoring
- runner + split sqlserver, npgsql (e28ca27)
BREAKING CHANGES
Runner
is now agnostic of database provider.
Runner.SqlServer
and Runner.Npgsql
are added.
v11.1.2
11.1.2 (2023-11-30)
Bug Fixes
- add StreamId to Envelope Metadata (23a5dd9)
v11.1.1
11.1.1 (2023-06-22)
Performance Improvements
- add index to lastchangedlist (b3ed6e0)