3.8.2
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:
MongoWorkflowInstanceStoreandDapperWorkflowInstanceStoreimplement the Core 3.8.1+TryMarkInterruptedAsyncsignature soAddElsa()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.1on nuget.org — that version cannot be overwritten.
🐛 Fixes
- Republish Mongo and Dapper persistence packages so
TryMarkInterruptedAsyncmatches Core’s three-parameter interface. (#205)