You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a known regression affecting apps using Durable Functions Extension 2.11.3 and the Netherite storage provider. Apps can use the extension version with regression in two ways, either by directly referencing that version or through certain versions of the Extension Bundles.
Affected apps get the following error:
We're working on the fix now
We'll keep this thread posted with updates as we progress through the mitigation.
Alternatively, if you want to continue using Extension Bundles, limit the version range to the following in host.json (you do not have to manually install the package in this case):
Bundles V4 limit to (4.*, 4.9.0]
Bundles V3 limit to (3.*, 3.26.0]
Bundles V2 limit to (2.*, 2.27.0]
The text was updated successfully, but these errors were encountered:
Context
There's a known regression affecting apps using Durable Functions Extension 2.11.3 and the Netherite storage provider. Apps can use the extension version with regression in two ways, either by directly referencing that version or through certain versions of the Extension Bundles.
Affected apps get the following error:
We're working on the fix now
We'll keep this thread posted with updates as we progress through the mitigation.
Workaround
If you're not using Extension Bundles, make sure you're using Microsoft.Azure.WebJobs.Extensions.DurableTask version 2.12.0 or higher.
If you're using Extension Bundles:
host.json
Alternatively, if you want to continue using Extension Bundles, limit the version range to the following in
host.json
(you do not have to manually install the package in this case):(4.*, 4.9.0]
(3.*, 3.26.0]
(2.*, 2.27.0]
The text was updated successfully, but these errors were encountered: