diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md index 954c9cca3f7fc..440e95b4ea6e1 100644 --- a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History +## 12.21.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.20.0 (2024-11-12) ### Features Added - Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2. -## 12.19.1 (2024-10-10) +## 12.20.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.20.0-beta.2 (2024-10-10) +## 12.19.1 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 23ec2b554f663..34d48c6d7aa99 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,9 +4,9 @@ Microsoft Azure.Storage.Blobs.Batch client library - 12.20.0 + 12.21.0-beta.1 - 12.19.1 + 12.20.0 BlobSDK;$(DefineConstants) Microsoft Azure Storage Blobs Batching;Batch blob;Batch operation;BlobBatchClient;BlobBatch;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags) diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md index 39749820bafe4..eaa0dca1ce579 100644 --- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.0.0-preview.53 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.0.0-preview.52 (2024-11-12) ### Features Added diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj index 8c2a683cdd602..af66b098ff884 100644 --- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj +++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj @@ -4,7 +4,7 @@ Microsoft Azure.Storage.Blobs.ChangeFeed client library - 12.0.0-preview.52 + 12.0.0-preview.53 ChangeFeedSDK;$(DefineConstants) Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags) diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md index 727ce7ed35fe7..e59f18e7fbd38 100644 --- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.24.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.23.0 (2024-11-12) ### Features Added @@ -9,12 +19,12 @@ - Fixed bug where network download streams were not properly disposed. - Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases. -## 12.22.2 (2024-10-10) +## 12.23.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.23.0-beta.2 (2024-10-10) +## 12.22.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 c187c7c3c76f4..79c36fd3da840 100644 --- a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj +++ b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj @@ -4,9 +4,9 @@ Microsoft Azure.Storage.Blobs client library - 12.23.0 + 12.24.0-beta.1 - 12.22.2 + 12.23.0 BlobSDK;$(DefineConstants) Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags) true diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md index 0b326f99c8cb3..a2d9f13d92892 100644 --- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History +## 12.23.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.22.0 (2024-11-12) ### Features Added - This release contains bug fixes to improve quality. -## 12.21.1 (2024-10-10) +## 12.22.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.22.0-beta.2 (2024-10-10) +## 12.21.1 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 3bf00cc9556ad..cd441947de8fb 100644 --- a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj +++ b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj @@ -4,9 +4,9 @@ Microsoft Azure.Storage.Common client library - 12.22.0 + 12.23.0-beta.1 - 12.21.1 + 12.22.0 CommonSDK;$(DefineConstants) Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md index fac28d01dc2da..27804061ada50 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History +## 12.22.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.21.0 (2024-11-12) ### Features Added - Includes all features from 12.21.0-beta.1 and 12.21.0-beta.2. -## 12.20.1 (2024-10-10) +## 12.21.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.21.0-beta.2 (2024-10-10) +## 12.20.1 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 396155f93233d..89a7d0d737796 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,9 +4,9 @@ Microsoft Azure.Storage.Files.DataLake client library - 12.21.0 + 12.22.0-beta.1 - 12.20.1 + 12.21.0 DataLakeSDK;$(DefineConstants) Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags) true diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md index 98d682adf6a08..b458e72774070 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History +## 12.22.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.21.0 (2024-11-12) ### Features Added - Includes all features from 12.21.0-beta.1 and 12.21.0-beta.. -## 12.20.1 (2024-10-10) +## 12.21.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.21.0-beta.2 (2024-10-10) +## 12.20.1 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 3d63987e35d9a..740f463a07c5b 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,9 +4,9 @@ Microsoft Azure.Storage.Files.Shares client library - 12.21.0 + 12.22.0-beta.1 - 12.20.1 + 12.21.0 FileSDK;$(DefineConstants) Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Storage;StorageScalable;$(PackageCommonTags) true diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md index 6a9292aa014da..33ad2c23f0700 100644 --- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History +## 12.22.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.21.0 (2024-11-12) ### Features Added - Includes all features from 12.21.0-beta.1 and 12.21.0-beta.2. -## 12.20.1 (2024-10-10) +## 12.21.0-beta.2 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. -## 12.21.0-beta.2 (2024-10-10) +## 12.20.1 (2024-10-10) ### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. 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 4be8baaf03f4d..afb080aee3cea 100644 --- a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj +++ b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj @@ -4,9 +4,9 @@ Microsoft Azure.Storage.Queues client library - 12.21.0 + 12.22.0-beta.1 - 12.20.1 + 12.21.0 QueueSDK;$(DefineConstants) Microsoft Azure Storage Queues;Microsoft;Azure;Queues;Queue;Storage;StorageScalable;$(PackageCommonTags)