Skip to content

Release v0.2.0#112

Merged
YunchuWang merged 1 commit intomainfrom
release/v0.2.0
Feb 18, 2026
Merged

Release v0.2.0#112
YunchuWang merged 1 commit intomainfrom
release/v0.2.0

Conversation

@YunchuWang
Copy link
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 February 18, 2026 20:47
Copy link

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 is a release PR that bumps both packages from version 0.1.0-beta.1 to 0.2.0, marking the first stable release. The PR updates version numbers across both packages, updates the peer dependency constraint, and adds a new changelog section documenting changes since the previous beta release.

Changes:

  • Version bumped to 0.2.0 in both @microsoft/durabletask-js and @microsoft/durabletask-js-azuremanaged packages
  • Updated peer dependency constraint in azuremanaged package to require >=0.2.0
  • Added v0.2.0 changelog section documenting 4 changes from PRs #110, #109, #108, and #107

Reviewed changes

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

File Description
packages/durabletask-js/package.json Version bumped from 0.1.0-beta.1 to 0.2.0
packages/durabletask-js-azuremanaged/package.json Version bumped to 0.2.0 and peer dependency updated to match
CHANGELOG.md Added v0.2.0 release section with changes from 4 PRs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@YunchuWang YunchuWang merged commit 1627ae2 into main Feb 18, 2026
28 checks passed
@YunchuWang YunchuWang deleted the release/v0.2.0 branch February 18, 2026 21:13
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.

2 participants

Comments