Skip to content

Commit 86ea64e

Browse files
authored
Updated versions, changelog, and readme for monthly release (Azure#24727)
* Updated versions, changelog, and readme for monthly release * Fixed a typo * Added revapi suppression and pr feedback * Updated revapi suppression
1 parent 439bd3a commit 86ea64e

File tree

34 files changed

+105
-130
lines changed

34 files changed

+105
-130
lines changed

eng/code-quality-reports/src/main/resources/revapi/revapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,11 @@
406406
"code": "java.method.added",
407407
"new": "method com.azure.core.credential.TokenRequestContext com.azure.core.credential.TokenRequestContext::setTenantId(java.lang.String)",
408408
"justification": "New method added to TokenRequestContext in azure-core."
409+
},
410+
{
411+
"code": "java.method.added",
412+
"new": "method java.lang.String com.azure.storage.common.StorageSharedKeyCredential::generateAuthorizationHeader(java.net.URL, java.lang.String, com.azure.core.http.HttpHeaders, boolean)",
413+
"justification": "New method added to SharedKeyCredential in common not intended for use by customers. Only public for access by other packages."
409414
}
410415
]
411416
}

eng/jacoco-test-coverage/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,17 @@
279279
<dependency>
280280
<groupId>com.azure</groupId>
281281
<artifactId>azure-storage-common</artifactId>
282-
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
282+
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
283283
</dependency>
284284
<dependency>
285285
<groupId>com.azure</groupId>
286286
<artifactId>azure-storage-blob</artifactId>
287-
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
287+
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
288288
</dependency>
289289
<dependency>
290290
<groupId>com.azure</groupId>
291291
<artifactId>azure-storage-blob-batch</artifactId>
292-
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
292+
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
293293
</dependency>
294294
<dependency>
295295
<groupId>com.azure</groupId>
@@ -299,7 +299,7 @@
299299
<dependency>
300300
<groupId>com.azure</groupId>
301301
<artifactId>azure-storage-blob-cryptography</artifactId>
302-
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
302+
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
303303
</dependency>
304304
<dependency>
305305
<groupId>com.azure</groupId>
@@ -309,22 +309,22 @@
309309
<dependency>
310310
<groupId>com.azure</groupId>
311311
<artifactId>azure-storage-file-share</artifactId>
312-
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
312+
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
313313
</dependency>
314314
<dependency>
315315
<groupId>com.azure</groupId>
316316
<artifactId>azure-storage-file-datalake</artifactId>
317-
<version>12.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
317+
<version>12.7.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
318318
</dependency>
319319
<dependency>
320320
<groupId>com.azure</groupId>
321321
<artifactId>azure-storage-internal-avro</artifactId>
322-
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
322+
<version>12.1.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
323323
</dependency>
324324
<dependency>
325325
<groupId>com.azure</groupId>
326326
<artifactId>azure-storage-queue</artifactId>
327-
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
327+
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
328328
</dependency>
329329
<dependency>
330330
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
120120
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
121121
com.azure:azure-spring-data-cosmos;3.12.0;3.13.0-beta.1
122122
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
123-
com.azure:azure-storage-blob;12.14.0;12.15.0-beta.1
124-
com.azure:azure-storage-blob-batch;12.11.0;12.12.0-beta.1
123+
com.azure:azure-storage-blob;12.14.0;12.14.1
124+
com.azure:azure-storage-blob-batch;12.11.0;12.11.1
125125
com.azure:azure-storage-blob-changefeed;12.0.0-beta.9;12.0.0-beta.10
126-
com.azure:azure-storage-blob-cryptography;12.14.0;12.15.0-beta.1
126+
com.azure:azure-storage-blob-cryptography;12.14.0;12.14.1
127127
com.azure:azure-storage-blob-nio;12.0.0-beta.9;12.0.0-beta.10
128-
com.azure:azure-storage-common;12.13.0;12.14.0-beta.1
129-
com.azure:azure-storage-file-share;12.11.0;12.12.0-beta.1
130-
com.azure:azure-storage-file-datalake;12.7.0;12.8.0-beta.1
131-
com.azure:azure-storage-internal-avro;12.1.0;12.2.0-beta.1
128+
com.azure:azure-storage-common;12.13.0;12.13.1
129+
com.azure:azure-storage-file-share;12.11.0;12.11.1
130+
com.azure:azure-storage-file-datalake;12.7.0;12.7.1
131+
com.azure:azure-storage-internal-avro;12.1.0;12.1.1
132132
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
133-
com.azure:azure-storage-queue;12.11.0;12.12.0-beta.1
133+
com.azure:azure-storage-queue;12.11.0;12.11.1
134134
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
135135
com.azure:azure-media-videoanalyzer-edge;1.0.0-beta.3;1.0.0-beta.4
136136
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.2;1.0.0-beta.3

sdk/storage/azure-storage-blob-batch/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Release History
22

3-
## 12.12.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.11.1 (2021-10-11)
104

115
### Other Changes
6+
#### Dependency Updates
7+
- Updated to version `12.14.1` of `azure-storage-blob`
8+
- Updated to version 1.21.0 of `azure-core`
129

1310
## 12.11.0 (2021-09-15)
1411
- GA release

sdk/storage/azure-storage-blob-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555
<dependency>
5656
<groupId>com.azure</groupId>
5757
<artifactId>azure-storage-blob-batch</artifactId>
58-
<version>12.11.0</version>
58+
<version>12.11.1</version>
5959
</dependency>
6060
```
6161
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-batch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob-batch</artifactId>
16-
<version>12.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.11.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage batching</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.azure</groupId>
8181
<artifactId>azure-storage-blob</artifactId>
82-
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
82+
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8383
</dependency>
8484

8585
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.azure</groupId>
9797
<artifactId>azure-storage-common</artifactId>
98-
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
98+
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9999
<classifier>tests</classifier>
100100
<type>test-jar</type>
101101
<scope>test</scope>

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 12.0.0-beta.10 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.0.0-beta.10 (2021-10-11)
104

115
### Other Changes
6+
#### Dependency Updates
7+
- Updated to version `12.14.1` of `azure-storage-blob`
128

139
## 12.0.0-beta.9 (2021-09-15)
1410
### Other changes

sdk/storage/azure-storage-blob-changefeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process change events that occur in your Blob Storage account at a low cost.
2020
<dependency>
2121
<groupId>com.azure</groupId>
2222
<artifactId>azure-storage-blob-changefeed</artifactId>
23-
<version>12.0.0-beta.9</version>
23+
<version>12.0.0-beta.10</version>
2424
</dependency>
2525
```
2626
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-changefeed/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.azure</groupId>
8787
<artifactId>azure-storage-blob</artifactId>
88-
<version>12.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
88+
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8989
</dependency>
9090

9191
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.azure</groupId>
103103
<artifactId>azure-storage-common</artifactId>
104-
<version>12.14.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
104+
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
105105
<classifier>tests</classifier>
106106
<type>test-jar</type>
107107
<scope>test</scope>

sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Release History
22

3-
## 12.15.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.14.1 (2021-10-11)
104

115
### Other Changes
6+
#### Dependency Updates
7+
- Updated to version `12.14.1` of `azure-storage-blob`
8+
- Updated to version `1.21.0` of `azure-core`
129

1310
## 12.14.0 (2021-09-15)
1411
- GA release

0 commit comments

Comments
 (0)