File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v1.9.0 (unreleased)
4-
5- - Introduce default version setting to DurableTaskClient and expose to orchestrator ([ #393 ] ( https://github.com/microsoft/durabletask-dotnet/pull/393 ) )
6- - Add support for local credential types in DTS libraries ([ #396 ] ( https://github.com/microsoft/durabletask-dotnet/pull/396 ) )
7- - Add utility for easier version comparison in orchestration context ([ #394 ] ( https://github.com/microsoft/durabletask-dotnet/pull/394 ) )
8- - Add tags support for orchestrations ([ #397 ] ( https://github.com/microsoft/durabletask-dotnet/pull/397 ) )
9- - Add support for versioning in the gRPC worker ([ #401 ] ( https://github.com/microsoft/durabletask-dotnet/pull/401 ) )
3+ ## v1.9.0
4+
5+ - Fix schedule sample logging setup by @YunchuWang in ([ #392 ] ( https://github.com/microsoft/durabletask-dotnet/pull/392 ) )
6+ - Introduce versioning to the DurableTaskClient by @halspang in ([ #393 ] ( https://github.com/microsoft/durabletask-dotnet/pull/393 ) )
7+ - Support for local credential types for DTS by @cgillum in ([ #396 ] ( https://github.com/microsoft/durabletask-dotnet/pull/396 ) )
8+ - Add utilities for easier versioning usage by @halspang in ([ #394 ] ( https://github.com/microsoft/durabletask-dotnet/pull/394 ) )
9+ - Add tags to CreateInstanceRequest by @torosent in ([ #397 ] ( https://github.com/microsoft/durabletask-dotnet/pull/397 ) )
10+ - Partial Purge Support by @YunchuWang in ([ #400 ] ( https://github.com/microsoft/durabletask-dotnet/pull/400 ) )
11+ - Dts Grpc client retry support by @YunchuWang in ([ #403 ] ( https://github.com/microsoft/durabletask-dotnet/pull/403 ) )
12+ - Introduce orchestration versioning into worker by @halspang in ([ #401 ] ( https://github.com/microsoft/durabletask-dotnet/pull/401 ) )
1013
1114## v1.8.1
1215
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <VersionPrefix >1.8.1 </VersionPrefix >
20+ <VersionPrefix >1.9.0 </VersionPrefix >
2121 <VersionSuffix ></VersionSuffix >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments