Storage June Release (#6635)
This commit is contained in:
parent
2326ca61c5
commit
30c682b950
@ -18,18 +18,18 @@ macro(GetFolderList project)
|
||||
elseif(${project} STREQUAL STORAGE_COMMON)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
elseif(${project} STREQUAL STORAGE_BLOBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
|
||||
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.13.0)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.9.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
|
||||
elseif(${project} STREQUAL STORAGE_QUEUES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
|
||||
elseif(${project} STREQUAL DATA_TABLES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.15.0-beta.1 (2025-06-11)
|
||||
## 12.15.0-beta.1 (2025-06-24)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 14
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 15
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.8.0"
|
||||
"version>=": "12.10.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.12.0-beta.1 (2025-06-11)
|
||||
## 12.11.0-beta.1 (2025-06-24)
|
||||
|
||||
### Features Added
|
||||
|
||||
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
|
||||
- Bumped up Account SAS version to `2025-07-05`.
|
||||
|
||||
### Other Changes
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Azure { namespace Storage { namespace Sas {
|
||||
namespace {
|
||||
constexpr static const char* SasVersion = "2025-05-05";
|
||||
constexpr static const char* SasVersion = "2025-07-05";
|
||||
}
|
||||
|
||||
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.10.0",
|
||||
"version-semver": "99.99.999",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.13.0-beta.1 (2025-06-11)
|
||||
## 12.13.0-beta.1 (2025-06-24)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-datalake-cpp",
|
||||
"version-semver": "12.12.0",
|
||||
"version-semver": "99.99.999",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||
"This library provides Azure Storage Files Data Lake SDK."
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.15.0-beta.1 (2025-06-11)
|
||||
## 12.15.0-beta.1 (2025-06-24)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 14
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 15
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
|
||||
|
||||
#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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.5.0-beta.1 (2025-06-11)
|
||||
## 12.5.0-beta.1 (2025-06-24)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-queues-cpp",
|
||||
"version-semver": "12.4.0",
|
||||
"version-semver": "99.99.999",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Queues SDK for C++",
|
||||
"This library provides Azure Storage Queues SDK."
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.8.0"
|
||||
"version>=": "12.10.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user