Skip to content

3.8.2

Choose a tag to compare

@sfmskywalker sfmskywalker released this 15 Sep 20:15
e7d05ef

Compare: 3.8.1...3.8.2

Elsa Extensions 3.8.2 — Release Notes

Critical patch for hosts using MongoDB or Dapper workflow-instance persistence with elsa-core 3.8.1+.

The NuGet packages published as Extensions 3.8.1 were built from a tip that still exposed the older two-parameter TryMarkInterruptedAsync. Core 3.8.1 requires the three-parameter shape, so AddElsa() fails at startup with TypeLoadException before the host runs (#205).

Source on the 3.8.1 git tag was already correct; nuget.org versions are immutable, so this 3.8.2 republish ships the corrected assemblies.


🌟 Highlights

  • Mongo/Dapper hosts start again: MongoWorkflowInstanceStore and DapperWorkflowInstanceStore implement the Core 3.8.1+ TryMarkInterruptedAsync signature so AddElsa() no longer TypeLoadExceptions. (#205)

⚠️ Breaking changes / upgrade notes

  • Required if you hit #205: bump elsa-extensions (at least Elsa.Persistence.MongoDb / Elsa.Persistence.Dapper) to 3.8.2, and prefer aligning elsa-core / elsa-studio to 3.8.2 as well.
  • Do not expect a fixed 3.8.1 on nuget.org — that version cannot be overwritten.

🐛 Fixes

  • Republish Mongo and Dapper persistence packages so TryMarkInterruptedAsync matches Core’s three-parameter interface. (#205)