Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.49 KB

release_notes.md

File metadata and controls

35 lines (21 loc) · 1.49 KB

Release Notes

Microsoft.Azure.Functions.Worker.Extensions.DurableTask (version)

New Features

  • Fail fast if extendedSessionsEnabled set to 'true' for the worker type that doesn't support extended sessions (#2732).
  • Added an IFunctionsWorkerApplicationBuilder.ConfigureDurableExtension() extension method for cases where auto-registration does not work (no source gen running). (#2950)
  • Enable version-aware orchestrations (.NET in-proc) (#3072).
  • Fix scaling when using a non-default Azure Storage account (#3084).

Bug Fixes

  • Fix custom connection name not working when using IDurableClientFactory.CreateClient() - contributed by @hctan
  • Made durable extension for isolated worker configuration idempotent, allowing multiple calls safely. (#2950)
  • Fixes a bug with Out of Memory exception handling in Isolated, improving reliability of retries for this case. (part of #3020)
  • Fixed issue with passing null CreatedFrom date in PurgeInstancesFilter to client.PurgeAllInstancesAsync (#3021)

Breaking Changes

Dependency Updates

Microsoft.Azure.WebJobs.Extensions.DurableTask 2.13.7

New Features

  • Update MaxQueuePollingInterval default for Flex Consumption apps #2953

Bug Fixes

Breaking Changes

Dependency Updates

  • Microsoft.DurableTask.Grpc to 1.3.0