Merged
Conversation
Copilot
AI
changed the title
[WIP] Cut new release 1.18.1 and update changelog
Cut release 1.18.1
Dec 15, 2025
YunchuWang
approved these changes
Dec 15, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares release version 1.18.1 by updating the version number and changelog with changes since v1.18.0. The release includes 7 feature additions and improvements, primarily focused on analyzers, exception handling, entity source generation, and documentation enhancements.
Key Changes:
- Version bumped from 1.18.0 to 1.18.1 in Release.props
- Changelog updated with 7 merged PRs since v1.18.0
- BOM character removed from CHANGELOG.md header
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/targets/Release.props | Updated VersionPrefix from 1.18.0 to 1.18.1 |
| CHANGELOG.md | Added v1.18.1 section with 7 changelog entries and removed BOM character from file header |
|
|
||
| ## v1.18.1 | ||
| - Support dedup status when starting orchestration by wangbill ([#542](https://github.com/microsoft/durabletask-dotnet/pull/542)) | ||
| - Add 404 exception handling in blobpayloadstore.downloadasync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) |
There was a problem hiding this comment.
The text "blobpayloadstore.downloadasync" should use proper casing. Based on the code conventions in this repository, it should be "BlobPayloadStore.DownloadAsync" to correctly reference the class and method names.
Suggested change
| - Add 404 exception handling in blobpayloadstore.downloadasync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) | |
| - Add 404 exception handling in BlobPayloadStore.DownloadAsync by Copilot ([#534](https://github.com/microsoft/durabletask-dotnet/pull/534)) |
torosent
approved these changes
Dec 15, 2025
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
2030760 to
94c2bba
Compare
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.
This pull request prepares for the 1.18.1 release by updating versioning and documenting recent changes. The most important changes are:
Release version update:
1.18.0to1.18.1ineng/targets/Release.propsto set up the next release.Changelog documentation:
CHANGELOG.md, summarizing recent features, bug fixes, dependency updates, and improvements.