Skip to content

Releases: elsa-workflows/elsa-core

3.2.0 RC1

10 Jun 13:50
Compare
Choose a tag to compare
3.2.0 RC1 Pre-release
Pre-release

We're thrilled to announce that the release candidate (RC) for Elsa 3.2.0 is now available! This new version brings a host of improvements, bug fixes, and exciting new features designed to enhance your workflow automation experience.

🚀 Key Highlights

  • JS Intellisense Support: Thanks to our wonderful contributors, JS Intellisense has been restored, enabling you to get suggestions related to workflow variables.
  • Performance: Caching workflow definitions, JavaScript ASTs, and JSON serializer options yield an incredible performance boost.
  • Data Storage Reduction: Workflow instance data compression and the ability to control which outputs of which activities are included in log entries, another great contribution from our community, offer greater control over your database size.
  • Reliability: We continue our journey to improve Elsa's robustness and reliability with the addition of end-to-end (component) tests, vastly increasing coverage of code and a multitude of scenarios.
  • Read-Only Mode: Workflow editing can be disabled at the application level and on an individual workflow definition level. This is handy when deploying workflows to production environments where users should be able to view workflows, but not edit them.
  • Bug Fixes: Resolved several issues to ensure a smoother experience.

What's Changed

New Contributors

Full Changelog: 3.1.2...3.2.0-rc1

3.1.3

26 Apr 16:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

02 Apr 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

01 Apr 21:30
Compare
Choose a tag to compare

This patch release introduces several minor improvements and bug fixes identified following the release of version 3.1, enhancing stability and functionality:

  • Resolved a MongoDB exception triggered by attempting to bulk-write an empty document set: System.ArgumentException: Must contain at least 1 request.
  • Addressed an EF Core Migrations exception: System.MissingMethodException: Cannot dynamically create an instance of type V3_1.
  • Corrected an issue with RabbitMQ usage without MT Dispatcher, leading to a missing consumer type error.
  • Solved a problem when using MassTransit without dispatcher features, resulting in a missing IEndpointChannelFormatter in the DI container.
  • Refined code organization by moving specific ActivityExecutionContext extensions to a partial class, part of a continuous improvement process.
  • Fixed a stack overflow issue within a flowchart containing the End activity.
  • Eliminated null reference exceptions encountered when resuming or triggering workflows without an optional options object.
  • Introduced a new extension method for easier access to an activity's output via strongly-typed property expressions.
  • Enhanced bookmark payload functionality with support for simple strings.

Full Changelog: 3.1.0...728aa8e

3.1.0

29 Mar 21:24
Compare
Choose a tag to compare

What's Changed

Read more

3.0.6

2.14.1

02 Feb 13:28
d8c33f9
Compare
Choose a tag to compare

What's Changed

  • Downgrade axios to 1.1.3, bump axios-middleware to 0.4.0 by @mohdali in #4865

Fixes:

  • ElsaDashboard javascript issue after migrating from 2.13 to 2.14 #4847

Full Changelog: 2.14.0...2.14.1

3.0.5

01 Feb 19:09
bbd3819
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4

24 Jan 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

2.14.0

26 Jan 14:33
42a559c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.0...2.14.0