Increment versions for core releases#4110
Merged
heaths merged 4 commits intoApr 15, 2026
Merged
Conversation
… typespec_client_core, azure_core, azure_core_macros, azure_core_amqp, azure_core_opentelemetry
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increments crate versions and seeds new “Unreleased” sections in changelogs following the release of several core crates (TypeSpec + Azure Core family), and updates downstream crates to depend on the new azure_core version.
Changes:
- Bump versions for
typespec,typespec_macros,typespec_client_core,azure_core,azure_core_macros,azure_core_amqp, andazure_core_opentelemetry, plus corresponding workspace dependency versions. - Add new top-of-file “Unreleased” sections to the relevant core crate changelogs.
- Update
azure_messaging_eventhubsandazure_messaging_servicebusto depend onazure_core0.35.0, and refreshCargo.lock.
Reviewed changes
Copilot reviewed 17 out of 18 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.35.0. |
| sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml | Update azure_core dependency version to 0.35.0. |
| sdk/core/typespec/CHANGELOG.md | Add 0.15.0 (Unreleased) section scaffold. |
| sdk/core/typespec/Cargo.toml | Bump typespec version to 0.15.0. |
| sdk/core/typespec_macros/CHANGELOG.md | Add 0.14.0 (Unreleased) section scaffold. |
| sdk/core/typespec_macros/Cargo.toml | Bump typespec_macros version to 0.14.0. |
| sdk/core/typespec_client_core/CHANGELOG.md | Add 0.14.0 (Unreleased) section scaffold. |
| sdk/core/typespec_client_core/Cargo.toml | Bump typespec_client_core version to 0.14.0. |
| sdk/core/azure_core/CHANGELOG.md | Add 0.35.0 (Unreleased) section scaffold. |
| sdk/core/azure_core/Cargo.toml | Bump azure_core version to 0.35.0. |
| sdk/core/azure_core_opentelemetry/CHANGELOG.md | Add 0.9.0 (Unreleased) section scaffold. |
| sdk/core/azure_core_opentelemetry/Cargo.toml | Bump azure_core_opentelemetry version to 0.9.0. |
| sdk/core/azure_core_macros/CHANGELOG.md | Add 0.9.0 (Unreleased) section scaffold. |
| sdk/core/azure_core_macros/Cargo.toml | Bump azure_core_macros version to 0.9.0. |
| sdk/core/azure_core_amqp/CHANGELOG.md | Add 0.14.0 (Unreleased) section scaffold. |
| sdk/core/azure_core_amqp/Cargo.toml | Bump azure_core_amqp to 0.14.0 and update its azure_core dependency to 0.35.0. |
| Cargo.toml | Update workspace dependency versions for the released core crates. |
| Cargo.lock | Refresh locked versions to match the bumped workspace crates. |
Member
|
Need to wait until we ship the other crates. |
Member
|
@heaths Which crates remain before this can go in? |
Member
|
Storage and EH (which also needs Storage to go in). |
heaths
approved these changes
Apr 15, 2026
LarryOsterman
approved these changes
Apr 15, 2026
LarryOsterman
approved these changes
Apr 15, 2026
LarryOsterman
approved these changes
Apr 15, 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, typespec_macros, typespec_client_core, azure_core, azure_core_macros, azure_core_amqp, azure_core_opentelemetry