You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)