9.1.0 (2024-11-07)
- add AnySnapshotStrategy and AllSnapshotStrategy (7e470c5)
9.0.1 (2024-03-08)
- bump: correct ti release to nuget (6edb7d0)
9.0.0 (2024-03-08)
- move to dotnet 8.0.2 (b180ef0)
- move to dotnet 8.0.2
8.3.0 (2023-11-29)
- add IIdempotentCommandHandler (dd9b7e2)
8.2.0 (2023-09-12)
- custom list comparer which ignores private dotnet List fields (e3a436a)
8.1.3 (2023-09-08)
- snapshot verifier compare collections (53e4dce)
8.1.2 (2023-09-08)
- snapshot verifier registrations (312295f)
8.1.1 (2023-09-08)
8.1.0 (2023-09-06)
- add snapshot verifier (d4ca9d5)
8.0.0 (2023-02-09)
- build errors (d098a76)
- correct registration microsoft ioc (3a96aaa)
- revert using ImmutableDictionary (69b61a6)
- remove microsoft and autofac from idempotency (a941449)
- add direct registration extension (d75d5b8)
- remove autofac dependency from idempotency
7.1.4 (2022-12-31)
- bump dependencies (0aa755c)
7.1.3 (2022-12-28)
- use bumped event-handling (a028e3a)
7.1.2 (2022-12-28)
- add IdemPotency.Microsoft nuget package (3aef7b1)
7.1.1 (2022-12-28)
7.1.0 (2022-12-08)
- add braces (fe1ca32)
- add nuget to dependabot (65e8d8e)
- don't throw general exceptions (999b4b7)
- empty methods (c7a4c68)
- field to property (8b20aef)
- implement Dispose correctly (0059703)
- make type parameter contravariant (90eec7b)
- message.Metadata is optional (ac4133e)
- seal utility classes (b053873)
- use .Add return value (0a994f4)
- use immutable dictionary (e241854)
- use VBR_SONAR_TOKEN (f7158df)
- add extension to execute idempotency not just on applicationbuilder (64b1d4e)
7.0.0 (2022-08-24)
- restore snapshot use version instead of position (6ee104b)
-
- SnapshotStrategyContext no longer has SnapshotPosition
- SnapShotInfo Position renamed to StreamVersion
6.2.2 (2022-07-26)
- make DomainException Serialiable-conformant (0fa3131)
6.2.1 (2022-06-17)
- read snapshot correct column, add repository ctor (f1cd6fe)
6.2.0 (2022-06-17)
- add snapshot support in separate table (428a511)
6.1.0 (2022-05-11)
6.0.2 (2022-04-29)
- run sonar end when release version != none (a6ba01c)
6.0.1 (2022-04-27)
- redirect sonar to /dev/null (64a1567)
6.0.0 (2022-03-25)
- move to dotnet 6.0.3 (1657b9c)
- move to dotnet 6.0.3
5.3.0 (2022-03-01)
- support Throws (06711cc)
5.2.1 (2021-05-28)
- move to 5.0.6 (6b6b3f0)
5.2.0 (2021-04-23)
5.1.6 (2021-04-12)
- revert commits changing EventSpecTestRunner (b46fd6f)
5.1.5 (2021-04-11)
- filter position conflicted by stream filter (08b4a20)
5.1.4 (2021-04-09)
- interval strategy now doesn't create snapshot on start (03cbabf)
5.1.3 (2021-04-09)
- testing aggregate 'Then' with identifier filters out the specific aggregate (01d79f7)
5.1.2 (2021-03-17)
- change type name for snapshot messages (ac64fd0)
5.1.1 (2021-03-16)
- use strategy to determine snapshotting (1223c23)
5.1.0 (2021-03-15)
5.0.13 (2021-02-02)
- move to 5.0.2 (f41f6a0)
5.0.12 (2020-12-18)
- move to 5.0.1 (0cc2206)
5.0.11 (2020-11-19)
- update eventhandling reference (4950ddc)
5.0.10 (2020-11-18)
- remove set-env usage in gh-actions (a4d00e2)
5.0.9 (2020-09-21)
- move to 3.1.8 (fad7bb4)
5.0.8 (2020-07-18)
- move to 3.1.6 (8cced90)
5.0.7 (2020-07-02)
- update streamstore (c837df6)
5.0.6 (2020-06-19)
- move to 3.1.5 (8bab6b3)
5.0.5 (2020-05-18)
- move to 3.1.4 (f4b6099)
5.0.4 (2020-05-14)
- remove Microsoft 3.1.4 referenties (b5d717a)
5.0.3 (2020-05-13)
- remove trailing double quote (55bb1a8)
5.0.2 (2020-05-13)
5.0.1 (2020-04-08)
- use correct build user (8845828)
5.0.0 (2020-04-08)
- Upgrade SqlStreamStore
4.2.2 (2020-03-03)
- force build (d6a265e)
4.2.1 (2020-03-03)
- bump netcore to 3.1.2 (696901e)
4.2.0 (2020-01-31)
- upgrade netcoreapp31 and dependencies (20ab559)
4.1.0 (2019-12-15)
- upgrade to netcoreapp31 (a3afa4f)
4.0.0 (2019-11-22)
- upgrade to netcoreapp30 (afe16a5)
- Upgrade to .NET Core 3
3.2.0 (2019-08-22)
- bump to .net 2.2.6 (b32747f)
3.1.0 (2019-06-25)
- add JsonSerializerSettings for logging in tests (2cbbe14)
3.0.2 (2019-04-25)
3.0.1 (2019-02-26)
3.0.0 (2019-02-26)
- remove finalHandler from CommandHandlerModule (b7553de)
- remove StreamStoreCommandHandlerModule (4847d6b)
- add SqlStreamStorePipe (e1d9696)
- FinalHandler does not exist anymore in CommandHandlerModule, use pipes.
- StreamStoreCommandHandlerModule and RegisterSqlStreamStoreCommandHandler do not exist anymore. Use SqlStreamStorePipe.
2.0.1 (2019-02-25)
- finally the finalhandler always runs last (240b69c)
2.0.0 (2019-02-16)
- fix the order of the piping mechanism (c701e7d)
- remove finally method (32bbfcb)
- Finally was removed.
- Handle is now void.
1.4.0 (2019-01-21)
- register InMemoryStreamStore as IReadonlyStreamStore (af331e3)
1.3.0 (2019-01-19)
- register MsSqlStreamStore as IReadonlyStreamStore (55c6588)
1.2.0 (2019-01-15)
- allow passing in ms sqlstreamstore settings before registering (2ab8649)
1.1.0 (2019-01-08)
- add autofac based test base class, using xunit (eccc096)
- open source with MIT license as 'agentschap Informatie Vlaanderen' (e824c2c)