Release prep for worker packages and Otel extension#3354
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repo for an upcoming release by bumping the worker package versions to 2.52.0 and the OpenTelemetry extension to 1.2.0, and updating release notes to reflect the new versions and features (baggage/tag propagation).
Changes:
- Bump
Microsoft.Azure.Functions.Worker,.Core, and.Grpcminor version from51→52(release2.52.0). - Bump
Microsoft.Azure.Functions.Worker.OpenTelemetryminor version from1→2(release1.2.0). - Update release notes to replace
<version>placeholders with the released versions.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/DotNetWorker/DotNetWorker.csproj | Bumps worker metapackage version to 2.52.0. |
| src/DotNetWorker.Core/DotNetWorker.Core.csproj | Bumps core worker version to 2.52.0. |
| src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj | Bumps gRPC worker package version to 2.52.0. |
| src/DotNetWorker.OpenTelemetry/DotNetWorker.OpenTelemetry.csproj | Bumps OpenTelemetry extension package version to 1.2.0. |
| src/DotNetWorker.OpenTelemetry/release_notes.md | Pins OpenTelemetry extension release notes header to 1.2.0. |
| release_notes.md | Pins worker package release note headers and dependency bullets to 2.52.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jviau
approved these changes
Apr 8, 2026
a8ccbf3 to
cfa5bf8
Compare
RohitRanjanMS
approved these changes
Apr 16, 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.
Issue describing the changes in this PR
Release prep for worker packages (bump to
2.52.0with new features for baggage/tag propagation) and for Otel extension (bump to1.2.0).Pull request checklist
release_notes.mdAdditional Information
4.1048and higher, no-op otherwise.