Storage November Release (#5096)

* Storage November Release

* update queue version
This commit is contained in:
microzchang 2023-11-08 10:16:47 +08:00 committed by GitHub
parent 682851f749
commit 6cae0c71fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 34 additions and 53 deletions

View File

@ -18,18 +18,18 @@ macro(GetFolderList project)
elseif(${project} STREQUAL STORAGE_COMMON)
DownloadDepVersion(sdk/core azure-core 1.10.3)
elseif(${project} STREQUAL STORAGE_BLOBS)
DownloadDepVersion(sdk/core azure-core 1.9.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
DownloadDepVersion(sdk/core azure-core 1.9.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.9.0)
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)
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
DownloadDepVersion(sdk/core azure-core 1.9.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
elseif(${project} STREQUAL STORAGE_QUEUES)
DownloadDepVersion(sdk/core azure-core 1.9.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
DownloadDepVersion(sdk/core azure-core 1.10.3)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
elseif(${project} STREQUAL EVENTHUBS)
DownloadDepVersion(sdk/core azure-core 1.10.1)
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)

View File

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

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 10
#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.10.0-beta.1",
"version-semver": "12.10.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

View File

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

View File

@ -1,14 +1,10 @@
# Release History
## 12.5.0-beta.2 (Unreleased)
## 12.5.0 (2023-11-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- No public changes in this release.
## 12.5.0-beta.1 (2023-10-17)

View File

@ -13,7 +13,7 @@
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 5
#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.5.0-beta.1",
"version-semver": "12.5.0",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -1,14 +1,10 @@
# Release History
## 12.9.0-beta.2 (Unreleased)
## 12.9.0 (2023-11-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 (2023-10-17)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 9
#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.9.0-beta.1",
"version-semver": "12.9.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

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

View File

@ -1,14 +1,11 @@
# Release History
## 12.8.0-beta.2 (Unreleased)
## 12.8.0 (2023-11-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.8.0-beta.1` are now generally available.
- Fixed a bug where the x-ms-file-request-intent request header was not being sent for `ShareFileClient::UploadRangeFromUri`.
## 12.8.0-beta.1 (2023-10-17)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 8
#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.8.0-beta.1",
"version-semver": "12.8.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."

View File

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

View File

@ -1,14 +1,10 @@
# Release History
## 12.2.0-beta.2 (Unreleased)
## 12.2.0 (2023-11-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- New features in `12.2.0-beta.1` are now generally available.
## 12.2.0-beta.1 (2023-10-17)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 2
#define AZURE_STORAGE_QUEUES_VERSION_PATCH 0
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE ""
#define AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_QUEUES_VERSION_ITOA(i) AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i)

View File

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

View File

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