From b0ef3bfacb3a4f7b1989c4740d0e4f4e858e8660 Mon Sep 17 00:00:00 2001 From: Rabab Ibrahim Date: Tue, 11 Jul 2023 17:06:34 -0700 Subject: [PATCH] STG88 GA Release 2023-07-11 (#35831) --- eng/jacoco-test-coverage/pom.xml | 16 ++++++++-------- eng/versioning/version_client.txt | 16 ++++++++-------- .../azure-storage-blob-batch/CHANGELOG.md | 7 ++----- sdk/storage/azure-storage-blob-batch/README.md | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 6 +++--- .../azure-storage-blob-changefeed/pom.xml | 4 ++-- .../azure-storage-blob-cryptography/CHANGELOG.md | 7 ++----- .../azure-storage-blob-cryptography/README.md | 2 +- .../azure-storage-blob-cryptography/pom.xml | 6 +++--- sdk/storage/azure-storage-blob-nio/pom.xml | 4 ++-- sdk/storage/azure-storage-blob/CHANGELOG.md | 10 +++------- sdk/storage/azure-storage-blob/README.md | 2 +- sdk/storage/azure-storage-blob/pom.xml | 8 ++++---- sdk/storage/azure-storage-common/CHANGELOG.md | 10 +++++----- sdk/storage/azure-storage-common/README.md | 2 +- sdk/storage/azure-storage-common/pom.xml | 2 +- .../azure-storage-file-datalake/CHANGELOG.md | 12 +++++++----- .../azure-storage-file-datalake/README.md | 2 +- sdk/storage/azure-storage-file-datalake/pom.xml | 6 +++--- .../azure-storage-file-share/CHANGELOG.md | 11 ++++------- sdk/storage/azure-storage-file-share/README.md | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 8 ++++---- .../azure-storage-internal-avro/CHANGELOG.md | 9 ++------- sdk/storage/azure-storage-internal-avro/pom.xml | 6 +++--- sdk/storage/azure-storage-perf/pom.xml | 8 ++++---- sdk/storage/azure-storage-queue/CHANGELOG.md | 7 ++----- sdk/storage/azure-storage-queue/README.md | 2 +- sdk/storage/azure-storage-queue/pom.xml | 6 +++--- 28 files changed, 82 insertions(+), 101 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index d5d38992de73..7235974869cb 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -308,17 +308,17 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 com.azure azure-storage-blob-batch - 12.19.0-beta.2 + 12.19.0 com.azure @@ -328,7 +328,7 @@ com.azure azure-storage-blob-cryptography - 12.22.0-beta.2 + 12.22.0 com.azure @@ -338,22 +338,22 @@ com.azure azure-storage-file-share - 12.19.0-beta.2 + 12.19.0 com.azure azure-storage-file-datalake - 12.16.0-beta.2 + 12.16.0 com.azure azure-storage-internal-avro - 12.8.0-beta.2 + 12.8.0 com.azure azure-storage-queue - 12.18.0-beta.2 + 12.18.0 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index ceef1f713f9b..6906a47750d6 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -167,17 +167,17 @@ 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-spring-data-cosmos;3.36.0;3.37.0-beta.1 -com.azure:azure-storage-blob;12.22.3;12.23.0-beta.2 -com.azure:azure-storage-blob-batch;12.18.3;12.19.0-beta.2 +com.azure:azure-storage-blob;12.22.3;12.23.0 +com.azure:azure-storage-blob-batch;12.18.3;12.19.0 com.azure:azure-storage-blob-changefeed;12.0.0-beta.18;12.0.0-beta.19 -com.azure:azure-storage-blob-cryptography;12.21.3;12.22.0-beta.2 +com.azure:azure-storage-blob-cryptography;12.21.3;12.22.0 com.azure:azure-storage-blob-nio;12.0.0-beta.19;12.0.0-beta.20 -com.azure:azure-storage-common;12.21.2;12.22.0-beta.2 -com.azure:azure-storage-file-share;12.18.2;12.19.0-beta.2 -com.azure:azure-storage-file-datalake;12.15.3;12.16.0-beta.2 -com.azure:azure-storage-internal-avro;12.7.2;12.8.0-beta.2 +com.azure:azure-storage-common;12.21.2;12.22.0 +com.azure:azure-storage-file-share;12.18.2;12.19.0 +com.azure:azure-storage-file-datalake;12.15.3;12.16.0 +com.azure:azure-storage-internal-avro;12.7.2;12.8.0 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.17.2;12.18.0-beta.2 +com.azure:azure-storage-queue;12.17.2;12.18.0 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.6;1.0.0-beta.7 com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 1f58bb7ffe94..3be6c3e3fa3d 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,12 +1,9 @@ # Release History -## 12.19.0-beta.2 (Unreleased) +## 12.19.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed +- Added support for the `2023-01-03` service version. ### Other Changes - Migrate test recordings to assets repo. diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index 326c9be96528..54479e3bc21b 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -55,7 +55,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-batch - 12.19.0-beta.1 + 12.19.0 ``` [//]: # ({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 6a8867f29a05..a4c2d31665fe 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.19.0-beta.2 + 12.19.0 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -60,7 +60,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 @@ -82,7 +82,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index 63ad3030f88e..14ac3b82e0a8 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -84,7 +84,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 @@ -106,7 +106,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index 122f3176b056..b16b448ad723 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,12 +1,9 @@ # Release History -## 12.22.0-beta.2 (Unreleased) +## 12.22.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed +- Added support for the `2023-01-03` service version. ### Other Changes - Migrate test recordings to assets repo. diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md index 120fa5e69d33..d4fd32690c04 100644 --- a/sdk/storage/azure-storage-blob-cryptography/README.md +++ b/sdk/storage/azure-storage-blob-cryptography/README.md @@ -57,7 +57,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-cryptography - 12.22.0-beta.1 + 12.22.0 ``` [//]: # ({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 ac120d8c462c..10088ee14fc1 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.22.0-beta.2 + 12.22.0 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -59,7 +59,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 @@ -71,7 +71,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index c75f1a32fc4e..7f70b5de0b7f 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -58,7 +58,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 @@ -70,7 +70,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 8595db19b342..b3e9061aa2ff 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.23.0-beta.2 (Unreleased) +## 12.23.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Added support for the `2023-01-03` service version. +- Content length limit for `AppendBlobClient.appendBlock()` raised from 4 MiB to 100 MiB. ## 12.22.3 (2023-06-14) diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 0f6e2a71ff16..812c478f07ce 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -55,7 +55,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob - 12.23.0-beta.1 + 12.23.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 310eff159a8e..361cffc84868 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -86,12 +86,12 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 com.azure azure-storage-internal-avro - 12.8.0-beta.2 + 12.8.0 @@ -112,7 +112,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index 18508835bd7d..487fa2d113d4 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,16 +1,15 @@ # Release History -## 12.22.0-beta.2 (Unreleased) +## 12.22.0 (2023-07-11) ### Features Added - -### Breaking Changes +- Added `ServiceTimeoutPolicy` which allows for service level timeouts to be set on client builders through `HttpPipelinePolicy`. If the + server timeout interval elapses before the service has finished processing the request, the service returns an error. +- Added support for the `2023-01-03` service version. ### Bugs Fixed - Adding support for sas tokens with start and end times that only contain a date, no timestamp, ex: st=2021-06-21&se=2021-06-22. -### Other Changes - ## 12.21.2 (2023-06-14) ### Other Changes @@ -26,6 +25,7 @@ - Added `ServiceTimeoutPolicy` which allows for service level timeouts to be set on client builders through `HttpPipelinePolicy`. If the server timeout interval elapses before the service has finished processing the request, the service returns an error. - Added support for 2023-01-03 service version. + ## 12.21.1 (2023-05-23) ### Other Changes diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md index 6ca9958aa7e8..838bed18c8a6 100644 --- a/sdk/storage/azure-storage-common/README.md +++ b/sdk/storage/azure-storage-common/README.md @@ -52,7 +52,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-common - 12.22.0-beta.1 + 12.22.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 9474f079f5e5..3447a7b87970 100644 --- a/sdk/storage/azure-storage-common/pom.xml +++ b/sdk/storage/azure-storage-common/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 Microsoft Azure common module for Storage This module contains common code based for all Microsoft Azure Storage client libraries. diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index 22a6f3ee7223..94eb9888fd70 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,16 +1,17 @@ # Release History -## 12.16.0-beta.2 (Unreleased) +## 12.16.0 (2023-07-11) ### Features Added - -### Breaking Changes +- Added `DataLakeFileClient.getOutputStream()` which allows users to open an `OutputStream` on the file and write data + to it using `ParallelTransferOptions`. +- Added support for the `2023-01-03` service version. +- Added owner, group, and permissions properties to `PathProperties`. +- Added encryptionContext property to `FileParallelUploadOptions`. ### Bugs Fixed - Fixed a bug that would cause authentication failures when trying to rename a path object while authenticating with a sas token that contained a leading question mark. -### Other Changes - ## 12.15.3 (2023-06-14) ### Other Changes @@ -29,6 +30,7 @@ to it using `ParallelTransferOptions`. - Added support for 2023-01-03 service version. - Added owner, group, and permissions properties to `PathProperties`. - Added encryptionContext property to `FileParallelUploadOptions`. + ## 12.15.2 (2023-05-23) ### Other Changes diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index a618817b5500..87743aa47806 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-datalake - 12.16.0-beta.1 + 12.16.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 68aa10cf1d7a..55908e97b4b0 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-datalake - 12.16.0-beta.2 + 12.16.0 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. @@ -84,7 +84,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 @@ -106,7 +106,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 90a22fe255b7..0a3f94361163 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.19.0-beta.2 (Unreleased) +## 12.19.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Added support for the `2023-01-03` service version. +- Added `ShareFileHandleAccessRights` property on `HandleItem` that specifies access rights for a file handle. ## 12.18.2 (2023-06-14) @@ -25,6 +21,7 @@ ### Features Added - Added support for 2023-01-03 service version. - Added `ShareFileHandleAccessRights` property on `HandleItem` that specifies access rights for a file handle. + ## 12.18.1 (2023-05-23) ### Other Changes diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 2ee72d22865d..d405654f9de5 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -59,7 +59,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-share - 12.19.0-beta.1 + 12.19.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 624131299a8c..3bbbf069d9a2 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-share - 12.19.0-beta.2 + 12.19.0 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -64,7 +64,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 @@ -76,7 +76,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test @@ -113,7 +113,7 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 test diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md index 865c610dbdbc..a2701f43544c 100644 --- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md +++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.8.0-beta.2 (Unreleased) +## 12.8.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Added support for the `2023-01-03` service version. ## 12.7.2 (2023-06-14) diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index 4624f8d3fe37..cd63b3f9b0e3 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.8.0-beta.2 + 12.8.0 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -53,7 +53,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 @@ -95,7 +95,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index e47b0c08ea9c..726609c3a500 100644 --- a/sdk/storage/azure-storage-perf/pom.xml +++ b/sdk/storage/azure-storage-perf/pom.xml @@ -25,25 +25,25 @@ com.azure azure-storage-blob - 12.23.0-beta.2 + 12.23.0 com.azure azure-storage-blob-cryptography - 12.22.0-beta.2 + 12.22.0 com.azure azure-storage-file-datalake - 12.16.0-beta.2 + 12.16.0 com.azure azure-storage-file-share - 12.19.0-beta.2 + 12.19.0 diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index 2d15900657f5..c1df5a11cce6 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,12 +1,9 @@ # Release History -## 12.18.0-beta.2 (Unreleased) +## 12.18.0 (2023-07-11) ### Features Added - -### Breaking Changes - -### Bugs Fixed +- Added support for the `2023-01-03` service version. ### Other Changes - Migrate test recordings to assets repo. diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index c6cff6f7d549..9a4a28df1d30 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -53,7 +53,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-queue - 12.18.0-beta.1 + 12.18.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index 4a36f3d48e0c..aa467c8607df 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-queue - 12.18.0-beta.2 + 12.18.0 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -63,7 +63,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 @@ -75,7 +75,7 @@ com.azure azure-storage-common - 12.22.0-beta.2 + 12.22.0 tests test-jar test