Release durable-functions@4.0.0-beta.1 - #347
Open
YunchuWang wants to merge 2 commits into
Open
Conversation
kaibocai
previously approved these changes
Jul 31, 2026
Contributor
There was a problem hiding this comment.
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-functionsversion to4.0.0-beta.1. - Add a
v4.0.0-beta.1 (2026-07-31)section to thedurable-functionschangelog (and introduce an “Upcoming” section). - Update the workspace
package-lock.jsonentry forpackages/azure-functions-durableto 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)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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))
kaibocai
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed?
Why is this change needed?
Issues / work items
Project checklist
CHANGELOG.mdAI-assisted code disclosure (required)
Was an AI tool used? (select one)
If AI was used:
AI verification (required if AI was used):
Testing
Automated tests
Manual validation (only if runtime/behavior changed)
1.
2.
3.
Notes for reviewers