Skip to content

Release v1.23.1#688

Merged
YunchuWang merged 1 commit intomainfrom
release/v1.23.1
Mar 24, 2026
Merged

Release v1.23.1#688
YunchuWang merged 1 commit intomainfrom
release/v1.23.1

Conversation

@YunchuWang
Copy link
Copy Markdown
Member

Summary

What changed?

Why is this change needed?

Issues / work items

  • Resolves #
  • Related #

Project checklist

  • Release notes are not required for the next release
    • Otherwise: Notes added to release_notes.md
  • Backport is not required
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • All required tests have been added/updated (unit tests, E2E tests)
  • Breaking change?
    • If yes:
      • Impact:
      • Migration guidance:

AI-assisted code disclosure (required)

Was an AI tool used? (select one)

  • No
  • Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
  • Yes, an AI agent generated most of this PR

If AI was used:

  • Tool(s):
  • AI-assisted areas/files:
  • What you changed after AI output:

AI verification (required if AI was used):

  • I understand the code and can explain it
  • I verified referenced APIs/types exist and are correct
  • I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
  • I reviewed concurrency/async behavior
  • I checked for unintended breaking or behavior changes

Testing

Automated tests

  • Result: Passed / Failed (link logs if failed)

Manual validation (only if runtime/behavior changed)

  • Environment (OS, .NET version, components):
  • Steps + observed results:
    1.
    2.
    3.
  • Evidence (optional):

Notes for reviewers

  • N/A

Copilot AI review requested due to automatic review settings March 24, 2026 21:08
@YunchuWang YunchuWang merged commit 45ab40e into main Mar 24, 2026
9 checks passed
@YunchuWang YunchuWang deleted the release/v1.23.1 branch March 24, 2026 21:10
Copy link
Copy Markdown
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

Updates the repo’s release versioning metadata and changelog to publish the v1.23.1 release of the Durable Task .NET SDK.

Changes:

  • Bump VersionPrefix to 1.23.1 for packaging/versioning.
  • Add a new v1.23.1 section to CHANGELOG.md with included PR highlights.

Reviewed changes

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

File Description
eng/targets/Release.props Updates VersionPrefix to 1.23.1 for the release build/package version.
CHANGELOG.md Adds the v1.23.1 changelog section summarizing included changes.


## Unreleased


Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

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

There are currently two consecutive blank lines between the ## Unreleased header and the ## v1.23.1 section. For consistency with the rest of this file (e.g., the single blank line separating v1.23.1 and v1.23.0), consider reducing this to a single blank line.

Suggested change

Copilot uses AI. Check for mistakes.
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.

3 participants