Skip to content

Releases: elsa-workflows/elsa-core

1.5.0

01 Dec 10:31
Compare
Choose a tag to compare

Improvements

  • Make available TransientState to JS and Liquid script contexts

Fixes

  • Added ExceptionConverter in JsonSerializerSettings at DocumentClient (#472)

Breaking Changes

  • Update EF Core to .NET 5

1.4.6

23 Nov 20:04
Compare
Choose a tag to compare

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

13 Nov 20:47
Compare
Choose a tag to compare

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

07 Nov 21:01
Compare
Choose a tag to compare

Fixes

  • Trigger ActivityExecuted event after going back one activity.

1.4.4

03 Nov 11:45
2deb5d4
Compare
Choose a tag to compare

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

28 Oct 09:21
ed9fedd
Compare
Choose a tag to compare

Changes

  • Update package references (#436)

Fixes

  • Propagate activity definition properties (#434)

1.4.2

27 Oct 20:07
f3fb47b
Compare
Choose a tag to compare

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

27 Oct 08:34
5716de8
Compare
Choose a tag to compare

Fixes

  • After remove multiple execution scopes , Persistence related items also need to be updated. (#429)

1.4.0

26 Oct 14:40
d5095f7
Compare
Choose a tag to compare
  • Breaking fixes

  • This release gets rid of the buggy Execution Scopes, which means that from now on there is only one scope: the current scope.

1.3.2

25 Oct 20:58
Compare
Choose a tag to compare

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)