Storage May Beta Release (#4661)

Storage May Beta Release
This commit is contained in:
microzchang 2023-05-31 14:51:09 +08:00 committed by GitHub
parent 43d6642161
commit 93f8dcbf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 23 deletions

View File

@ -1,14 +1,11 @@
# Release History
## 12.8.0-beta.1 (Unreleased)
## 12.8.0-beta.1 (2023-05-31)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2022-11-02`.
- Content length limit for `AppendBlobClient::AppendBlock()` and `AppendBlobClient::AppendBlockFromUri()` was raised from 4 MiB to 100 MiB.
## 12.7.0 (2023-03-07)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.7.0",
"version-semver": "12.8.0-beta.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

View File

@ -1,14 +1,10 @@
# Release History
## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2023-05-31)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Added new fields `Owner`, `Group` and `Permissions` in `PathProperties` and `DownloadFileDetails`.
## 12.6.0 (2023-05-09)
@ -18,7 +14,7 @@
### Features Added
- Added support for encryption context:
- new filed `EncryptionContext` in `CreatePathOptions` , `PathItem`, `PathProperties`, `DownloadFileDetails`.
- new field `EncryptionContext` in `CreatePathOptions` , `PathItem`, `PathProperties`, `DownloadFileDetails`.
## 12.5.0 (2023-01-10)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.6.0",
"version-semver": "12.7.0-beta.1",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

@ -1,14 +1,10 @@
# Release History
## 12.6.0-beta.1 (Unreleased)
## 12.6.0-beta.1 (2023-05-31)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2023-01-03`.
- Added new field `AccessRights` in `HandleItem`.
## 12.5.0 (2023-05-09)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.5.0",
"version-semver": "12.6.0-beta.1",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."