Storage September Release (#5967)
* Update version * Update queue change log
This commit is contained in:
parent
eeaa711966
commit
dd3e5d4027
@ -16,20 +16,20 @@ macro(GetFolderList project)
|
|||||||
DownloadDepVersion(sdk/core azure-core 1.5.0)
|
DownloadDepVersion(sdk/core azure-core 1.5.0)
|
||||||
DownloadDepVersion(sdk/identity azure-identity 1.1.0)
|
DownloadDepVersion(sdk/identity azure-identity 1.1.0)
|
||||||
elseif(${project} STREQUAL STORAGE_COMMON)
|
elseif(${project} STREQUAL STORAGE_COMMON)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.12.0)
|
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||||
elseif(${project} STREQUAL STORAGE_BLOBS)
|
elseif(${project} STREQUAL STORAGE_BLOBS)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.12.0)
|
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.7.0)
|
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
|
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.12.0)
|
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.7.0)
|
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.12.0)
|
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.13.0)
|
||||||
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
|
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.12.0)
|
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.7.0)
|
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||||
elseif(${project} STREQUAL STORAGE_QUEUES)
|
elseif(${project} STREQUAL STORAGE_QUEUES)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.12.0)
|
DownloadDepVersion(sdk/core azure-core 1.13.0)
|
||||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.7.0)
|
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
|
||||||
elseif(${project} STREQUAL DATA_TABLES)
|
elseif(${project} STREQUAL DATA_TABLES)
|
||||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||||
elseif(${project} STREQUAL EVENTHUBS)
|
elseif(${project} STREQUAL EVENTHUBS)
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.13.0-beta.2 (Unreleased)
|
## 12.13.0 (2024-09-17)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.13.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.13.0-beta.1 (2024-08-07)
|
## 12.13.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 13
|
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 13
|
||||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
#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_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-blobs-cpp",
|
"name": "azure-storage-blobs-cpp",
|
||||||
"version-semver": "12.13.0-beta.1",
|
"version-semver": "12.13.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Blobs SDK for C++",
|
"Microsoft Azure Storage Blobs SDK for C++",
|
||||||
"This library provides Azure Storage Blobs SDK."
|
"This library provides Azure Storage Blobs SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "12.7.0"
|
"version>=": "12.8.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.8.0-beta.2 (Unreleased)
|
## 12.8.0 (2024-09-17)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.8.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.8.0-beta.1 (2024-08-07)
|
## 12.8.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 8
|
#define AZURE_STORAGE_COMMON_VERSION_MINOR 8
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
|
#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_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"version-semver": "12.7.0",
|
"version-semver": "12.8.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Common Storage SDK for C++",
|
"Microsoft Azure Common Storage SDK for C++",
|
||||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-core-cpp",
|
"name": "azure-core-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "1.12.0"
|
"version>=": "1.13.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "libxml2",
|
"name": "libxml2",
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.12.0-beta.2 (Unreleased)
|
## 12.12.0 (2024-09-17)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.12.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.12.0-beta.1 (2024-08-07)
|
## 12.12.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 12
|
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 12
|
||||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
|
#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_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
|
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-files-datalake-cpp",
|
"name": "azure-storage-files-datalake-cpp",
|
||||||
"version-semver": "12.12.0-beta.1",
|
"version-semver": "12.12.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||||
"This library provides Azure Storage Files Data Lake SDK."
|
"This library provides Azure Storage Files Data Lake SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-blobs-cpp",
|
"name": "azure-storage-blobs-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "12.12.0"
|
"version>=": "12.13.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.11.0-beta.2 (Unreleased)
|
## 12.11.0 (2024-09-17)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.11.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.11.0-beta.1 (2024-08-07)
|
## 12.11.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 11
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 11
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
#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_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-files-shares-cpp",
|
"name": "azure-storage-files-shares-cpp",
|
||||||
"version-semver": "12.11.0-beta.1",
|
"version-semver": "12.11.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||||
"This library provides Azure Storage Files Shares SDK."
|
"This library provides Azure Storage Files Shares SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "12.7.0"
|
"version>=": "12.8.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.4.0-beta.2 (Unreleased)
|
## 12.4.0 (2024-09-17)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- New features in `12.4.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.4.0-beta.1 (2024-08-07)
|
## 12.4.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
|
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 4
|
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 4
|
||||||
#define AZURE_STORAGE_QUEUES_VERSION_PATCH 0
|
#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_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_QUEUES_VERSION_ITOA(i) AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_QUEUES_VERSION_ITOA(i) AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-queues-cpp",
|
"name": "azure-storage-queues-cpp",
|
||||||
"version-semver": "12.4.0-beta.1",
|
"version-semver": "12.4.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Queues SDK for C++",
|
"Microsoft Azure Storage Queues SDK for C++",
|
||||||
"This library provides Azure Storage Queues SDK."
|
"This library provides Azure Storage Queues SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "12.7.0"
|
"version>=": "12.8.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user