Skip to content

Bump packages version to 1.18.2 for release#586

Merged
YunchuWang merged 5 commits into
mainfrom
copilot/bump-packages-version-1-18-2
Dec 22, 2025
Merged

Bump packages version to 1.18.2 for release#586
YunchuWang merged 5 commits into
mainfrom
copilot/bump-packages-version-1-18-2

Conversation

Copilot AI commented Dec 20, 2025

Copy link
Copy Markdown
Contributor

Prepare v1.18.2 release with version bumps and changelog update.

Version Changes

  • Main packages: 1.18.1 → 1.18.2 (eng/targets/Release.props)
  • Analyzers: 0.2.0 → 0.3.0 (src/Analyzers/Analyzers.csproj)

Changelog

Added v1.18.2 section to CHANGELOG.md with 19 entries covering:

  • Copy constructors for TaskOptions and sub-classes
  • Analyzer improvements (FunctionNotFound severity, non-contextual logger detection, GetInput() binding suggestions, DateTimeOffset detection)
  • DurableEventAttribute for strongly-typed external events
  • Specific logging categories for Worker.Grpc with backward-compatible opt-in
  • Race condition fixes in WaitForInstanceAsync and dedup status tests
  • Dependency bumps (Google.Protobuf, FluentAssertions, coverlet.collector, dotnet-sdk)

Post-Merge Action

Reviewer: Create git tag v1.18.2 after merge.

Original prompt

do all of these 1. bump packages version to 1.18.2 for release 2. for source generator and analyzer bump to next minor version 3. run generate_changelog.py to generate new change log for this release and update CHANGELOG.md to record the new changes for it aligning with previous release changelog notes format. 4. create git tag of v1.18.2 if you can, else inform reviewer to create the tag in PR


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…1.0, and update CHANGELOG.md

Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
@YunchuWang
YunchuWang marked this pull request as ready for review December 20, 2025 22:39
Copilot AI review requested due to automatic review settings December 20, 2025 22:39
Copilot AI changed the title [WIP] Bump packages version to 1.18.2 for release Bump packages version to 1.18.2 for release Dec 20, 2025
Copilot AI requested a review from YunchuWang December 20, 2025 22:39

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 bumps package versions for the v1.18.2 release, including the main SDK package and related analyzer/generator packages, and adds a comprehensive changelog entry documenting all changes since v1.18.1.

  • Main package version bumped from 1.18.1 to 1.18.2
  • Analyzers package bumped from 0.2.0 to 0.3.0 (minor version increment)
  • Generators package bumped from 1.0.0 to 1.1.0 (minor version increment)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
eng/targets/Release.props Updates main package version prefix from 1.18.1 to 1.18.2
src/Analyzers/Analyzers.csproj Bumps Analyzers package version from 0.2.0 to 0.3.0
src/Generators/Generators.csproj Bumps Generators package version from 1.0.0 to 1.1.0
CHANGELOG.md Adds v1.18.2 section with 17 changelog entries covering analyzer improvements, logging enhancements, bug fixes, dependency updates, and test improvements

@YunchuWang

Copy link
Copy Markdown
Member

@copilot source generator revert version bump

Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>

Copilot AI commented Dec 20, 2025

Copy link
Copy Markdown
Contributor Author

@copilot source generator revert version bump

Reverted the source generator version bump back to 1.0.0 in commit 1c3dc2d.

@YunchuWang

Copy link
Copy Markdown
Member

@copilot update changelog to add the latest commit

Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>

Copilot AI commented Dec 22, 2025

Copy link
Copy Markdown
Contributor Author

@copilot update changelog to add the latest commit

Added the copy constructors PR #587 to the changelog in commit 2a59cbc.

@YunchuWang
YunchuWang merged commit a6e207e into main Dec 22, 2025
8 checks passed
@YunchuWang
YunchuWang deleted the copilot/bump-packages-version-1-18-2 branch December 22, 2025 22:55
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.

4 participants