storage-september-release (#4935)
* upgrade package version * add features added title
This commit is contained in:
parent
517f1e61c8
commit
224332197d
@ -18,18 +18,18 @@ macro(GetFolderList project)
|
||||
elseif(${project} STREQUAL STORAGE_COMMON)
|
||||
DownloadDepVersion(sdk/core azure-core 1.9.0)
|
||||
elseif(${project} STREQUAL STORAGE_BLOBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
|
||||
DownloadDepVersion(sdk/core azure-core 1.9.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
|
||||
DownloadDepVersion(sdk/core azure-core 1.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.7.0)
|
||||
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)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.9.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.2)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
|
||||
elseif(${project} STREQUAL STORAGE_QUEUES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.5.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.2.3)
|
||||
DownloadDepVersion(sdk/core azure-core 1.9.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.1)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.9.0-beta.3 (Unreleased)
|
||||
## 12.9.0 (2023-09-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.9.0-beta.1` and `12.9.0-beta.2` are now generally available.
|
||||
|
||||
## 12.9.0-beta.2 (2023-08-12)
|
||||
|
||||
@ -30,6 +26,8 @@
|
||||
|
||||
## 12.8.0 (2023-07-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
- Features in `12.8.0-beta.1` are now generally available.
|
||||
|
||||
## 12.8.0-beta.1 (2023-05-31)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 9
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.3"
|
||||
#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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.9.0-beta.1",
|
||||
"version-semver": "12.9.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.4.0-beta.1"
|
||||
"version>=": "12.4.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.4.0-beta.2 (Unreleased)
|
||||
## 12.4.0 (2023-09-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Bumped up Account SAS version to `2023-08-03`.
|
||||
|
||||
## 12.4.0-beta.1 (2023-08-12)
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Azure { namespace Storage { namespace Sas {
|
||||
namespace {
|
||||
constexpr static const char* SasVersion = "2023-01-03";
|
||||
constexpr static const char* SasVersion = "2023-08-03";
|
||||
}
|
||||
|
||||
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 4
|
||||
#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,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.4.0-beta.1",
|
||||
"version-semver": "12.4.0",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.8.0-beta.3 (Unreleased)
|
||||
## 12.8.0 (2023-09-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.8.0-beta.1` and `12.8.0-beta.2` are now generally available.
|
||||
|
||||
## 12.8.0-beta.2 (2023-08-12)
|
||||
|
||||
@ -31,6 +27,8 @@
|
||||
|
||||
## 12.7.0 (2023-07-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
- New features in `12.7.0-beta.1` are now generally available.
|
||||
|
||||
## 12.7.0-beta.1 (2023-05-31)
|
||||
@ -41,6 +39,8 @@
|
||||
|
||||
## 12.6.0 (2023-05-09)
|
||||
|
||||
### Features Added
|
||||
|
||||
- New features in `12.6.0-beta.1` are now generally available.
|
||||
|
||||
## 12.6.0-beta.1 (2023-04-11)
|
||||
@ -51,6 +51,8 @@
|
||||
|
||||
## 12.5.0 (2023-01-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
- New features in `12.5.0-beta.1` are now generally available.
|
||||
|
||||
|
||||
@ -63,6 +65,8 @@
|
||||
|
||||
## 12.4.0 (2022-11-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
- New features in `12.4.0-beta.1` are now generally available.
|
||||
|
||||
## 12.4.0-beta.1 (2022-10-11)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 8
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.3"
|
||||
#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) \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-datalake-cpp",
|
||||
"version-semver": "12.8.0-beta.2",
|
||||
"version-semver": "12.8.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||
"This library provides Azure Storage Files Data Lake SDK."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.9.0-beta.2"
|
||||
"version>=": "12.9.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,17 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.7.0-beta.2 (Unreleased)
|
||||
## 12.7.0 (2023-09-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Features in `12.7.0-beta.1` and `12.7.0-beta.2` are now generally available.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Fixed a bug where `ShareServiceClient::SetProperties` and `ShareServiceClient::GetProperties` threw exception if property `Protocol` is not null.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.7.0-beta.1 (2023-08-12)
|
||||
|
||||
### Features Added
|
||||
@ -29,6 +27,8 @@
|
||||
|
||||
## 12.6.0 (2023-07-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
- New features in `12.6.0-beta.1` are now generally available.
|
||||
|
||||
## 12.6.0-beta.1 (2023-05-31)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 7
|
||||
#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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.7.0-beta.1",
|
||||
"version-semver": "12.7.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||
"This library provides Azure Storage Files Shares SDK."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.4.0-beta.1"
|
||||
"version>=": "12.4.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.2 (Unreleased)
|
||||
## 12.1.0 (2023-09-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- New features in `12.1.0-beta.1` are now generally available.
|
||||
|
||||
## 12.1.0-beta.1 (2023-08-12)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 1
|
||||
#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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-queues-cpp",
|
||||
"version-semver": "12.1.0-beta.1",
|
||||
"version-semver": "12.1.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Queues SDK for C++",
|
||||
"This library provides Azure Storage Queues SDK."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.4.0-beta.1"
|
||||
"version>=": "12.4.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user