Skip to content

Latest commit

 

History

History
executable file
·
524 lines (237 loc) · 20.9 KB

CHANGELOG.md

File metadata and controls

executable file
·
524 lines (237 loc) · 20.9 KB

9.0.1 (2024-03-08)

Bug Fixes

  • bump: correct ti release to nuget (6edb7d0)

9.0.0 (2024-03-08)

Features

BREAKING CHANGES

  • move to dotnet 8.0.2

8.3.0 (2023-11-29)

Features

  • add IIdempotentCommandHandler (dd9b7e2)

8.2.0 (2023-09-12)

Features

  • custom list comparer which ignores private dotnet List fields (e3a436a)

8.1.3 (2023-09-08)

Bug Fixes

  • snapshot verifier compare collections (53e4dce)

8.1.2 (2023-09-08)

Bug Fixes

  • snapshot verifier registrations (312295f)

8.1.1 (2023-09-08)

8.1.0 (2023-09-06)

Features

8.0.0 (2023-02-09)

Bug Fixes

  • build errors (d098a76)
  • correct registration microsoft ioc (3a96aaa)
  • revert using ImmutableDictionary (69b61a6)

Code Refactoring

  • remove microsoft and autofac from idempotency (a941449)

Features

  • add direct registration extension (d75d5b8)

BREAKING CHANGES

  • remove autofac dependency from idempotency

7.1.4 (2022-12-31)

Bug Fixes

7.1.3 (2022-12-28)

Bug Fixes

  • use bumped event-handling (a028e3a)

7.1.2 (2022-12-28)

Bug Fixes

  • add IdemPotency.Microsoft nuget package (3aef7b1)

7.1.1 (2022-12-28)

Bug Fixes

  • add Microsoft.Extensions.DependencyInjection (81c2c31)
  • update build.fsx (fbee21c)

7.1.0 (2022-12-08)

Bug Fixes

Features

  • add extension to execute idempotency not just on applicationbuilder (64b1d4e)

7.0.0 (2022-08-24)

Bug Fixes

  • restore snapshot use version instead of position (6ee104b)

BREAKING CHANGES

    • SnapshotStrategyContext no longer has SnapshotPosition
  • SnapShotInfo Position renamed to StreamVersion

6.2.2 (2022-07-26)

Bug Fixes

  • make DomainException Serialiable-conformant (0fa3131)

6.2.1 (2022-06-17)

Bug Fixes

  • read snapshot correct column, add repository ctor (f1cd6fe)

6.2.0 (2022-06-17)

Features

  • add snapshot support in separate table (428a511)

6.1.0 (2022-05-11)

Features

  • add AfterEventsCountStrategy, AfterEventTypeStrategy (b3ed9b4)
  • add NoSnapshotStrategy (56f4314)

6.0.2 (2022-04-29)

Bug Fixes

  • run sonar end when release version != none (a6ba01c)

6.0.1 (2022-04-27)

Bug Fixes

  • redirect sonar to /dev/null (64a1567)

6.0.0 (2022-03-25)

Features

BREAKING CHANGES

  • move to dotnet 6.0.3

5.3.0 (2022-03-01)

Bug Fixes

  • eventwithmetadata ctor (8da0617)
  • put last commit in comments (didn't build) (556d775)

Features

5.2.1 (2021-05-28)

Bug Fixes

5.2.0 (2021-04-23)

Features

  • add streamversion to snapshot context + fix interval strategy (#87) (9e2d5ff)

5.1.6 (2021-04-12)

Bug Fixes

  • revert commits changing EventSpecTestRunner (b46fd6f)

5.1.5 (2021-04-11)

Bug Fixes

  • filter position conflicted by stream filter (08b4a20)

5.1.4 (2021-04-09)

Bug Fixes

  • interval strategy now doesn't create snapshot on start (03cbabf)

5.1.3 (2021-04-09)

Bug Fixes

  • testing aggregate 'Then' with identifier filters out the specific aggregate (01d79f7)

5.1.2 (2021-03-17)

Bug Fixes

  • change type name for snapshot messages (ac64fd0)

5.1.1 (2021-03-16)

Bug Fixes

  • use strategy to determine snapshotting (1223c23)

5.1.0 (2021-03-15)

Features

  • support reading from snapshots (2b88102)
  • support writing snapshots (70f10fb)

5.0.13 (2021-02-02)

Bug Fixes

5.0.12 (2020-12-18)

Bug Fixes

5.0.11 (2020-11-19)

Bug Fixes

  • update eventhandling reference (4950ddc)

5.0.10 (2020-11-18)

Bug Fixes

  • remove set-env usage in gh-actions (a4d00e2)

5.0.9 (2020-09-21)

Bug Fixes

5.0.8 (2020-07-18)

Bug Fixes

5.0.7 (2020-07-02)

Bug Fixes

5.0.6 (2020-06-19)

Bug Fixes

5.0.5 (2020-05-18)

Bug Fixes

5.0.4 (2020-05-14)

Bug Fixes

  • remove Microsoft 3.1.4 referenties (b5d717a)

5.0.3 (2020-05-13)

Bug Fixes

  • remove trailing double quote (55bb1a8)

5.0.2 (2020-05-13)

Bug Fixes

  • correct repository check for ci runner (35f1000)
  • move to GH-actions (cd454bc)

5.0.1 (2020-04-08)

Bug Fixes

5.0.0 (2020-04-08)

chore

BREAKING CHANGES

  • Upgrade SqlStreamStore

4.2.2 (2020-03-03)

Bug Fixes

4.2.1 (2020-03-03)

Bug Fixes

4.2.0 (2020-01-31)

Features

  • upgrade netcoreapp31 and dependencies (20ab559)

4.1.0 (2019-12-15)

Features

  • upgrade to netcoreapp31 (a3afa4f)

4.0.0 (2019-11-22)

Code Refactoring

  • upgrade to netcoreapp30 (afe16a5)

BREAKING CHANGES

  • Upgrade to .NET Core 3

3.2.0 (2019-08-22)

Features

3.1.0 (2019-06-25)

Features

  • add JsonSerializerSettings for logging in tests (2cbbe14)

3.0.2 (2019-04-25)

3.0.1 (2019-02-26)

Bug Fixes

  • make AddSqlStreamStore private (9633a50)
  • make AddSqlStreamStore public (48ac500)

3.0.0 (2019-02-26)

Code Refactoring

  • remove finalHandler from CommandHandlerModule (b7553de)
  • remove StreamStoreCommandHandlerModule (4847d6b)

Features

BREAKING CHANGES

  • FinalHandler does not exist anymore in CommandHandlerModule, use pipes.
  • StreamStoreCommandHandlerModule and RegisterSqlStreamStoreCommandHandler do not exist anymore. Use SqlStreamStorePipe.

2.0.1 (2019-02-25)

Bug Fixes

  • finally the finalhandler always runs last (240b69c)

2.0.0 (2019-02-16)

Bug Fixes

  • fix the order of the piping mechanism (c701e7d)

Features

BREAKING CHANGES

  • Finally was removed.
  • Handle is now void.

1.4.0 (2019-01-21)

Features

  • register InMemoryStreamStore as IReadonlyStreamStore (af331e3)

1.3.0 (2019-01-19)

Features

  • register MsSqlStreamStore as IReadonlyStreamStore (55c6588)

1.2.0 (2019-01-15)

Features

  • allow passing in ms sqlstreamstore settings before registering (2ab8649)

1.1.0 (2019-01-08)

Features

  • add autofac based test base class, using xunit (eccc096)

1.0.0 (2018-12-19)

Features

  • open source with MIT license as 'agentschap Informatie Vlaanderen' (e824c2c)