Skip to content

Release v1.23.3#699

Merged
YunchuWang merged 1 commit intomainfrom
release/v1.23.3
Apr 3, 2026
Merged

Release v1.23.3#699
YunchuWang merged 1 commit intomainfrom
release/v1.23.3

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 April 3, 2026 16:48
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 repository’s release metadata to publish version v1.23.3, aligning the build/package version and the changelog for the new release.

Changes:

  • Bump VersionPrefix from 1.23.2 to 1.23.3 for NuGet/package versioning.
  • Add a new v1.23.3 section to CHANGELOG.md documenting included changes.

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 the version prefix used for packaging/release builds to 1.23.3.
CHANGELOG.md Adds the v1.23.3 changelog entry describing release contents.


## v1.23.3
- fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([#698](https://github.com/microsoft/durabletask-dotnet/pull/698))
- Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693))
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

The v1.23.3 changelog section includes an entry for "Release v1.23.2" (#693). This looks like the prior release PR and is inconsistent with the rest of the changelog (no other versions list their release PR). Consider removing this line so v1.23.3 only lists actual changes included in the release (e.g., #698).

Suggested change
- Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693))

Copilot uses AI. Check for mistakes.
@YunchuWang YunchuWang merged commit 727670f into main Apr 3, 2026
11 checks passed
@YunchuWang YunchuWang deleted the release/v1.23.3 branch April 3, 2026 16:54
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