Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 18 additions & 28 deletions eng/pipelines/patch-release.yml
Original file line number Diff line number Diff line change
@@ -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

10 changes: 5 additions & 5 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -193,14 +193,14 @@ 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-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
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.7.0-beta.1 (Unreleased)
## 1.6.1 (2026-02-26)

### Features Added
### Other Changes

### Breaking Changes
#### Dependency Updates

### Bugs Fixed
- Upgraded `azure-communication-common` from `1.4.4` to version `1.4.5`.

### Other Changes

## 1.6.0 (2026-01-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This package contains a Java SDK for Azure Communication Call Automation Service
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callautomation</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-callautomation</artifactId>
<packaging>jar</packaging>
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->
<version>1.6.1</version> <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->

<name>Microsoft Azure client library for Call Automation service</name>
<description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# Release History

## 1.22.0-beta.1 (Unreleased)
## 1.21.4 (2026-02-26)

### Features Added
### Other Changes

### Breaking Changes
#### Dependency Updates

### Bugs Fixed
- 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`.

### 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
Expand All @@ -28,6 +29,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
Expand All @@ -37,6 +39,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
Expand Down Expand Up @@ -151,6 +154,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
Expand Down Expand Up @@ -221,6 +225,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
Expand Down Expand Up @@ -289,6 +294,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
Expand Down Expand Up @@ -627,3 +633,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.


Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.21.0</version>
<version>1.21.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.21.4</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->

<name>Microsoft Azure client library for storing checkpoints in Storage Blobs</name>
<description>Library for using storing checkpoints in Storage Blobs</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.21.4</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
</dependency>

<!-- logging, tracing, metrics -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.21.4</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.21.4</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down
15 changes: 5 additions & 10 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Release History

## 12.30.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.29.2 (2026-02-26)

### Other Changes

## 12.30.0-beta.1 (2026-02-19)
#### Dependency Updates

- Upgraded `azure-storage-blob` from `12.33.1` to version `12.34.0-beta.2`.

### Features Added
- Added support for service version 2026-04-06.

## 12.29.1 (2026-01-29)

Expand All @@ -25,6 +19,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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.30.0-beta.1</version>
<version>12.29.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.29.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->

<name>Microsoft Azure client library for Blob Storage batching</name>
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
Expand Down
15 changes: 5 additions & 10 deletions sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Release History

## 12.33.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.32.2 (2026-02-26)

### Other Changes

## 12.33.0-beta.1 (2026-02-19)
#### Dependency Updates

- Upgraded `azure-storage-blob` from `12.33.1` to version `12.34.0-beta.2`.

### Features Added
- Added support for service version 2026-04-06.

## 12.32.1 (2026-01-29)

Expand All @@ -25,6 +19,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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.33.0-beta.1</version>
<version>12.32.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.33.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.32.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->

<name>Microsoft Azure client library for Blob Storage cryptography</name>
<description>This module contains client library for Microsoft Azure Blob Storage cryptography.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.18.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
15 changes: 5 additions & 10 deletions sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Release History

## 12.19.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.18.2 (2026-02-26)

### Other Changes

## 12.19.0-beta.1 (2026-02-19)
#### Dependency Updates

- Upgraded `azure-storage-common` from `12.32.1` to version `12.33.0-beta.2`.

### Features Added
- Added support for service version 2026-04-06.

## 12.18.1 (2026-01-29)

Expand All @@ -24,6 +18,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
Expand Down
Loading
Loading