Releases: elsa-workflows/elsa-core
1.1.3
This release contains the following improvements and fixes:
Improvements
Switch
activity is now case-insensitive (@jamesdoran) #182Switch
activity now supports adefault
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
andSplitObject
) (@Andale-online ) #132 - MassTransit's ShoppingCart example (Sampl21) now implemented using an Elsa workfow (@petedavis )
Fixes
- Fixed SendEmail concurrency (@Andale-online) #147, #150
- Entity Framework provider throwing errors #144, #145
- YesSql Provider throwing errors #125, #119 , #118
- MassTransit Workflow Consumer now executes in its own scope (@petedavis ) #134
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
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
Fixes a DI bug in SignalRequestHandler
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.