From 01376f6288019283459ef00fc80a1d2cacb54de7 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 11:58:41 -0500 Subject: [PATCH 1/8] Blobs --- sdk/storage/Azure.Storage.Blobs/CHANGELOG.md | 11 ++--------- .../src/Azure.Storage.Blobs.csproj | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md index e759d86f7e9a..b1fd81b70d50 100644 --- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md @@ -1,16 +1,9 @@ # Release History -## 12.20.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 12.20.0 (2024-05-13) +- Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2. - Fixed bug where `BlobContainerClient` and `BlobBaseClient` did not throw an exception on empty/null container names and blob names, respectively, when constructing a client. -### Other Changes - ## 12.20.0-beta.2 (2024-04-15) - Added support for service version 2024-05-04. - Fixed bug where BlockBlobClient.Upload() and .UploadAsync() would throw an exception if BlobUploadOptions was null. diff --git a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj index 39656e6b502a..ac79c4b47277 100644 --- a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj +++ b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Blobs client library - 12.20.0-beta.3 + 12.20.0 12.19.1 BlobSDK;$(DefineConstants) From f71e94f54659e986d6cf4b8b542b37beec554ea9 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 11:59:33 -0500 Subject: [PATCH 2/8] Blob Batch --- sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md | 11 ++--------- .../src/Azure.Storage.Blobs.Batch.csproj | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md index 9851e3714e8b..e7d410fb4d00 100644 --- a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md @@ -1,14 +1,7 @@ # Release History -## 12.17.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +## 12.17.0 (2024-05-13) +- Includes all features from 12.17.0-beta.1 and 12.17.0-beta.2. ## 12.17.0-beta.2 (2024-04-15) - Added support for service version 2023-05-04. diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj index f2dfdc69cfd6..ebae152d082e 100644 --- a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj +++ b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Blobs.Batch client library - 12.17.0-beta.3 + 12.17.0 12.16.1 BlobSDK;$(DefineConstants) From 545b2b15a70e00994d5248decd4f9a52b956ceaf Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:00:11 -0500 Subject: [PATCH 3/8] ChangeFeed --- .../Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md index b59efc79a11f..a045b9d7446c 100644 --- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md @@ -1,14 +1,7 @@ # Release History -## 12.0.0-preview.44 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +## 12.0.0-preview.44 (2024-05-13) +- This release contains bug fixes to improve quality. ## 12.0.0-preview.43 (2024-04-15) - Added support for service version 2024-05-04. From 8aa38d4711495a07dfc2cc763a65aaf988860811 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:00:53 -0500 Subject: [PATCH 4/8] Common --- sdk/storage/Azure.Storage.Common/CHANGELOG.md | 11 ++--------- .../src/Azure.Storage.Common.csproj | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md index 675473ab7da9..cb3d169bdb43 100644 --- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md @@ -1,14 +1,7 @@ # Release History -## 12.19.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +## 12.19.0 (2024-05-13) +- This release contains bug fixes to improve quality. ## 12.19.0-beta.2 (2024-04-15) - This release contains bug fixes to improve quality. diff --git a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj index 857c440a9645..adfc4c475383 100644 --- a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj +++ b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Common client library - 12.19.0-beta.3 + 12.19.0 12.18.1 CommonSDK;$(DefineConstants) From adfdb9b84f97a4712e9df334f60fd4a724d7bd50 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:01:42 -0500 Subject: [PATCH 5/8] Files --- sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md | 11 ++--------- .../src/Azure.Storage.Files.DataLake.csproj | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md index 6175bd08b06f..a7f369d727d9 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md @@ -1,16 +1,9 @@ # Release History -## 12.18.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 12.18.0 (2024-05-13) +- Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2. - Fixed bug where `DataLakeFileSystemClient` and `DatalakeFileClient` did not throw an exception on empty/null filesystem names and file names, respectively, when constructing a client. -### Other Changes - ## 12.18.0-beta.2 (2024-04-15) - Added support for service version 2024-05-04. - Added ability to retrieve path ACL with DataLakePath/File/DirectoryClient.GetProperties(), .GetPropertiesAsync(), DataLakeFileClient.Read(), and .ReadAsync(). diff --git a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj index b4fc225d46fe..84ed7dd77fd8 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj +++ b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Files.DataLake client library - 12.18.0-beta.3 + 12.18.0 12.17.1 DataLakeSDK;$(DefineConstants) From a5042cb0d94a667d725e6a3bb495c5240aa42ee1 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:02:38 -0500 Subject: [PATCH 6/8] Files, last commit was actually DataLake --- sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md | 10 +--------- .../src/Azure.Storage.Files.Shares.csproj | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md index a255af79bc66..470c3531ec99 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md @@ -1,16 +1,8 @@ # Release History -## 12.18.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 12.18.0 (2024-05-13) - Fixed bug where `ShareClient` and `ShareFileClient` did not throw an exception on empty/null share container names and file names, respectively, when constructing a client. -### Other Changes - ## 12.18.0-beta.2 (2024-04-15) - Added support for service version 2024-05-04. - Added ability to retrieve file handle client name with ShareFile/DirectoryClient.GetHandles() and .GetHandlesAsync(). diff --git a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj index 9ea30b62c236..1d84847c7189 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj +++ b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Files.Shares client library - 12.18.0-beta.3 + 12.18.0 12.17.1 FileSDK;$(DefineConstants) From 7db4d9692948c624c7fb9eacfad98163e19e4337 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:03:25 -0500 Subject: [PATCH 7/8] Queues --- sdk/storage/Azure.Storage.Queues/CHANGELOG.md | 11 ++--------- .../src/Azure.Storage.Queues.csproj | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md index fed9958fc254..12216fa5bf05 100644 --- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md @@ -1,16 +1,9 @@ # Release History -## 12.18.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 12.18.0 (2024-05-13) +- Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2. - Fixed bug where `QueueClient` did not throw an exception on empty/null queue names when constructing a client. -### Other Changes - ## 12.18.0-beta.2 (2024-04-15) - Added support for service version 2024-05-04. diff --git a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj index 7205eca20f4d..d14210ad9921 100644 --- a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj +++ b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Queues client library - 12.18.0-beta.3 + 12.18.0 12.17.1 QueueSDK;$(DefineConstants) From e4d699448318aae3e13607b7dfc0964b064f8530 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 13 May 2024 12:05:01 -0500 Subject: [PATCH 8/8] update --- sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md index 470c3531ec99..f7bdc241c8c2 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History ## 12.18.0 (2024-05-13) +- Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2. - Fixed bug where `ShareClient` and `ShareFileClient` did not throw an exception on empty/null share container names and file names, respectively, when constructing a client. ## 12.18.0-beta.2 (2024-04-15)