Releases: elsa-workflows/elsa-core
Releases · elsa-workflows/elsa-core
1.5.0
Improvements
- Make available TransientState to JS and Liquid script contexts
Fixes
- Added ExceptionConverter in JsonSerializerSettings at DocumentClient (#472)
Breaking Changes
1.4.6
Changes
- Remove gravatar dependency (#470)
- Update NuGet.Config by removing prerelease feeds of Elsa and Orchard Core and add element
- Update NuGet package references packages
Fixes
- ListByBlockingActivityAsync() in documentDB persistence layer is not retrieving blocked activities (#471)
1.4.5: Fix redirect behavior
Improvements
- Enhancements for using azure service bus with MassTransit activities (#457)
- Added Azure Service Bus as MassTransit broker
Fixes
- Fix redirect behavior (#459)
- Expose outcomes to While activity designer (#456)
1.4.4.1
Fixes
- Trigger ActivityExecuted event after going back one activity.
1.4.4
Features
- Adds a new
GoBackResult
activity execution result, allowing custom activity implementations to instruct the workflow invoker to go back one (or multiple) steps.
1.4.3
Changes
- Update package references (#436)
Fixes
- Propagate activity definition properties (#434)
1.4.2
Fixes
- Updates various EF Core migrations with the breaking change made to the
WorkflowInstance
model where Scopes
has been renamed to Scope
.
1.4.1
Fixes
- After remove multiple execution scopes , Persistence related items also need to be updated. (#429)
1.3.2
Fixes
- Null target type throws for array expressions (#416)
- Fix inaccurate parsing of HTTP headers (#417)
- Add custom type serializer to manage json deserializer from database (#420)