This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Releases: snatch-dev/Chronicle
Releases · snatch-dev/Chronicle
v 1.5.0
v 1.4.3
v 1.4.2
v 1.4.0
Added basic components for managing sagas:
ISagaCoordinatortype for processing messages using sagasAddChronicleextension method for automatic Chronicle integration with .NET Core appIChronicleBuilderfor persistence layer configuration. This type allows to create further integrations with different DBs.ISagaLog- exposed interface which allows user to define custom saga log (In-Memory by default)IsagaDataRepository- exposed interface which allows user to define custom saga data repository (In-Memory by default)