diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd297ce..a0662719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog ## Unreleased + + +## v1.25.0-preview.2 +- On-demand sandbox ([#736](https://github.com/microsoft/durabletask-dotnet/pull/736)) +- Bump Grpc.AspNetCore.Server from 2.76.0 to 2.80.0 ([#747](https://github.com/microsoft/durabletask-dotnet/pull/747)) +- Bump Grpc.Net.Client from 2.76.0 to 2.80.0 ([#748](https://github.com/microsoft/durabletask-dotnet/pull/748)) +- Fix DURABLE0010 false positives when a replay-safe logger created via `TaskOrchestrationContext.CreateReplaySafeLogger` is passed to a helper method ([#717](https://github.com/microsoft/durabletask-dotnet/issues/717), [#718](https://github.com/microsoft/durabletask-dotnet/pull/718)) +- Expose scheduled version on TaskActivityContext ([#744](https://github.com/microsoft/durabletask-dotnet/pull/744)) +- Bump Grpc.Tools from 2.78.0 to 2.81.0 ([#740](https://github.com/microsoft/durabletask-dotnet/pull/740)) +- Add PackageRequireLicenseAcceptance to Release.props for authoring requirements ([#733](https://github.com/microsoft/durabletask-dotnet/pull/733)) +- Remove Copilot agent GitHub Actions workflow ([#728](https://github.com/microsoft/durabletask-dotnet/pull/728)) - Split private preview on-demand sandbox APIs into opt-in `Microsoft.DurableTask.Client.AzureManaged.Sandboxes` and `Microsoft.DurableTask.Worker.AzureManaged.Sandboxes` packages. - Updated private preview on-demand sandbox worker profile declarations to use `SandboxWorkerProfileOptions.AddActivity(...)`, and updated the on-demand sandbox sample to share activity name constants between the main app and remote worker. - Added SDK-side validation for private preview on-demand sandbox CPU and memory resource quantities. -- Fix DURABLE0010 false positives when a replay-safe logger created via `TaskOrchestrationContext.CreateReplaySafeLogger` is passed to a helper method ([#717](https://github.com/microsoft/durabletask-dotnet/issues/717)) @@ -465,5 +475,3 @@ Initial public release - - diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 3c1bc105..cafd9b5a 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -19,7 +19,7 @@ 1.25.0 - preview.1 + preview.2 diff --git a/src/ExportHistory/ExportHistory.csproj b/src/ExportHistory/ExportHistory.csproj index 920fe4dc..754c181f 100644 --- a/src/ExportHistory/ExportHistory.csproj +++ b/src/ExportHistory/ExportHistory.csproj @@ -4,7 +4,7 @@ net6.0;net8.0;net10.0 Durable Task Export History true - preview.1 + preview.2 @@ -23,4 +23,3 @@ - diff --git a/src/Generators/Generators.csproj b/src/Generators/Generators.csproj index 72220a98..cbe33a30 100644 --- a/src/Generators/Generators.csproj +++ b/src/Generators/Generators.csproj @@ -21,7 +21,7 @@ 2.1.0 - preview.1 + preview.2 diff --git a/src/ScheduledTasks/ScheduledTasks.csproj b/src/ScheduledTasks/ScheduledTasks.csproj index 3126851b..84f5c3b4 100644 --- a/src/ScheduledTasks/ScheduledTasks.csproj +++ b/src/ScheduledTasks/ScheduledTasks.csproj @@ -4,7 +4,7 @@ net6.0;net8.0;net10.0 Durable Task Scheduled Tasks Client true - preview.1 + preview.2