File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## vNext
3
+ ## v1.6.0
4
4
5
5
- Added new preview packages, ` Microsoft.DurableTask.Client.AzureManaged ` and ` Microsoft.DurableTask.Worker.AzureManaged `
6
+ - Move to Central Package Management ([ #373 ] ( https://github.com/microsoft/durabletask-dotnet/pull/373 ) )
6
7
7
8
### Microsoft.DurableTask.Client
8
9
13
14
- Add new ` IDurableTaskWorkerBuilder AddDurableTaskWorker(IServiceCollection, string?) ` API
14
15
- Add support for work item history streaming
15
16
17
+ ### Microsoft.DurableTask.Worker.Grpc
18
+
19
+ - Provide entity support for direct grpc connections to DTS ([ #369 ] ( https://github.com/microsoft/durabletask-dotnet/pull/369 ) )
20
+
16
21
### Microsoft.DurableTask.Grpc
17
22
18
23
- Replace submodule for proto files with download script for easier maintenance
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<PropertyGroup >
20
- <VersionPrefix >1.5 .0</VersionPrefix >
20
+ <VersionPrefix >1.6 .0</VersionPrefix >
21
21
<VersionSuffix ></VersionSuffix >
22
22
</PropertyGroup >
23
23
You can’t perform that action at this time.
0 commit comments