From 5949be07dcff1dc4a3245ec04c1661806051e0f3 Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Mon, 24 Feb 2025 13:34:05 -0800 Subject: [PATCH] Update base version number to 1.6.0 --- CHANGELOG.md | 7 ++++++- eng/targets/Release.props | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f6be992..230b052e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## vNext +## v1.6.0 - Added new preview packages, `Microsoft.DurableTask.Client.AzureManaged` and `Microsoft.DurableTask.Worker.AzureManaged` +- Move to Central Package Management ([#373](https://github.com/microsoft/durabletask-dotnet/pull/373)) ### Microsoft.DurableTask.Client @@ -13,6 +14,10 @@ - Add new `IDurableTaskWorkerBuilder AddDurableTaskWorker(IServiceCollection, string?)` API - Add support for work item history streaming +### Microsoft.DurableTask.Worker.Grpc + +- Provide entity support for direct grpc connections to DTS ([#369](https://github.com/microsoft/durabletask-dotnet/pull/369)) + ### Microsoft.DurableTask.Grpc - Replace submodule for proto files with download script for easier maintenance diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 080917d84..a4b7c1d71 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.5.0 + 1.6.0