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
- Azure Durable Functions now supports identity-based connections. See [here](https://docs.microsoft.com/azure/azure-functions/functions-reference?tabs=blob#connecting-to-host-storage-with-an-identity-preview) for details on how to configure these connections ([#2014](https://github.com/Azure/azure-functions-durable-extension/pull/2014)) - contributed by [@wsugarman](https://github.com/wsugarman)
3
-
-`IConnectionStringResolver` has been deprecated in favor of `IConnectionInfoResolver`
4
-
- Similarly, both `StandardConnectionStringProvider` and `WebJobsConnectionStringProvider` have been deprecated in favor of `StandardConnectionInfoProvider` and `WebJobsConnectionInfoProvider`
5
-
- Initial support for .NET Isolated
6
-
- Added support for long timers for Out-of-Proc SDKs
7
-
- Updated the Replay Schema version to V3 for Out-of-Proc SDKs
8
2
9
-
## Bug fixes
3
+
None
10
4
11
-
All bug fixes are coming in transitively via our DTFx dependency updates:
5
+
## Bug fixes
12
6
13
-
- Fix for stuck orchestration issue caused by incorrect de-dupe flagging (https://github.com/Azure/durabletask/pull/708)
14
-
- Fix for stuck orchestration issue caused by certain partition movement issues (https://github.com/Azure/durabletask/pull/710)
15
-
- Fix for noisy error message in DTFx logs (ArgumentException: A lease ID must be specified when changing a lease) (https://github.com/Azure/durabletask/issues/406)
16
-
- Fix some false positives in deadlock detection that resulted in unnecessary ExecutionEngineExceptions (https://github.com/Azure/durabletask/pull/678)
17
-
- Fix issue related to in-order delivery guarantees for Durable Entities (https://github.com/Azure/durabletask/pull/680)
18
-
- Improved logging for lease/partition management (https://github.com/Azure/durabletask/pull/699)
19
-
- Reduce GC impact of lease blob operations (https://github.com/Azure/durabletask/pull/673)
7
+
None
20
8
21
9
## Breaking Changes
22
10
23
-
See dependency updates below, which can be breaking if there are hard dependency conflicts (like .NET Framework 4.6.1)
11
+
None
24
12
25
13
## Dependency Updates
26
14
27
-
- Added .NET 6 target
28
-
- Added DurableTask.Sidecar v0.3.0 dependency (.NET 6 only), with transitive dependency on Grpc.AspNetCore.Server v2.38
29
-
- Updated minimum C# compiler version to 9.0
30
-
- Added [Microsoft.Extensions.Azure](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.1.1) v1.1.1 as a dependency for Azure Functions 2.0 and beyond
31
-
- Azure.Identity 1.1.1 -> 1.5.0 for Azure Functions 2.0 and beyond
32
-
- Microsoft.Azure.WebJobs 3.0.14 -> 3.0.31 for for Azure Functions 2.0 and beyond
33
-
- .NET Framework v4.6.1 -> v4.6.2 to stay within official support window
0 commit comments