Prepare azure_core@0.35.0 release#4248
Merged
Merged
Conversation
Only releasing `typespec_client_core` and crates built upon it. This will also help test our release systems.
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azure_core 0.35.0 release (and related core crates) while aligning dependency sourcing for the release flow.
Changes:
- Switch
typespec_client_coreandazure_coremacro deps frompathtoworkspaceinheritance. - Finalize release entries by dating previously “Unreleased” CHANGELOG sections.
- Update workspace dependency versions and lockfile resolution to use registry-published
typespec/macro crates for this release.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/core/typespec_client_core/Cargo.toml | Uses workspace-inherited typespec_macros instead of a direct path dev-dependency. |
| sdk/core/typespec_client_core/CHANGELOG.md | Finalizes 0.14.0 release date. |
| sdk/core/azure_core_opentelemetry/CHANGELOG.md | Finalizes 0.9.0 release date and notes dependency updates. |
| sdk/core/azure_core_amqp/CHANGELOG.md | Finalizes 0.14.0 release date and notes dependency updates. |
| sdk/core/azure_core/Cargo.toml | Uses workspace-inherited azure_core_macros instead of a direct path dev-dependency. |
| sdk/core/azure_core/CHANGELOG.md | Finalizes 0.35.0 release date. |
| Cargo.toml | Adjusts workspace dependency versions/sources for typespec and macro crates. |
| Cargo.lock | Reflects new resolution (including multiple versions of some crates). |
RickWinter
approved these changes
Apr 22, 2026
LarryOsterman
approved these changes
Apr 22, 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.
Only releasing
typespec_client_coreand crates built upon it.This will also help test our release systems.