- 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)
- 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)
- Microsoft.DurableTask.Grpc to 1.3.0