Skip to content

Release v1.23.0#676

Merged
YunchuWang merged 2 commits intomainfrom
release/v1.23.0
Mar 17, 2026
Merged

Release v1.23.0#676
YunchuWang merged 2 commits intomainfrom
release/v1.23.0

Conversation

@YunchuWang
Copy link
Member

Summary

Bump SDK version from v1.22.0 to v1.23.0 (minor version bump for new features, no breaking changes).

Changes

  • Version bump: eng/targets/Release.props VersionPrefix 1.22.0 → 1.23.0
  • Changelog update: Moved Unreleased section to v1.23.0, generated entries from git history

v1.23.0 Changelog

  • Fix CallEntityAsync hangs indefinitely when targeting an unregistered entity type #668: Change work item filters from auto opt-in to explicit opt-in (#669)
  • Add ReplaySafeLoggerFactory for context wrappers (#670)
  • Add NuGet publish job for Microsoft.DurableTask.Analyzers (#662)
  • Add DURABLE0011: ContinueAsNew warning for unbounded orchestration loops (#660)
  • Bump Azure.Identity from 1.17.1 to 1.18.0 (#656)
  • Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.12.1 to 1.15.0 (#658)
  • Add missing input validation to SuspendInstanceAsync and ResumeInstanceAsync (#652)
  • Add ExportHistory package to NuGet publish pipeline (#651)
  • Add OpenTelemetry sample and update deps (#637)
  • Fix build warnings and clean up exception message (#647)

Post-Merge Steps

After this PR merges:

  1. Tag the release: git tag v1.23.0 and push
  2. Draft a GitHub release from the tag
  3. Kick off ADO release build targeting the tag
  4. Validate signing and package contents
  5. Publish to ADO feed then approve NuGet push
  6. Publish GitHub release
  7. Clear RELEASENOTES.md files

Copilot AI review requested due to automatic review settings March 17, 2026 16:58
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

This PR prepares the repository for the v1.23.0 release by bumping the release version and publishing the corresponding release notes in the changelog.

Changes:

  • Bump VersionPrefix to 1.23.0.
  • Move items from “Unreleased” into a new ## v1.23.0 section in CHANGELOG.md.

Reviewed changes

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

File Description
eng/targets/Release.props Updates the product/package version prefix to 1.23.0.
CHANGELOG.md Adds the v1.23.0 release notes section and clears the Unreleased entry.

You can also share your feedback on Copilot code review. Take the survey.

Copilot AI review requested due to automatic review settings March 17, 2026 17:07
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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

This PR prepares the repository for a new release by bumping version numbers and rolling the “Unreleased” changelog content into a new v1.23.0 section.

Changes:

  • Bump repo release version prefix from 1.22.0 to 1.23.0.
  • Bump the Generators package version prefix from 2.0.0 to 2.1.0 (still preview.1).
  • Add a v1.23.0 section to CHANGELOG.md and move the previously “Unreleased” entry into it.

Reviewed changes

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

File Description
src/Generators/Generators.csproj Updates the source generator package version prefix to 2.1.0.
eng/targets/Release.props Updates the overall product version prefix to 1.23.0 for packaging/release.
CHANGELOG.md Adds the v1.23.0 release notes section and clears the Unreleased entry.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +9 to +11
- Add NuGet publish job for Microsoft.DurableTask.Analyzers ([#662](https://github.com/microsoft/durabletask-dotnet/pull/662))
- Bump Azure.Identity from 1.17.1 to 1.18.0 ([#656](https://github.com/microsoft/durabletask-dotnet/pull/656))
- Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.12.1 to 1.15.0 ([#658](https://github.com/microsoft/durabletask-dotnet/pull/658))
@YunchuWang YunchuWang merged commit 1b31c9a into main Mar 17, 2026
7 checks passed
@YunchuWang YunchuWang deleted the release/v1.23.0 branch March 17, 2026 17:17
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.

CallEntityAsync hangs indefinitely when targeting an unregistered entity type

3 participants