Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.24 KB

release_notes.md

File metadata and controls

33 lines (19 loc) · 1.24 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 (Azure#2732).
  • Added an IFunctionsWorkerApplicationBuilder.ConfigureDurableExtension() extension method for cases where auto-registration does not work (no source gen running). (#2950)

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