diff --git a/cmake-modules/FolderList.cmake b/cmake-modules/FolderList.cmake index 5837920d7e..eae69f4c2b 100644 --- a/cmake-modules/FolderList.cmake +++ b/cmake-modules/FolderList.cmake @@ -18,9 +18,9 @@ macro(GetFolderList project) DownloadDepVersion(sdk/core azure-core 1.7.1) DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0) elseif(${project} STREQUAL STORAGE_FILES_DATALAKE) - DownloadDepVersion(sdk/core azure-core 1.3.1) - DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.2.2) - DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.3.0) + DownloadDepVersion(sdk/core azure-core 1.7.1) + DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0) + DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.6.2) elseif(${project} STREQUAL STORAGE_FILES_SHARES) DownloadDepVersion(sdk/core azure-core 1.7.1) DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index bbc3e87f8a..8a4c4e298e 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 12.7.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 12.6.2 (2022-10-11) ### Other Changes +- No public changes in this release. + ## 12.6.1 (2022-09-16) ### Other changes diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index 6f21bf905b..9be5da4fe2 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -9,9 +9,9 @@ #pragma once #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 -#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7 -#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1" +#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6 +#define AZURE_STORAGE_BLOBS_VERSION_PATCH 2 +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "" #define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) diff --git a/sdk/storage/azure-storage-blobs/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg.json index ae37d635b5..78b0f74cdf 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-blobs-cpp", - "version-semver": "12.6.1", + "version-semver": "12.6.2", "description": [ "Microsoft Azure Storage Blobs SDK for C++", "This library provides Azure Storage Blobs SDK." diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index befcee05ce..382138ffb2 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -1,18 +1,25 @@ # Release History -## 12.4.0-beta.1 (Unreleased) +## 12.4.0-beta.1 (2022-10-11) ### Features Added -### Breaking Changes +- Added support for encryption scope in SAS builder. +- Added support for customer-provided key. +- Added support for flushing when appending data to a file. +- Added some new fields in `CreatePathOptions`. +- New APIs: + - DataLakeServiceClient::SetProperties + - DataLakeServiceClient::GetProperties + - DataLakeFileSystemClient::ListDeletedPaths + - DataLakeFileSystemClient::UndeletePath + - DataLakeFileClient::Query ### Bugs Fixed - Fixed a bug where file/directory renaming cannot be authenticated with SAS. - Empty file or existing file won't be created/overwritten if the file to be downloaded doesn't exist. -### Other Changes - ## 12.3.1 (2022-03-09) ### Other Changes diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg.json b/sdk/storage/azure-storage-files-datalake/vcpkg.json index fff483c127..d745ab4e8d 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg.json +++ b/sdk/storage/azure-storage-files-datalake/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-files-datalake-cpp", - "version-semver": "12.3.1", + "version-semver": "12.4.0-beta.1", "description": [ "Microsoft Azure Storage Files Data Lake SDK for C++", "This library provides Azure Storage Files Data Lake SDK." diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index dd7a4f26f6..6cf1ded57e 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.3.0-beta.2 (Unreleased) +## 12.3.0 (2022-10-11) ### Features Added -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- New features in `12.3.0-beta.1` are now generally available. ## 12.3.0-beta.1 (2022-09-06) diff --git a/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp b/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp index f6b599c768..60f59270f0 100644 --- a/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp @@ -11,7 +11,7 @@ #define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 3 #define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0 -#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2" +#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "" #define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) diff --git a/sdk/storage/azure-storage-files-shares/vcpkg.json b/sdk/storage/azure-storage-files-shares/vcpkg.json index bbfaff5bf9..be57f18fcd 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg.json +++ b/sdk/storage/azure-storage-files-shares/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-files-shares-cpp", - "version-semver": "12.3.0-beta.1", + "version-semver": "12.3.0", "description": [ "Microsoft Azure Storage Files Shares SDK for C++", "This library provides Azure Storage Files Shares SDK."