Skip to content

Commit

Permalink
Updated versions, changelog, and readme for monthly release (#24727)
Browse files Browse the repository at this point in the history
* Updated versions, changelog, and readme for monthly release

* Fixed a typo

* Added revapi suppression and pr feedback

* Updated revapi suppression
  • Loading branch information
rickle-msft authored Oct 11, 2021
1 parent 439bd3a commit 86ea64e
Show file tree
Hide file tree
Showing 34 changed files with 105 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@
"code": "java.method.added",
"new": "method com.azure.core.credential.TokenRequestContext com.azure.core.credential.TokenRequestContext::setTenantId(java.lang.String)",
"justification": "New method added to TokenRequestContext in azure-core."
},
{
"code": "java.method.added",
"new": "method java.lang.String com.azure.storage.common.StorageSharedKeyCredential::generateAuthorizationHeader(java.net.URL, java.lang.String, com.azure.core.http.HttpHeaders, boolean)",
"justification": "New method added to SharedKeyCredential in common not intended for use by customers. Only public for access by other packages."
}
]
}
Expand Down
16 changes: 8 additions & 8 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -299,7 +299,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -309,22 +309,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.7.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.1.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
com.azure:azure-spring-data-cosmos;3.12.0;3.13.0-beta.1
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.14.0;12.15.0-beta.1
com.azure:azure-storage-blob-batch;12.11.0;12.12.0-beta.1
com.azure:azure-storage-blob;12.14.0;12.14.1
com.azure:azure-storage-blob-batch;12.11.0;12.11.1
com.azure:azure-storage-blob-changefeed;12.0.0-beta.9;12.0.0-beta.10
com.azure:azure-storage-blob-cryptography;12.14.0;12.15.0-beta.1
com.azure:azure-storage-blob-cryptography;12.14.0;12.14.1
com.azure:azure-storage-blob-nio;12.0.0-beta.9;12.0.0-beta.10
com.azure:azure-storage-common;12.13.0;12.14.0-beta.1
com.azure:azure-storage-file-share;12.11.0;12.12.0-beta.1
com.azure:azure-storage-file-datalake;12.7.0;12.8.0-beta.1
com.azure:azure-storage-internal-avro;12.1.0;12.2.0-beta.1
com.azure:azure-storage-common;12.13.0;12.13.1
com.azure:azure-storage-file-share;12.11.0;12.11.1
com.azure:azure-storage-file-datalake;12.7.0;12.7.1
com.azure:azure-storage-internal-avro;12.1.0;12.1.1
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.11.0;12.12.0-beta.1
com.azure:azure-storage-queue;12.11.0;12.11.1
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-media-videoanalyzer-edge;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.2;1.0.0-beta.3
Expand Down
11 changes: 4 additions & 7 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 12.12.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.11.1 (2021-10-11)

### Other Changes
#### Dependency Updates
- Updated to version `12.14.1` of `azure-storage-blob`
- Updated to version 1.21.0 of `azure-core`

## 12.11.0 (2021-09-15)
- GA release
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 @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.11.0</version>
<version>12.11.1</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.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.11.1</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 @@ -79,7 +79,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 3 additions & 7 deletions sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.0.0-beta.10 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.0.0-beta.10 (2021-10-11)

### Other Changes
#### Dependency Updates
- Updated to version `12.14.1` of `azure-storage-blob`

## 12.0.0-beta.9 (2021-09-15)
### Other changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process change events that occur in your Blob Storage account at a low cost.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-changefeed</artifactId>
<version>12.0.0-beta.9</version>
<version>12.0.0-beta.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
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 @@ -85,7 +85,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
11 changes: 4 additions & 7 deletions sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 12.15.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.14.1 (2021-10-11)

### Other Changes
#### Dependency Updates
- Updated to version `12.14.1` of `azure-storage-blob`
- Updated to version `1.21.0` of `azure-core`

## 12.14.0 (2021-09-15)
- GA release
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 @@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.14.0</version>
<version>12.14.1</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.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.14.1</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 @@ -62,12 +62,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 3 additions & 7 deletions sdk/storage/azure-storage-blob-nio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.0.0-beta.10 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.0.0-beta.10 (2021-10-11)

### Other Changes
#### Dependency Updates
- Updated `azure-storage-blob` to version `12.14.1`

## 12.0.0-beta.9 (2021-09-15)
### Other changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-nio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package allows you to interact with Azure Blob Storage through the standard
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-nio</artifactId>
<version>12.0.0-beta.9</version>
<version>12.0.0-beta.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
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 @@ -78,13 +78,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

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

## 12.15.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.14.1 (2021-10-11)

### Bugs Fixed

- Fixed a bug when Blob Endpoint is provided as an IP address (e.g., `https://x.x.x.x:10000`) with
empty component path, the parsing fails with StringIndexOutOfBoundsException

### Other Changes
#### Dependency Updates
- Updated to version `1.21.0` of `azure-core`
- Updated to version `12.13.1` of `azure-storage-common`

## 12.14.0 (2021-09-15)
- GA release
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 @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.14.0</version>
<version>12.14.1</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.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.14.1</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 @@ -85,12 +85,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.1.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 3 additions & 7 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.14.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.13.1 (2021-10-11)

### Other Changes
#### Dependency Updates
- Updated to version `1.21.0` of `azure-core`

## 12.13.0 (2021-09-15)
- GA release
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 @@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.0</version>
<version>12.13.1</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.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.13.1</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
Loading

0 comments on commit 86ea64e

Please sign in to comment.