From 10b9d4fad1399bfa1d1c7ba9ba6c6994c9a6e7c0 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:12 +0000 Subject: [PATCH 01/12] Updated list of libraries to patch in patch-release.yml --- eng/pipelines/patch-release.yml | 46 +++++++++++++-------------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/eng/pipelines/patch-release.yml b/eng/pipelines/patch-release.yml index 36c1de66addb..088df1a9cf01 100644 --- a/eng/pipelines/patch-release.yml +++ b/eng/pipelines/patch-release.yml @@ -1,45 +1,35 @@ trigger: none pr: none - parameters: - name: TestPipeline displayName: Test Run Without Version Changes type: boolean default: false - extends: template: /eng/pipelines/templates/stages/archetype-sdk-client-patch.yml parameters: TestPipeline: ${{ parameters.TestPipeline }} artifacts: - - name: azure-sdk-template + - name: azure-communication-callautomation groupId: com.azure - safeName: azuresdktemplate - skipPublishDocMs: true - ServiceDirectory: template - - name: azure-sdk-template-two + safeName: azurecommunicationcallautomation + ServiceDirectory: communication/azure-communication-callautomation + - name: azure-messaging-eventhubs-checkpointstore-blob groupId: com.azure - safeName: azuresdktemplatetwo - skipPublishDocMs: true - ServiceDirectory: template - - name: azure-sdk-template-three + safeName: azuremessagingeventhubscheckpointstoreblob + ServiceDirectory: eventhubs + - name: azure-storage-blob-batch groupId: com.azure - safeName: azuresdktemplatethree - skipPublishDocMs: true - ServiceDirectory: template - - name: azure-sdk-template - groupId: com.azure.v2 - safeName: azuresdktemplate - skipPublishDocMs: true - ServiceDirectory: template-v2 - - name: azure-sdk-template-two - groupId: com.azure.v2 - safeName: azuresdktemplatetwo - skipPublishDocMs: true - ServiceDirectory: template-v2 - - name: azure-sdk-template-three - groupId: com.azure.v2 - safeName: azuresdktemplatethree + safeName: azurestorageblobbatch + ServiceDirectory: storage + - name: azure-storage-blob-cryptography + groupId: com.azure + safeName: azurestorageblobcryptography + ServiceDirectory: storage + - name: azure-storage-internal-avro + groupId: com.azure + safeName: azurestorageinternalavro skipPublishDocMs: true - ServiceDirectory: template-v2 + skipPublishDocGithubIo: true + ServiceDirectory: storage From 973016b475eaf449aa95d4596fdb6da108a836d3 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:14 +0000 Subject: [PATCH 02/12] Reset sources for azure-communication-callautomation to the release version 1.6.0. --- .../azure-communication-callautomation/CHANGELOG.md | 10 ---------- .../azure-communication-callautomation/pom.xml | 10 +++++----- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/sdk/communication/azure-communication-callautomation/CHANGELOG.md b/sdk/communication/azure-communication-callautomation/CHANGELOG.md index 9228c7c0b184..65017d06e264 100644 --- a/sdk/communication/azure-communication-callautomation/CHANGELOG.md +++ b/sdk/communication/azure-communication-callautomation/CHANGELOG.md @@ -1,15 +1,5 @@ # Release History -## 1.7.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.6.0 (2026-01-27) ### Features Added diff --git a/sdk/communication/azure-communication-callautomation/pom.xml b/sdk/communication/azure-communication-callautomation/pom.xml index b6f0e019d367..1fbd402ce88c 100644 --- a/sdk/communication/azure-communication-callautomation/pom.xml +++ b/sdk/communication/azure-communication-callautomation/pom.xml @@ -15,7 +15,7 @@ com.azure azure-communication-callautomation jar - 1.7.0-beta.1 + 1.6.0 Microsoft Azure client library for Call Automation service @@ -67,18 +67,18 @@ com.azure azure-communication-common - 1.4.5 + 1.4.4 com.azure azure-communication-identity - 1.6.10 + 1.6.9 test com.azure azure-messaging-servicebus - 7.17.17 + 7.17.16 test @@ -102,7 +102,7 @@ com.azure azure-communication-phonenumbers - 1.4.3 + 1.4.2 test From d26969c44d364b16daed2f3e5b6c3a41c55f7503 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:15 +0000 Subject: [PATCH 03/12] Prepare azure-communication-callautomation for 1.6.1 patch release. --- eng/versioning/version_client.txt | 2 +- .../azure-communication-callautomation/CHANGELOG.md | 9 +++++++++ .../azure-communication-callautomation/pom.xml | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index e020aa69d894..d4c66c6d8979 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -73,7 +73,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6 com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6 com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-communication-callautomation;1.6.0;1.7.0-beta.1 +com.azure:azure-communication-callautomation;1.6.0;1.6.1 com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-communication-chat;1.6.5;1.7.0-beta.1 com.azure:azure-communication-common;1.4.5;1.5.0-beta.1 diff --git a/sdk/communication/azure-communication-callautomation/CHANGELOG.md b/sdk/communication/azure-communication-callautomation/CHANGELOG.md index 65017d06e264..69b4b5e2aaf8 100644 --- a/sdk/communication/azure-communication-callautomation/CHANGELOG.md +++ b/sdk/communication/azure-communication-callautomation/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 1.6.1 (2026-02-26) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-communication-common` from `1.4.4` to version `1.4.5`. + + ## 1.6.0 (2026-01-27) ### Features Added diff --git a/sdk/communication/azure-communication-callautomation/pom.xml b/sdk/communication/azure-communication-callautomation/pom.xml index 1fbd402ce88c..b5724b30025b 100644 --- a/sdk/communication/azure-communication-callautomation/pom.xml +++ b/sdk/communication/azure-communication-callautomation/pom.xml @@ -15,7 +15,7 @@ com.azure azure-communication-callautomation jar - 1.6.0 + 1.6.1 Microsoft Azure client library for Call Automation service @@ -67,18 +67,18 @@ com.azure azure-communication-common - 1.4.4 + 1.4.5 com.azure azure-communication-identity - 1.6.9 + 1.6.10 test com.azure azure-messaging-servicebus - 7.17.16 + 7.17.17 test @@ -102,7 +102,7 @@ com.azure azure-communication-phonenumbers - 1.4.2 + 1.4.3 test From 2dad9a62a65e259982d7221574d94fa71b204d6c Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:17 +0000 Subject: [PATCH 04/12] Reset sources for azure-messaging-eventhubs-checkpointstore-blob to the release version 1.21.3. --- .../CHANGELOG.md | 19 ++++++++----------- .../README.md | 2 +- .../pom.xml | 6 +++--- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md index 954f8dee2b93..7e13d85f8078 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md @@ -1,24 +1,15 @@ # Release History -## 1.22.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.21.3 (2026-01-29) ### Other Changes #### Dependency Updates -- Upgraded `azure-storage-blob` from `12.33.0` to version `12.33.1`. +- Upgraded `azure-storage-blob` from `12.32.0` to version `12.33.0`. - Upgraded `azure-messaging-eventhubs` from `5.21.2` to version `5.21.3`. + ## 1.21.2 (2025-10-27) ### Other Changes @@ -28,6 +19,7 @@ - Upgraded `azure-messaging-eventhubs` from `5.21.1` to version `5.21.2`. - Upgraded `azure-storage-blob` from `12.31.2` to version `12.32.0`. + ## 1.21.1 (2025-09-25) ### Other Changes @@ -37,6 +29,7 @@ - Upgraded `azure-messaging-eventhubs` from `5.21.0` to version `5.21.1`. - Upgraded `azure-storage-blob` from `12.31.1` to version `12.31.2`. + ## 1.21.0 (2025-08-11) ### Other Changes @@ -151,6 +144,7 @@ - Experimental checkpointing metrics are no longer reported by this package. They've been moved to `azure-messaging-eventhubs` package. ([#38899](https://github.com/Azure/azure-sdk-for-java/pull/38899)) + ### Other Changes #### Dependency Updates @@ -221,6 +215,7 @@ - Upgraded `azure-messaging-eventhubs` from `5.18.1` to version `5.18.2`. - Upgraded `azure-storage-blob` from `12.25.1` to version `12.25.2`. + ## 1.19.1 (2024-02-16) ### Other Changes @@ -289,6 +284,7 @@ - Upgraded `azure-messaging-eventhubs` from `5.15.6` to version `5.15.7`. - Upgraded `azure-storage-blob` from `12.22.3` to version `12.23.0`. + ## 1.16.7 (2023-06-21) ### Other Changes @@ -627,3 +623,4 @@ store checkpoints and balance partition load among all instances of Event Proces - Initial offset provider for each partition is not implemented. - Interoperability with Event Processors of other language SDKs like Python is not supported. + diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md index f08624ff68e6..3a15fe84ceb1 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md @@ -60,7 +60,7 @@ add the direct dependency to your project as follows. com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.21.0 + 1.21.3 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index 028006df30b3..eecc95d3160d 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml @@ -17,7 +17,7 @@ com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.22.0-beta.1 + 1.21.3 Microsoft Azure client library for storing checkpoints in Storage Blobs Library for using storing checkpoints in Storage Blobs @@ -51,12 +51,12 @@ com.azure azure-messaging-eventhubs - 5.22.0-beta.1 + 5.21.3 com.azure azure-storage-blob - 12.33.2 + 12.33.0 From 88683d03723b1893a347ea4642c74f54e4cd0e1d Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:18 +0000 Subject: [PATCH 05/12] Prepare azure-messaging-eventhubs-checkpointstore-blob for 1.21.4 patch release. --- eng/versioning/version_client.txt | 2 +- .../CHANGELOG.md | 10 ++++++++++ .../pom.xml | 6 +++--- sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml | 2 +- .../azure-messaging-eventhubs-track2-perf/pom.xml | 2 +- sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d4c66c6d8979..81a295293b18 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -155,7 +155,7 @@ com.azure:azure-messaging-eventgrid-systemevents;1.0.0;1.1.0-beta.1 com.azure:azure-messaging-eventgrid-namespaces;1.1.9;1.2.0-beta.1 com.azure:azure-messaging-eventgrid-cloudnative-cloudevents;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-messaging-eventhubs;5.21.3;5.22.0-beta.1 -com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.21.3;1.22.0-beta.1 +com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.21.3;1.21.4 com.azure:azure-messaging-eventhubs-checkpointstore-jedis;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-messaging-eventhubs-stress;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md index 7e13d85f8078..4ce509fc2121 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.21.4 (2026-02-26) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-storage-blob` from `12.33.0` to version `12.33.2`. +- Upgraded `azure-messaging-eventhubs` from `5.21.3` to version `5.22.0-beta.1`. + + ## 1.21.3 (2026-01-29) ### Other Changes diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index eecc95d3160d..469e5fdf79fd 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml @@ -17,7 +17,7 @@ com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.21.3 + 1.21.4 Microsoft Azure client library for storing checkpoints in Storage Blobs Library for using storing checkpoints in Storage Blobs @@ -51,12 +51,12 @@ com.azure azure-messaging-eventhubs - 5.21.3 + 5.22.0-beta.1 com.azure azure-storage-blob - 12.33.0 + 12.33.2 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml index f8740524e92d..f7faa0b8dc1b 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml @@ -48,7 +48,7 @@ com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.22.0-beta.1 + 1.21.4 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml index 8323837046df..c6e3dedab1b3 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml @@ -29,7 +29,7 @@ com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.22.0-beta.1 + 1.21.4 com.azure diff --git a/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml index f46543617a70..f3f144669bbf 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml @@ -20,7 +20,7 @@ com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.22.0-beta.1 + 1.21.4 io.projectreactor From dc3a719a72b3fc907c001d71c13303c75acc3ca8 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:21 +0000 Subject: [PATCH 06/12] Reset sources for azure-storage-blob-batch to the release version 12.29.1. --- .../azure-storage-blob-batch/CHANGELOG.md | 16 +--------------- sdk/storage/azure-storage-blob-batch/README.md | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 3228a21c4c3c..9cf58889891e 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,20 +1,5 @@ # Release History -## 12.30.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - -## 12.30.0-beta.1 (2026-02-19) - -### Features Added -- Added support for service version 2026-04-06. - ## 12.29.1 (2026-01-29) ### Other Changes @@ -25,6 +10,7 @@ - Upgraded `azure-core-http-netty` from `1.16.2` to version `1.16.3`. - Upgraded `azure-core` from `1.57.0` to version `1.57.1`. + ## 12.29.0 (2026-01-15) ### Features Added diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index bdf72f2a4d9c..ae50408822c5 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-batch - 12.30.0-beta.1 + 12.29.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 043555158161..422aa8f9566b 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-batch - 12.30.0-beta.2 + 12.29.1 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -67,7 +67,7 @@ com.azure azure-storage-blob - 12.34.0-beta.2 + 12.33.1 + 12.32.1 tests test-jar test From f4dbe803fef9240565c999c7e9b54212fc0d9a5c Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:22 +0000 Subject: [PATCH 07/12] Prepare azure-storage-blob-batch for 12.29.2 patch release. --- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-batch/CHANGELOG.md | 9 +++++++++ sdk/storage/azure-storage-blob-batch/pom.xml | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 81a295293b18..4e42133e7a1e 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -193,7 +193,7 @@ com.azure.v2:azure-sdk-template;1.0.1-beta.1;1.0.1-beta.1 com.azure.v2:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1 com.azure.v2:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-blob;12.33.2;12.34.0-beta.2 -com.azure:azure-storage-blob-batch;12.29.1;12.30.0-beta.2 +com.azure:azure-storage-blob-batch;12.29.1;12.29.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.35;12.0.0-beta.36 com.azure:azure-storage-blob-cryptography;12.32.1;12.33.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.36;12.0.0-beta.37 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 9cf58889891e..994a6da441d0 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 12.29.2 (2026-02-26) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-storage-blob` from `12.33.1` to version `12.34.0-beta.2`. + + ## 12.29.1 (2026-01-29) ### Other Changes diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 422aa8f9566b..b42e6f1b7a6a 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-batch - 12.29.1 + 12.29.2 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -67,7 +67,7 @@ com.azure azure-storage-blob - 12.33.1 + 12.34.0-beta.2 + 12.33.0-beta.2 tests test-jar test From 4e813df163738b2cbf7c2199c4e854a4dd92ecb0 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:24 +0000 Subject: [PATCH 08/12] Reset sources for azure-storage-blob-cryptography to the release version 12.32.1. --- .../azure-storage-blob-cryptography/CHANGELOG.md | 16 +--------------- .../azure-storage-blob-cryptography/README.md | 2 +- .../azure-storage-blob-cryptography/pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index aae7818d7555..0861f011fbae 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,20 +1,5 @@ # Release History -## 12.33.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - -## 12.33.0-beta.1 (2026-02-19) - -### Features Added -- Added support for service version 2026-04-06. - ## 12.32.1 (2026-01-29) ### Other Changes @@ -25,6 +10,7 @@ - Upgraded `azure-core-http-netty` from `1.16.2` to version `1.16.3`. - Upgraded `azure-core` from `1.57.0` to version `1.57.1`. + ## 12.32.0 (2026-01-15) ### Features Added diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md index 23e7fd94e963..f61c5985d45f 100644 --- a/sdk/storage/azure-storage-blob-cryptography/README.md +++ b/sdk/storage/azure-storage-blob-cryptography/README.md @@ -58,7 +58,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-cryptography - 12.33.0-beta.1 + 12.32.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 2003786c92ca..3ed26de6f080 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-cryptography - 12.33.0-beta.2 + 12.32.1 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -73,13 +73,13 @@ com.azure azure-storage-blob - 12.34.0-beta.2 + 12.33.1 com.azure azure-storage-common - 12.33.0-beta.2 + 12.32.1 tests test-jar test @@ -133,7 +133,7 @@ com.azure azure-security-keyvault-keys - 4.10.5 + 4.10.4 test From 54ec297fe12dbbdc0b91cb7edc743ea53eb2b5ac Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:25 +0000 Subject: [PATCH 09/12] Prepare azure-storage-blob-cryptography for 12.32.2 patch release. --- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | 9 +++++++++ sdk/storage/azure-storage-blob-cryptography/pom.xml | 8 ++++---- sdk/storage/azure-storage-perf/pom.xml | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 4e42133e7a1e..b4a97e30d1ff 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -195,7 +195,7 @@ com.azure.v2:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-blob;12.33.2;12.34.0-beta.2 com.azure:azure-storage-blob-batch;12.29.1;12.29.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.35;12.0.0-beta.36 -com.azure:azure-storage-blob-cryptography;12.32.1;12.33.0-beta.2 +com.azure:azure-storage-blob-cryptography;12.32.1;12.32.2 com.azure:azure-storage-blob-nio;12.0.0-beta.36;12.0.0-beta.37 com.azure:azure-storage-common;12.32.2;12.33.0-beta.2 com.azure:azure-storage-file-share;12.29.2;12.30.0-beta.2 diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index 0861f011fbae..acf2ba6a62a0 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 12.32.2 (2026-02-26) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-storage-blob` from `12.33.1` to version `12.34.0-beta.2`. + + ## 12.32.1 (2026-01-29) ### Other Changes diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 3ed26de6f080..55763fb2528c 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-cryptography - 12.32.1 + 12.32.2 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -73,13 +73,13 @@ com.azure azure-storage-blob - 12.33.1 + 12.34.0-beta.2 com.azure azure-storage-common - 12.32.1 + 12.33.0-beta.2 tests test-jar test @@ -133,7 +133,7 @@ com.azure azure-security-keyvault-keys - 4.10.4 + 4.10.5 test diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index 5d6622144ecd..737c7d998d70 100644 --- a/sdk/storage/azure-storage-perf/pom.xml +++ b/sdk/storage/azure-storage-perf/pom.xml @@ -31,7 +31,7 @@ com.azure azure-storage-blob-cryptography - 12.33.0-beta.2 + 12.32.2 From ff657dd5cd1014c3dfda4e63d67b80957f8f606e Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:28 +0000 Subject: [PATCH 10/12] Reset sources for azure-storage-internal-avro to the release version 12.18.1. --- .../azure-storage-internal-avro/CHANGELOG.md | 16 +--------------- sdk/storage/azure-storage-internal-avro/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md index 2fcc5ad14867..1213233841e3 100644 --- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md +++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md @@ -1,20 +1,5 @@ # Release History -## 12.19.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - -## 12.19.0-beta.1 (2026-02-19) - -### Features Added -- Added support for service version 2026-04-06. - ## 12.18.1 (2026-01-29) ### Other Changes @@ -24,6 +9,7 @@ - Upgraded `azure-storage-common` from `12.32.0` to version `12.32.1`. - Upgraded `azure-core` from `1.57.0` to version `1.57.1`. + ## 12.18.0 (2026-01-15) ### Features Added diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index 314a85391786..e1dd3a645909 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-internal-avro - 12.19.0-beta.2 + 12.18.1 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -60,7 +60,7 @@ com.azure azure-storage-common - 12.33.0-beta.2 + 12.32.1 @@ -72,7 +72,7 @@ com.azure azure-storage-common - 12.33.0-beta.2 + 12.32.1 tests test-jar test From c11831e9c4162b2e3901bbc8e7445fee9032d0bd Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:29 +0000 Subject: [PATCH 11/12] Prepare azure-storage-internal-avro for 12.18.2 patch release. --- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-internal-avro/CHANGELOG.md | 9 +++++++++ sdk/storage/azure-storage-internal-avro/pom.xml | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index b4a97e30d1ff..754de83b825e 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -200,7 +200,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.36;12.0.0-beta.37 com.azure:azure-storage-common;12.32.2;12.33.0-beta.2 com.azure:azure-storage-file-share;12.29.2;12.30.0-beta.2 com.azure:azure-storage-file-datalake;12.26.2;12.27.0-beta.2 -com.azure:azure-storage-internal-avro;12.18.1;12.19.0-beta.2 +com.azure:azure-storage-internal-avro;12.18.1;12.18.2 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.28.2;12.29.0-beta.2 com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index d442dab4ff71..d330d3321a97 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -86,7 +86,7 @@ com.azure azure-storage-internal-avro - 12.19.0-beta.2 + 12.18.2 + 12.18.2 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -60,7 +60,7 @@ com.azure azure-storage-common - 12.32.1 + 12.33.0-beta.2 @@ -72,7 +72,7 @@ com.azure azure-storage-common - 12.32.1 + 12.33.0-beta.2 tests test-jar test From ce7f48166255f4a677f959429969f3605d0cf72b Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 26 Feb 2026 07:06:34 +0000 Subject: [PATCH 12/12] Patch release preparation 20260226 --- sdk/communication/azure-communication-callautomation/README.md | 2 +- .../azure-messaging-eventhubs-checkpointstore-blob/README.md | 2 +- sdk/storage/azure-storage-blob-batch/README.md | 2 +- sdk/storage/azure-storage-blob-cryptography/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/communication/azure-communication-callautomation/README.md b/sdk/communication/azure-communication-callautomation/README.md index 2a4d80b3b540..e6e80c0a365b 100644 --- a/sdk/communication/azure-communication-callautomation/README.md +++ b/sdk/communication/azure-communication-callautomation/README.md @@ -22,7 +22,7 @@ This package contains a Java SDK for Azure Communication Call Automation Service com.azure azure-communication-callautomation - 1.6.0 + 1.6.1 ``` diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md index 3a15fe84ceb1..0a5352c545c3 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md @@ -60,7 +60,7 @@ add the direct dependency to your project as follows. com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.21.3 + 1.21.4 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index ae50408822c5..15ac5c158d74 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-batch - 12.29.1 + 12.29.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md index f61c5985d45f..47f12cd06c27 100644 --- a/sdk/storage/azure-storage-blob-cryptography/README.md +++ b/sdk/storage/azure-storage-blob-cryptography/README.md @@ -58,7 +58,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-cryptography - 12.32.1 + 12.32.2 ``` [//]: # ({x-version-update-end})