Skip to content

Releases: elsa-workflows/elsa-core

3.3.0 RC7

11 Jan 19:23
Compare
Choose a tag to compare
3.3.0 RC7 Pre-release
Pre-release

What's Changed

  • Refactor JsonWorkflowStateSerializer to improve performance by @sfmskywalker in #6272
  • Fix performance issue with LocalWorkflowRuntime by @sfmskywalker in #6281
  • Update workflow creation to use async commit method by @sfmskywalker in #6282
  • Refactor array type handling in variable and JSON converters by @sfmskywalker in #6283
  • Implemented name filter to workflow instance filter and added case insensitivity to searching definitions and instances by name by @LarsNijholt in #6276
  • Enable customizable Hangfire job storage and deprecate obsolete APIs. by @sfmskywalker in #6284

New Contributors

Full Changelog: 3.3.0-rc6...3.3.0-rc7

3.3.0 RC6

02 Jan 10:50
106c335
Compare
Choose a tag to compare
3.3.0 RC6 Pre-release
Pre-release

What's Changed

Full Changelog: 3.3.0-rc5...3.3.0-rc6

3.3.0 RC5

29 Dec 09:58
Compare
Choose a tag to compare
3.3.0 RC5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.3.0-rc4...3.3.0-rc5

3.3.0 RC4

21 Dec 07:39
Compare
Choose a tag to compare
3.3.0 RC4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.3.0-rc3...3.3.0-rc4

What's Changed

New Contributors

Full Changelog: 3.3.0-rc3...3.3.0-rc4

3.3.0 RC3

01 Dec 19:36
Compare
Choose a tag to compare
3.3.0 RC3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.3.0-rc2...3.3.0-rc3

What's Changed

New Contributors

Full Changelog: 3.3.0-rc2...3.3.0-rc3

3.3.0 RC2

12 Nov 10:05
Compare
Choose a tag to compare
3.3.0 RC2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.3.0-rc1...3.3.0-rc2

3.3.0-rc1

01 Nov 19:25
Compare
Choose a tag to compare
3.3.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.2.1...3.3.0-rc1

3.2.3

31 Oct 19:14
Compare
Choose a tag to compare

🚨 Elsa 3.2.3 Patch Release - Security Update

We are releasing Elsa 3.2.3 as an urgent security patch. A critical vulnerability was discovered in the real-time workflow functionality that necessitates immediate action.

Summary

This patch addresses a security vulnerability related to real-time workflow updates via SignalR. To mitigate this issue, we recommend updating your Elsa Workflow Server project.

In the mean time, and or if you are not ready to upgrade, make the following changes:

Action Required

Open your Elsa Workflow Server project.
Locate and comment out the following lines of code:

elsa.UseRealTimeWorkflows();
app.UseWorkflowsSignalRHubs();

By commenting out these lines, you will disable the real-time workflow updates and prevent potential exploits until a permanent fix is available.

Important Note

Elsa Studio will remain functionally operational, as it will fall back to a polling mechanism instead of realtime updates via SignalR.

We strongly urge all developers to apply this patch and take the necessary measures as outlined above to secure their applications.

Full Changelog: 3.2.2...3.2.3

3.2.2

31 Oct 08:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.2.2

3.2.1

12 Oct 10:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1