Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 953 Bytes

release_notes.md

File metadata and controls

29 lines (16 loc) · 953 Bytes

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)

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)

Breaking Changes

Dependency Updates

Microsoft.Azure.WebJobs.Extensions.DurableTask 2.13.7

New Features

Bug Fixes

Breaking Changes

Dependency Updates

  • Microsoft.DurableTask.Grpc to 1.3.0