Skip to content

Conversation

@alzimmermsft
Copy link
Member

Description

Prepare the Core libraries for their June 2025 release.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@alzimmermsft alzimmermsft self-assigned this Jun 5, 2025
@alzimmermsft alzimmermsft added the Azure.Core azure-core label Jun 5, 2025
Copilot AI review requested due to automatic review settings June 5, 2025 15:27
Copy link
Contributor

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 various Core library components to their GA release versions ahead of the June 2025 release. Key changes include updating version numbers in the pom.xml files (and related README and CHANGELOG files) from beta to GA release versions, revising dependency versions (notably switching from 1.56.0-beta.1 to 1.55.4 for azure‐core), and aligning the version_client.txt data with these changes.

Reviewed Changes

Copilot reviewed 50 out of 50 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/core/azure-core-http-vertx/pom.xml Update GA version from "1.1.0-beta.1" to "1.0.4" and adjust dependency version.
sdk/core/azure-core-http-vertx/CHANGELOG.md Update the release date and bug fix description with corrected grammar.
sdk/core/azure-core-http-okhttp/pom.xml Update GA version from "1.13.0-beta.1" to "1.12.11" and adjust dependency version.
sdk/core/azure-core-http-netty/pom.xml Update GA version from "1.16.0-beta.1" to "1.15.12" and adjust dependency version.
sdk/core/azure-core-http-jdk-httpclient/pom.xml Update GA version from "1.1.0-beta.1" to "1.0.4" and adjust dependency version.
sdk/core/azure-core-amqp/pom.xml Update GA version from "2.10.0-beta.1" to "2.10.0" for the AMQP library.
eng/versioning/version_client.txt Update version mappings to reflect GA releases for several HTTP client modules.
Comments suppressed due to low confidence (6)

sdk/core/azure-core-http-vertx/pom.xml:18

  • The GA release version '1.0.4' is lower than the previous beta version '1.1.0-beta.1'. Please verify that this change reflects the intended versioning strategy.
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-vertx;current} -->

sdk/core/azure-core-http-okhttp/pom.xml:18

  • Ensure the GA version '1.12.11' is correctly aligned with the overall versioning strategy, as it is lower than the beta version.
<version>1.12.11</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->

sdk/core/azure-core-http-netty/pom.xml:18

  • Confirm that the GA release version '1.15.12' for azure-core-http-netty is consistent with the intended release plan.
<version>1.15.12</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->

sdk/core/azure-core-http-jdk-httpclient/pom.xml:18

  • Verify that updating to GA version '1.0.4' is aligned with the project’s versioning scheme, given the removal of the beta designation.
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;current} -->

sdk/core/azure-core-amqp/pom.xml:17

  • Ensure that upgrading to GA version '2.10.0' from the beta release is intentional and consistent with dependency versioning.
<version>2.10.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->

eng/versioning/version_client.txt:89

  • Confirm that the version update in version_client.txt accurately reflects the GA release changes for the azure-core HTTP clients.
com.azure:azure-core-http-jdk-httpclient;1.0.3;1.0.4

@alzimmermsft
Copy link
Member Author

/check-enforcer override

@alzimmermsft alzimmermsft merged commit 35f6a1a into Azure:main Jun 6, 2025
51 of 54 checks passed
@alzimmermsft alzimmermsft deleted the AzCore_PrepareForJune2025Release branch June 6, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core azure-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants