Releases: Whaally/Domain
Releases · Whaally/Domain
v1.3.0-beta.1
1.3.0-beta.1 (2024-12-10)
Bug Fixes
- docs: add documentation about aggregate handlers (6bac05a)
- docs: add documentation about supporting distributed commits (bdf10d1)
- docs: add documentation about the evaluation agent (3ac3e3a)
Features
- add an abort operation on aggregate handlers to facilitate the implementation of distributed commit protocols (0a5408f)
- implements the options pattern to allow configuration of the domain. Moves handler discovery out of the service provider. (2b3d76d)
- instantiation of aggregate objects now go through an aggregate factory implementation (3693ae1)
v1.2.1
v1.2.0
1.2.0 (2024-10-22)
Bug Fixes
- bump dependencies (40d434c)
- ignore tests using the orleans test silo as it doesn't play nice with GH actions (1c048f3)
- On the OrleansAggregateHandlerFactory use reflection on the interface implementation to reroute via the generic implementation. (4ef4358)
- Pass commands from the Domain onwards wrapped within a CommandEnvelope (1c26d36)
Features
v1.2.0-beta.1
1.2.0-beta.1 (2024-06-05)
Features
- rename the
Domain
class toDomainContext
, and declare theDomain
object to be obsolete. (363f1f6)