Skip to content

Commit

Permalink
STG94 GA Release 2024-07-17 (#41184)
Browse files Browse the repository at this point in the history
* changefeed, readme, and pom updates

* changelog date bump
  • Loading branch information
ibrandes committed Jul 18, 2024
1 parent c40ee68 commit e828ea7
Show file tree
Hide file tree
Showing 32 changed files with 115 additions and 104 deletions.
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-blob;12.26.1;12.27.0-beta.2
com.azure:azure-storage-blob-batch;12.22.1;12.23.0-beta.2
com.azure:azure-storage-blob;12.26.1;12.27.0
com.azure:azure-storage-blob-batch;12.22.1;12.23.0
com.azure:azure-storage-blob-changefeed;12.0.0-beta.22;12.0.0-beta.23
com.azure:azure-storage-blob-cryptography;12.25.1;12.26.0-beta.2
com.azure:azure-storage-blob-cryptography;12.25.1;12.26.0
com.azure:azure-storage-blob-nio;12.0.0-beta.23;12.0.0-beta.24
com.azure:azure-storage-common;12.25.1;12.26.0-beta.2
com.azure:azure-storage-file-share;12.22.1;12.23.0-beta.2
com.azure:azure-storage-file-datalake;12.19.1;12.20.0-beta.2
com.azure:azure-storage-internal-avro;12.11.1;12.12.0-beta.2
com.azure:azure-storage-common;12.25.1;12.26.0
com.azure:azure-storage-file-share;12.22.1;12.23.0
com.azure:azure-storage-file-datalake;12.19.1;12.20.0
com.azure:azure-storage-internal-avro;12.11.1;12.12.0
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.21.1;12.22.0-beta.2
com.azure:azure-storage-queue;12.21.1;12.22.0
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
Expand Down
12 changes: 7 additions & 5 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 12.23.0-beta.2 (Unreleased)
## 12.23.0 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for service version 2024-08-04.

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
- Upgraded `azure-storage-blob` from `12.26.1` to version `12.27.0`.

## 12.23.0-beta.1 (2024-06-11)

### 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.23.0-beta.1</version>
<version>12.23.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions 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.23.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.23.0</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 Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
11 changes: 3 additions & 8 deletions sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 12.0.0-beta.23 (Unreleased)
## 12.0.0-beta.23 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added support for service version 2024-08-04.
-
## 12.0.0-beta.22 (2024-06-11)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-changefeed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 7 additions & 3 deletions sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Release History

## 12.26.0-beta.2 (Unreleased)
## 12.26.0 (2024-07-18)

### Features Added
- Added support for service version 2024-08-04.

### Breaking Changes
- When creating a `EncryptedBlobClient` via EncryptedBlobClientBuilder, the blob name will be stored exactly as passed
Expand All @@ -11,10 +12,13 @@
`EncryptedBlobClient.getBlobName()` will return "test%25test" and the blob's url will result in
https://account.blob.core.windows.net/container/test%25%25test”.

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
- Upgraded `azure-storage-blob` from `12.26.1` to version `12.27.0`.

## 12.26.0-beta.1 (2024-06-11)

### 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.26.0-beta.1</version>
<version>12.26.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions 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.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.26.0</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 Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-blob-nio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.0.0-beta.24 (Unreleased)
## 12.0.0-beta.24 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added support for service version 2024-08-04.

## 12.0.0-beta.23 (2024-06-11)

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
15 changes: 10 additions & 5 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Release History

## 12.27.0-beta.2 (Unreleased)
## 12.27.0 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for getting account info on blob container clients and the blob base client.
- Added support for bearer token challenges.
- Added support for service version 2024-08-04.

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
- Upgraded `azure-storage-common` from `12.25.1` to version `12.26.0`.
- Upgraded `azure-storage-internal-avro` from `12.11.1` to version `12.12.0`.

## 12.27.0-beta.1 (2024-06-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/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</artifactId>
<version>12.27.0-beta.1</version>
<version>12.27.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/azure-storage-blob/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</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->

<name>Microsoft Azure client library for Blob Storage</name>
<description>This module contains client library for Microsoft Azure Blob Storage.</description>
Expand Down Expand Up @@ -80,12 +80,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.12.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.12.0</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<dependency>
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
11 changes: 6 additions & 5 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Release History

## 12.26.0-beta.2 (Unreleased)
## 12.26.0 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for service version 2024-08-04.

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.

## 12.26.0-beta.1 (2024-06-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0-beta.1</version>
<version>12.26.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/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-common</artifactId>
<version>12.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.26.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->

<name>Microsoft Azure common module for Storage</name>
<description>This module contains common code based for all Microsoft Azure Storage client libraries.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.20.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.20.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
13 changes: 8 additions & 5 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Release History

## 12.20.0-beta.2 (Unreleased)
## 12.20.0 (2024-07-18)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for bearer token challenges.
- Added support for service version 2024-08-04.

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
- Upgraded `azure-storage-blob` from `12.26.1` to version `12.27.0`.

## 12.20.0-beta.1 (2024-06-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.20.0-beta.1</version>
<version>12.20.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading

0 comments on commit e828ea7

Please sign in to comment.