Storage May GA Release (#5578)

This commit is contained in:
microzchang 2024-05-08 10:37:18 +08:00 committed by GitHub
parent cd3655c322
commit d1019cfeb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 29 additions and 42 deletions

View File

@ -16,17 +16,17 @@ macro(GetFolderList project)
DownloadDepVersion(sdk/core azure-core 1.5.0)
DownloadDepVersion(sdk/identity azure-identity 1.1.0)
elseif(${project} STREQUAL STORAGE_COMMON)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/core azure-core 1.11.3)
elseif(${project} STREQUAL STORAGE_BLOBS)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
DownloadDepVersion(sdk/core azure-core 1.11.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6.0)
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.10.0)
DownloadDepVersion(sdk/core azure-core 1.11.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.11.0)
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
DownloadDepVersion(sdk/core azure-core 1.11.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6.0)
elseif(${project} STREQUAL STORAGE_QUEUES)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)

View File

@ -1,14 +1,10 @@
# Release History
## 12.11.0-beta.2 (Unreleased)
## 12.11.0 (2024-05-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.11.0-beta.1` are now generally available.
## 12.11.0-beta.1 (2024-04-17)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 11
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.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)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.11.0-beta.1",
"version-semver": "12.11.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

View File

@ -18,7 +18,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.5.0"
"version>=": "12.6.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,14 +1,11 @@
# Release History
## 12.6.0-beta.2 (Unreleased)
## 12.6.0 (2024-05-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.6.0-beta.1` are now generally available.
- Bumped up Account SAS version to `2024-05-04`.
## 12.6.0-beta.1 (2024-04-17)

View File

@ -13,7 +13,7 @@
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 6
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.6.0-beta.1",
"version-semver": "12.6.0",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -18,7 +18,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.10.3"
"version>=": "1.11.3"
},
{
"name": "libxml2",

View File

@ -1,17 +1,15 @@
# Release History
## 12.10.0-beta.2 (Unreleased)
## 12.10.0 (2024-05-07)
### Features Added
### Breaking Changes
- Features in `12.10.0-beta.1` are now generally available.
### Bugs Fixed
- Fixed a bug where `PathItem::EncryptionContext` returned by `DataLakeDirectoryClient::ListPaths` was always null.
### Other Changes
## 12.10.0-beta.1 (2024-04-17)
### Features Added

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 10
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.10.0-beta.1",
"version-semver": "12.10.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

@ -18,7 +18,7 @@
{
"name": "azure-storage-blobs-cpp",
"default-features": false,
"version>=": "12.10.0"
"version>=": "12.11.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,14 +1,10 @@
# Release History
## 12.9.0-beta.2 (Unreleased)
## 12.9.0 (2024-05-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.9.0-beta.1` are now generally available.
## 12.9.0-beta.1 (2024-04-17)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 9
#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)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.9.0-beta.1",
"version-semver": "12.9.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."

View File

@ -18,7 +18,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.5.0"
"version>=": "12.6.0"
},
{
"name": "vcpkg-cmake",