Skip to content

Update typespec, core after release #2679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2025
Merged

Update typespec, core after release #2679

merged 3 commits into from
Jun 12, 2025

Conversation

heaths
Copy link
Member

@heaths heaths commented Jun 6, 2025

No description provided.

@github-actions github-actions bot added the Azure.Core The azure_core crate label Jun 6, 2025
@heaths
Copy link
Member Author

heaths commented Jun 6, 2025

We'll want to wait until after all the other crates are released before we merge this, hence being a draft for now.

@heaths heaths marked this pull request as ready for review June 11, 2025 23:21
@Copilot Copilot AI review requested due to automatic review settings June 11, 2025 23:21
Copy link
Contributor

@Copilot Copilot AI left a comment

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 updates version numbers and changelog entries across multiple packages in the SDK to reflect the latest releases. Key changes include:

  • Bumping versions in Cargo.toml files for typespec, typespec_client_core, azure_core, azure_core_amqp, and associated workspace dependencies.
  • Creating new, unreleased changelog sections for version 0.5.0, 0.6.0, and 0.26.0 in the respective CHANGELOG.md files.
  • Updating the "zip" dependency version in the top-level Cargo.toml from 2.6.1 to 4.0.0.

Reviewed Changes

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

Show a summary per file
File Description
sdk/typespec/typespec_macros/Cargo.toml Updated package version from 0.4.0 to 0.5.0
sdk/typespec/typespec_macros/CHANGELOG.md Added new unreleased header for version 0.5.0
sdk/typespec/typespec_client_core/Cargo.toml Updated package version from 0.4.0 to 0.5.0
sdk/typespec/typespec_client_core/CHANGELOG.md Added new unreleased header for version 0.5.0
sdk/typespec/Cargo.toml Updated package version from 0.5.0 to 0.6.0
sdk/typespec/CHANGELOG.md Added new unreleased header for version 0.6.0
sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml Updated azure_core dependency version from 0.25.0 to 0.26.0
sdk/core/azure_core_amqp/Cargo.toml Updated package version from 0.4.0 to 0.5.0 and azure_core dependency
sdk/core/azure_core_amqp/CHANGELOG.md Added new unreleased header for version 0.5.0
sdk/core/azure_core/Cargo.toml Updated package version from 0.25.0 to 0.26.0
sdk/core/azure_core/CHANGELOG.md Added new unreleased header for version 0.26.0
Cargo.toml Updated workspace dependency versions and bumped zip from 2.6.1 to 4.0.0
Comments suppressed due to low confidence (2)

sdk/typespec/typespec_macros/CHANGELOG.md:3

  • [nitpick] The new release section for version 0.5.0 is empty; consider adding brief release notes or descriptive change summaries to improve documentation clarity.
## 0.5.0 (Unreleased)

Cargo.toml:124

  • The 'zip' dependency has a major version bump from 2.6.1 to 4.0.0; please verify that any breaking changes introduced in zip 4.0.0 are properly handled in the project.
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }

Based on internal documentation, Zlib is a permissable license and should be fine. CG will alert otherwise.
@weshaggard
Copy link
Member

/azp run rust - pullrequest

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@heaths heaths merged commit 492e25d into Azure:main Jun 12, 2025
17 checks passed
@heaths heaths deleted the update-core branch June 12, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core The azure_core crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants