parent
43d6642161
commit
93f8dcbf26
@ -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)
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user