Skip to content

Releases: elsa-workflows/elsa-core

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.

Release Candidate 2

23 Oct 19:37
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release

No new functionality is expected as part of this release. Only bug fixes and small API improvements if necessary.