Releases: elsa-workflows/elsa-core
1.1.0
Release 1.0.1 (Patch)
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
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
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
- Liquid Support
While
activity- Ability to reference activities by name (with designer support)
- Bugfixes
- Contains breaking changes!
Release Candidate 3
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
No new functionality is expected as part of this release. Only bug fixes and small API improvements if necessary.