Storage October release (#5038)
* Storage October release * fix spell * update release date * update changelog
This commit is contained in:
parent
4f8eca93fd
commit
6b66a9d189
@ -16,7 +16,7 @@ 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.9.0)
|
||||
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)
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.10.0-beta.1 (Unreleased)
|
||||
## 12.10.0-beta.1 (2023-10-17)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added new extendable enum `BlobAudience`
|
||||
- Added new field `Audience` in `BlobClientOptions`
|
||||
|
||||
## 12.9.0 (2023-09-12)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.9.0",
|
||||
"version-semver": "12.10.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.5.0-beta.1 (Unreleased)
|
||||
## 12.5.0-beta.1 (2023-10-17)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- No public changes in this release.
|
||||
|
||||
## 12.4.0 (2023-09-12)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.4.0",
|
||||
"version-semver": "12.5.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.9.0"
|
||||
"version>=": "1.10.3"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.9.0-beta.1 (Unreleased)
|
||||
## 12.9.0-beta.1 (2023-10-17)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added new extendable enum `DataLakeAudience`
|
||||
- Added new field `Audience` in `DataLakeClientOptions`
|
||||
|
||||
## 12.8.0 (2023-09-12)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-datalake-cpp",
|
||||
"version-semver": "12.8.0",
|
||||
"version-semver": "12.9.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||
"This library provides Azure Storage Files Data Lake SDK."
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.8.0-beta.1 (Unreleased)
|
||||
## 12.8.0-beta.1 (2023-10-17)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added new extendable enum `ShareAudience`
|
||||
- Added new field `Audience` in `ShareClientOptions`
|
||||
|
||||
## 12.7.0 (2023-09-12)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.7.0",
|
||||
"version-semver": "12.8.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||
"This library provides Azure Storage Files Shares SDK."
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.2.0-beta.1 (Unreleased)
|
||||
## 12.2.0-beta.1 (2023-10-17)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added new extendable enum `QueueAudience`
|
||||
- Added new field `Audience` in `QueueClientOptions`
|
||||
|
||||
## 12.1.0 (2023-09-12)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-queues-cpp",
|
||||
"version-semver": "12.1.0",
|
||||
"version-semver": "12.2.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Queues SDK for C++",
|
||||
"This library provides Azure Storage Queues SDK."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user