STG99 Release (#6785)
This commit is contained in:
parent
21e92f8712
commit
9ada70c530
@ -19,17 +19,17 @@ macro(GetFolderList project)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
elseif(${project} STREQUAL STORAGE_BLOBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.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)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.15.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.10.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
|
||||
elseif(${project} STREQUAL STORAGE_QUEUES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.14.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
|
||||
elseif(${project} STREQUAL DATA_TABLES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.15.0-beta.2 (Unreleased)
|
||||
## 12.15.0 (2025-10-15)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.15.0-beta.1` are now generally available.
|
||||
|
||||
## 12.14.0 (2025-07-21)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#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 ""
|
||||
|
||||
#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.10.0"
|
||||
"version>=": "12.11.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.11.0-beta.2 (Unreleased)
|
||||
## 12.11.0 (2025-10-15)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.11.0-beta.1` are now generally available.
|
||||
|
||||
## 12.11.0-beta.1 (2025-06-24)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 11
|
||||
#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)
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.13.0-beta.2 (Unreleased)
|
||||
## 12.13.0 (2025-10-15)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.13.0-beta.1` are now generally available.
|
||||
|
||||
## 12.13.0-beta.1 (2025-06-24)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 13
|
||||
#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) \
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.13.0"
|
||||
"version>=": "12.15.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.15.0-beta.2 (Unreleased)
|
||||
## 12.15.0 (2025-10-15)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.15.0-beta.1` are now generally available.
|
||||
|
||||
## 12.14.0 (2025-07-21)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||
#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 ""
|
||||
|
||||
#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)
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.10.0"
|
||||
"version>=": "12.11.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.5.0-beta.2 (Unreleased)
|
||||
## 12.5.0 (2025-10-15)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- New features in `12.5.0-beta.1` are now generally available.
|
||||
|
||||
## 12.5.0-beta.1 (2025-06-24)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 5
|
||||
#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)
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.10.0"
|
||||
"version>=": "12.11.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user