Skip to content

Releases: thomasduft/microwf

v3.2.0

10 Jan 15:43
Compare
Choose a tag to compare

Added

  • Added support for net8.0

v3.1.1

29 Nov 19:57
Compare
Choose a tag to compare
  • fixed wrong evaluation of release version in deploy workflow
  • created CHANGELOG
  • added local global tools with config
  • added Bullseye based build
  • support for .net7.0

Restructuring to clean code

25 Aug 06:09
Compare
Choose a tag to compare

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

11 Nov 18:52
Compare
Choose a tag to compare

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 removed IMessageBus
  • tried to structure the source in a Clean Architecture manner

v1.8.0

02 Sep 08:18
Compare
Choose a tag to compare
adjusted browserslist

v1.7.0

04 Mar 09:22
Compare
Choose a tag to compare
better comments for AbortTransition

v1.6.0

15 Feb 18:59
Compare
Choose a tag to compare
changed lifetime of WorkflowDefinitionProvider to scoped

v1.5.0

02 Feb 19:47
Compare
Choose a tag to compare
Better error and log handling for WorkItems