- 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)
- 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)
- Update MaxQueuePollingInterval default for Flex Consumption apps #2953
- Microsoft.DurableTask.Grpc to 1.3.0