Skip to content

Releases: elsa-workflows/elsa-core

1.1.4

27 Dec 11:01
Compare
Choose a tag to compare

This release contains fixes and new features:

Improvements

  • Added PostgreSQL persistence provider (@nhughey-evo )
  • Added Startup activity (@Andale-online )
  • Custom Entity Framework Core schema support (@nhughey-evo )
  • YesSQL now stores schema version, preventing the provider from trying to create tables that were already created (@jamesdoran )

Fixes

Misc

  • Added an Elsa icon to the packages.

Many thanks to the contributors who made this release possible!

1.1.3

22 Nov 15:27
Compare
Choose a tag to compare

This release contains the following improvements and fixes:

Improvements

  • Switch activity is now case-insensitive (@jamesdoran) #182
  • Switch activity now supports a default branch (@Andale-online) #136
  • Jint's AllowCrl is now optional (@jamesdoran) #179
  • Connections are now hooked up by case-insensitive outcome names (@jamesdoran )
  • New and improved MassTransit activities (@petedavis )
  • Reflection-based activities (ExecuteMethod and SplitObject) (@Andale-online ) #132
  • MassTransit's ShoppingCart example (Sampl21) now implemented using an Elsa workfow (@petedavis )

Fixes

All issues closed as part of the 1.1 milestone: https://github.com/elsa-workflows/elsa-core/issues?q=is%3Aissue+is%3Aclosed

Many thanks to all contributors involved in this release!

1.1.2

06 Nov 20:43
Compare
Choose a tag to compare

This release contains mostly bug fixes:

  • Error handling for invalid expressions (#131)
  • Multiple activity registrations of the same type would cause duplicate key exception (#128) (@jamesdoran )
  • Fixed issue where named activities couldn't be used with Then() (#129) (@jamesdoran )
  • Improved table list view (#127)
  • Fixed broken YesSQL provider
  • Improved workflow variables serialization (#120)

Many thanks to the contributors who tested, reported and fixed these issues!

1.1.1

01 Nov 13:18
Compare
Choose a tag to compare

Fixes a DI bug in SignalRequestHandler

1.1.0

01 Nov 12:51
57f116c
Compare
Choose a tag to compare
  • Fix lifetime scope issue #115.
  • Remove the need to call AddMediatr and introduced AddNotificationHandler.

Release 1.0.1 (Patch)

29 Oct 13:29
Compare
Choose a tag to compare

This release contains a small patch where the AddElsaDashboard extension method is a bit awkward in that it makes it impossible to use partially.

See issue #114

Release 1.0.0

29 Oct 13:25
Compare
Choose a tag to compare

This is the first official release of Elsa! It contains many features (and possibly a few issues here and there 😬).

The primary features are:

  • Define strongly-typed workflows using C# classes.
  • Define workflows using Elsa Dashboard, an ASP.NET Core MVC area.
  • Short-running and long-running workflows are supported.
  • Invoke workflows.
  • Implement custom activities.
  • Workflow Expressions: JavaScript and Liquid.
  • Supports CosmosDbB, Entity Framework Core, MongoDB and YesSQL persistence providers.
  • Ships with various activities

Please give it a go and share any feedback you may have.

Release Candidate 5

27 Oct 16:39
Compare
Choose a tag to compare
Release Candidate 5 Pre-release
Pre-release

This release primarily contains some cleanup and things like providing package descriptions and some final rename-refactorings. Specifically:

  • HttpResponseAction -> WriteHttpResponse
  • HttpRequestEvent -> ReceiveHttpRequest
  • HttpRequestAction -> SendHttpRequest

Release Candidate 4

27 Oct 15:12
Compare
Choose a tag to compare
Release Candidate 4 Pre-release
Pre-release
  • Liquid Support
  • While activity
  • Ability to reference activities by name (with designer support)
  • Bugfixes
  • Contains breaking changes!

Release Candidate 3

24 Oct 21:54
d7fc571
Compare
Choose a tag to compare
Release Candidate 3 Pre-release
Pre-release

This release candidate contains a small fix where the package reference to the custom build of Scrutor is updated to the one published to NuGet.