Skip to content

Commit be3554b

Browse files
authored
Cleared release_notes.md
1 parent dee51df commit be3554b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

release_notes.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
<!-- Please put your changes into the appropriate category (or categories) below. -->
21

3-
## New Features
4-
- Exposed IServiceCollection extension methods AddDurableTaskFactory() for net461 releases so classic .NET Framework apps using the .NET Core model of dependency injection can create their own Durable Clients. (#1653)
5-
6-
## Bug fixes
7-
- Remove incorrect information from C# docs summary for IDurableEntityClient.ReadEntityStateAsync() regarding states large than 16KB (#1637)
8-
- Fix a NullReferenceException in IDurableClient.SignalClient() for IDurableClient objects created by the new DurabilityClientFactory (#1644)
9-
10-
## Breaking changes
11-
12-
13-
## Dependency Changes
14-
- Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers --> 0.4.0
15-
16-
Removed dependency on Mono.Posix.NETStandard by instead relying on P/Invoke to generate inotify signals in Linux; reducing the size of the package (#1643)

0 commit comments

Comments
 (0)