Releases: thomasduft/microwf
Releases · thomasduft/microwf
v3.2.0
v3.1.1
Restructuring to clean code
Breaking change!
- restructured solution to clean code
- from an API perspective not much has changed, mostly namespaces
- the Infrastructure project ships with an out of the box EF implementation
dotnet 3.0
Caution contains breaking changes:
- some interface names changed (i.e. IWorkflowEngine ->
IWorkflowEngineService
, no api changes except next point ;-) - removed dependency tomware.Microbus.Core therefore use
IJobQueueService
instead removedIMessageBus
- tried to structure the source in a Clean Architecture manner
v1.8.0
adjusted browserslist
v1.7.0
better comments for AbortTransition
v1.6.0
changed lifetime of WorkflowDefinitionProvider to scoped
v1.5.0
Better error and log handling for WorkItems