Merged
Conversation
kaibocai
approved these changes
Jan 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares version 1.20.0 for release by updating the version number and documenting the changes in the CHANGELOG.
Changes:
- Version bumped from 1.19.1 to 1.20.0 in Release.props
- CHANGELOG.md updated with three new features for the 1.20.0 release: partial orchestration work item completion support, export history job functionality, and dependency injection support for DurableTaskTestHost
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/targets/Release.props | Updates VersionPrefix from 1.19.1 to 1.20.0 |
| CHANGELOG.md | Adds 1.20.0 section documenting three new features included in this release |
| @@ -1,5 +1,10 @@ | |||
| # Changelog | |||
|
|
|||
| ## 1.20.0 | |||
There was a problem hiding this comment.
The version header format is inconsistent with the rest of the CHANGELOG. All other version entries use the "v" prefix (e.g., "## v1.19.1", "## v1.19.0", etc.), but this entry uses "## 1.20.0" without the prefix. This should be changed to "## v1.20.0" to maintain consistency with the established convention in this file.
| # Changelog | ||
|
|
||
| ## 1.20.0 | ||
| - Partial orchestration workitem completion support (merge after next dts dp release) by wangbill ([#514](https://github.com/microsoft/durabletask-dotnet/pull/514)) |
There was a problem hiding this comment.
Spelling error: "workitem" should be two words: "work item".
Suggested change
| - Partial orchestration workitem completion support (merge after next dts dp release) by wangbill ([#514](https://github.com/microsoft/durabletask-dotnet/pull/514)) | |
| - Partial orchestration work item completion support (merge after next dts dp release) by wangbill ([#514](https://github.com/microsoft/durabletask-dotnet/pull/514)) |
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
release_notes.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