Increment versions for core releases#4254
Merged
heaths merged 1 commit intoApr 23, 2026
Merged
Conversation
…e_core, azure_core_amqp, azure_core_opentelemetry
Member
|
Need to wait until the other crates are released. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increments crate versions and adds fresh “Unreleased” sections after publishing new releases of the core runtime crates, keeping downstream dependency pins in sync.
Changes:
- Bump
azure_coreto0.36.0,azure_core_amqpto0.15.0,azure_core_opentelemetryto0.10.0, andtypespec_client_coreto0.15.0. - Update workspace dependency versions (root
Cargo.toml) and dependent crates (Event Hubs, Service Bus) to referenceazure_core 0.36.0. - Add new top-of-file “Unreleased” sections to the updated core crate CHANGELOGs.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/servicebus/azure_messaging_servicebus/Cargo.toml | Update azure_core dependency version to 0.36.0. |
| sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml | Update azure_core dependency version to 0.36.0. |
| sdk/core/typespec_client_core/Cargo.toml | Bump crate version to 0.15.0. |
| sdk/core/typespec_client_core/CHANGELOG.md | Add 0.15.0 (Unreleased) section template. |
| sdk/core/azure_core_opentelemetry/Cargo.toml | Bump crate version to 0.10.0. |
| sdk/core/azure_core_opentelemetry/CHANGELOG.md | Add 0.10.0 (Unreleased) section template. |
| sdk/core/azure_core_amqp/Cargo.toml | Bump crate version to 0.15.0 and update azure_core dependency to 0.36.0. |
| sdk/core/azure_core_amqp/CHANGELOG.md | Add 0.15.0 (Unreleased) section template. |
| sdk/core/azure_core/Cargo.toml | Bump crate version to 0.36.0. |
| sdk/core/azure_core/CHANGELOG.md | Add 0.36.0 (Unreleased) section template. |
| Cargo.toml | Bump workspace dependency versions for the released core crates. |
| Cargo.lock | Regenerate lockfile to reflect updated crate versions. |
RickWinter
approved these changes
Apr 23, 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.
Increment package version after release of typespec_client_core, azure_core, azure_core_amqp, azure_core_opentelemetry