Skip to content

Bump Version to v3.12.3 and v1.16.3#3400

Merged
berndverst merged 5 commits intodevfrom
nytian/inc-ver
Mar 20, 2026
Merged

Bump Version to v3.12.3 and v1.16.3#3400
berndverst merged 5 commits intodevfrom
nytian/inc-ver

Conversation

@nytian
Copy link
Collaborator

@nytian nytian commented Mar 20, 2026

As titled. Routine PR for dependencies updates.

Copilot AI review requested due to automatic review settings March 20, 2026 19:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Routine version bump PR to keep the Durable Task extensions and centrally managed dependencies aligned with the new release versions.

Changes:

  • Bumped Worker.Extensions.DurableTask package version to 1.16.3.
  • Bumped WebJobs.Extensions.DurableTask package version to 3.12.3 and kept the worker’s ExtensionInformation metadata in sync.
  • Updated several centrally-managed DurableTask-related NuGet package versions in Directory.Packages.props.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/Worker.Extensions.DurableTask/Worker.Extensions.DurableTask.csproj Updates worker extension package version to 1.16.3.
src/Worker.Extensions.DurableTask/AssemblyInfo.cs Updates ExtensionInformation version string to 3.12.3 (in-proc extension metadata sync).
src/WebJobs.Extensions.DurableTask/WebJobs.Extensions.DurableTask.csproj Updates patch version to produce 3.12.3.
Directory.Packages.props Updates centrally-managed DurableTask dependency versions (AppInsights/AzureStorage/Core and DurableTask gRPC packages).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Update Microsoft.Bcl.AsyncInterfaces (10.0.1 -> 10.0.2),
Microsoft.Extensions.Caching.Memory (10.0.0 -> 10.0.2),
Microsoft.Extensions.Options (10.0.0 -> 10.0.2), and
System.Text.Json (10.0.0 -> 10.0.2) to satisfy minimum
version requirements of Microsoft.DurableTask.* 1.23.0.
Copilot AI review requested due to automatic review settings March 20, 2026 20:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Fix azurite.cmd -> azurite (no .cmd on Linux ubuntu runner)
- Bump Azurite cache key v1 -> v2 to force fresh install
- Suppress DURABLE2003 for BuiltIn::HttpActivity (reserved framework activity)
On .NET 10/Linux, the page-by-page memory write approach triggers the
Linux OOM killer (SIGKILL) instead of a .NET OutOfMemoryException,
causing 'operation was cancelled'. Since the test validates orchestration
recovery from process crashes, FailFast achieves the same goal reliably.
Copilot AI review requested due to automatic review settings March 20, 2026 21:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@berndverst berndverst merged commit 2efc17e into dev Mar 20, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants