Storage August Release 2 (#4877)
This commit is contained in:
parent
5590c3bfbd
commit
00db04eb76
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.9.0-beta.2 (Unreleased)
|
||||
## 12.9.0-beta.2 (2023-08-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -8,12 +8,6 @@
|
||||
- A new property is now available on `BlobClientOptions` called `EnableTenantDiscovery`. If set to `true`, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.
|
||||
- Added a new field `SourceAuthorization` in options for copy operations, which can be used to specify authorization for copy source.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.9.0-beta.1 (2023-08-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.3.1"
|
||||
"version>=": "12.4.0-beta.1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.4.0-beta.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
## 12.4.0-beta.1 (2023-08-12)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- No public changes in this release.
|
||||
|
||||
## 12.3.3 (2023-07-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.3.3",
|
||||
"version-semver": "12.4.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
|
||||
@ -1,18 +1,12 @@
|
||||
# Release History
|
||||
|
||||
## 12.8.0-beta.2 (Unreleased)
|
||||
## 12.8.0-beta.2 (2023-08-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
- TenantId can now be discovered through the service challenge response, when using a TokenCredential for authorization.
|
||||
- A new property is now available on `DataLakeClientOptions` called `EnableTenantDiscovery`. If set to `true`, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.8.0-beta.1 (2023-08-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-datalake-cpp",
|
||||
"version-semver": "12.8.0-beta.1",
|
||||
"version-semver": "12.8.0-beta.2",
|
||||
"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.7.0"
|
||||
"version>=": "12.9.0-beta.2"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.7.0-beta.1 (Unreleased)
|
||||
## 12.7.0-beta.1 (2023-08-12)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -9,12 +9,6 @@
|
||||
- Added a new field `SourceAuthorization` in options for copy operations, which can be used to specify authorization for copy source.
|
||||
- Added a new field `ContentType` in `RenameFileOptions`.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.6.1 (2023-08-08)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.6.1",
|
||||
"version-semver": "12.7.0-beta.1",
|
||||
"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.3.2"
|
||||
"version>=": "12.4.0-beta.1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.1 (Unreleased)
|
||||
## 12.1.0-beta.1 (2023-08-12)
|
||||
|
||||
### Features Added
|
||||
- Bumped up API version to `2019-12-12`.
|
||||
@ -8,12 +8,6 @@
|
||||
- TenantId can now be discovered through the service challenge response, when using a TokenCredential for authorization.
|
||||
- A new property is now available on `QueueClientOptions` called `EnableTenantDiscovery`. If set to `true`, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.0.0 (2022-04-06)
|
||||
|
||||
### New Features
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-queues-cpp",
|
||||
"version-semver": "12.0.0",
|
||||
"version-semver": "12.1.0-beta.1",
|
||||
"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.2.3"
|
||||
"version>=": "12.4.0-beta.1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user