February 2026 Patches Mege-back#48212
Merged
jairmyree merged 2 commits intoAzure:mainfrom Mar 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a patch merge-back that updates several Azure SDK for Java package versions (and corresponding changelog entries) and propagates the azure-messaging-eventhubs-checkpointstore-blob patch version to downstream modules that pin it directly.
Changes:
- Bumped GA versions in
eng/versioning/version_client.txtforazure-communication-callautomation,azure-messaging-eventhubs-checkpointstore-blob, and select storage libraries. - Added patch-release entries to the relevant library
CHANGELOG.mdfiles describing dependency upgrades. - Updated multiple downstream
pom.xmlfiles to referenceazure-messaging-eventhubs-checkpointstore-blob1.21.4.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure-storage-internal-avro/CHANGELOG.md | Adds 12.18.2 patch entry noting azure-storage-common dependency bump. |
| sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | Adds 12.32.2 patch entry noting azure-storage-blob dependency bump. |
| sdk/storage/azure-storage-blob-batch/CHANGELOG.md | Adds 12.29.2 patch entry noting azure-storage-blob dependency bump. |
| sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md | Adds 1.21.4 patch entry for azure-storage-blob dependency bump. |
| sdk/communication/azure-communication-callautomation/CHANGELOG.md | Adds 1.6.1 patch entry for azure-communication-common dependency bump. |
| eng/versioning/version_client.txt | Updates the recorded GA versions for the patched artifacts. |
| sdk/spring/spring-messaging-azure-eventhubs/pom.xml | Bumps azure-messaging-eventhubs-checkpointstore-blob dependency to 1.21.4. |
| sdk/spring/spring-integration-azure-eventhubs/pom.xml | Bumps azure-messaging-eventhubs-checkpointstore-blob dependency to 1.21.4. |
| sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml | Bumps azure-messaging-eventhubs-checkpointstore-blob dependency to 1.21.4. |
| sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml | Bumps azure-messaging-eventhubs-checkpointstore-blob dependency to 1.21.4. |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Bumps azure-messaging-eventhubs-checkpointstore-blob dependency to 1.21.4. |
| sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml | Bumps test dependency azure-messaging-eventhubs-checkpointstore-blob to 1.21.4. |
| sdk/monitor/azure-monitor-opentelemetry-autoconfigure/pom.xml | Bumps test dependency azure-messaging-eventhubs-checkpointstore-blob to 1.21.4. |
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md
Outdated
Show resolved
Hide resolved
…HANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
alzimmermsft
approved these changes
Mar 4, 2026
Member
Author
|
/check-enforcer override |
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.
This pull request primarily updates several Azure SDK packages to newer patch versions, focusing on dependency upgrades and ensuring compatibility across related modules. The main changes involve bumping versions for
azure-communication-callautomation,azure-messaging-eventhubs-checkpointstore-blob, and multiple storage-related libraries, along with updating their changelogs and dependent modules.Dependency Version Updates
azure-communication-callautomationfrom1.6.0to1.6.1ineng/versioning/version_client.txtand added a changelog entry noting the upgrade ofazure-communication-commonfrom1.4.4to1.4.5. [1] [2]azure-messaging-eventhubs-checkpointstore-blobfrom1.21.3to1.21.4ineng/versioning/version_client.txt, with corresponding changelog entry for the upgrade ofazure-storage-blobfrom12.33.0to12.33.2. [1] [2]azure-storage-blob-batchfrom12.29.1to12.29.2,azure-storage-blob-cryptographyfrom12.32.1to12.32.2, andazure-storage-internal-avrofrom12.18.1to12.18.2ineng/versioning/version_client.txt, with corresponding changelog entries reflecting dependency upgrades. [1] [2] [3] [4]Downstream Dependency Bumps
azure-messaging-eventhubs-checkpointstore-blobto1.21.4in multiple downstreampom.xmlfiles, including:sdk/monitor/azure-monitor-opentelemetry-autoconfigure/pom.xmlsdk/monitor/azure-monitor-opentelemetry-exporter/pom.xmlsdk/spring/spring-cloud-azure-autoconfigure/pom.xmlsdk/spring/spring-cloud-azure-starter-eventhubs/pom.xmlsdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xmlsdk/spring/spring-integration-azure-eventhubs/pom.xmlsdk/spring/spring-messaging-azure-eventhubs/pom.xml