Skip to content

Release durable-functions@4.0.0-beta.1 - #347

Open
YunchuWang wants to merge 2 commits into
mainfrom
release/durable-functions-v4.0.0-beta.1
Open

Release durable-functions@4.0.0-beta.1#347
YunchuWang wants to merge 2 commits into
mainfrom
release/durable-functions-v4.0.0-beta.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 CHANGELOG.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, Node.js version, components):
  • Steps + observed results:
    1.
    2.
    3.
  • Evidence (optional):

Notes for reviewers

  • N/A

Copilot AI review requested due to automatic review settings July 31, 2026 22:48
kaibocai
kaibocai previously approved these changes Jul 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 durable-functions Azure Functions provider package for the 4.0.0-beta.1 release by bumping the package version and recording the release in the package changelog.

Changes:

  • Bump durable-functions version to 4.0.0-beta.1.
  • Add a v4.0.0-beta.1 (2026-07-31) section to the durable-functions changelog (and introduce an “Upcoming” section).
  • Update the workspace package-lock.json entry for packages/azure-functions-durable to match the prerelease version.

Reviewed changes

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

File Description
packages/azure-functions-durable/package.json Updates package version to 4.0.0-beta.1.
packages/azure-functions-durable/CHANGELOG.md Adds release notes for v4.0.0-beta.1 and an “Upcoming” scaffold.
package-lock.json Syncs the lockfile’s workspace package version to 4.0.0-beta.1.
Suppressed comments (1)

packages/azure-functions-durable/CHANGELOG.md:14

  • The changelog entry links #321 as a pull request, but #321 is an issue (the PR is #323). The current URL 404s; update it to point to the issue and link the PR separately.
- fix(durable-functions): route sync single-arg orchestrators to core-native ([#321](https://github.com/microsoft/durabletask-js/pull/321)) (#323)

Comment thread packages/azure-functions-durable/CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 31, 2026 22:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 2 out of 3 changed files in this pull request and generated no new comments.

Suppressed comments (2)

packages/azure-functions-durable/CHANGELOG.md:14

  • The changelog entry links to PR #321, but that PR appears not to exist (likely this is issue #321). Also the trailing "(#323)" should be a proper link to the PR that implemented the fix.
- fix(durable-functions): route sync single-arg orchestrators to core-native ([#321](https://github.com/microsoft/durabletask-js/pull/321)) (#323)

packages/azure-functions-durable/CHANGELOG.md:15

  • This is the v4.0.0-beta.1 release section, but this bullet refers to durable-functions@4.0.0, which is confusing/mismatched with the version being released in this PR. Consider updating the version string in the changelog entry to match the prerelease version.
- Add `durable-functions@4.0.0` — Azure Functions Durable provider on the gRPC core (+ core host helpers, E2E CI, and release pipeline) ([#282](https://github.com/microsoft/durabletask-js/pull/282))

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