Storage February release (#4324)
* storage february release * fix conversation * fix conversation
This commit is contained in:
parent
2be39bcc8b
commit
c3dc732157
@ -1,14 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.7.0-beta.1 (Unreleased)
|
||||
## 12.7.0-beta.1 (2023-02-07)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Bumped up API version to `2021-12-02`.
|
||||
- Added support for new access tier `Cold`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Fixed a bug where setting premium page blob tier operations always fail.
|
||||
|
||||
## 12.6.2 (2022-10-11)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.6.2",
|
||||
"version-semver": "12.7.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 12.4.0-beta.1 (Unreleased)
|
||||
## 12.4.0-beta.1 (2023-02-07)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Bumped up API version to `2021-12-02`.
|
||||
- Added support for invalid xml characters in file and directory names for `ShareDirectoryClient::ListFilesAndDirectories()`, `ShareDirectoryClient::ListHandles()` and `ShareFileClient::ListHandles()`.
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.3.0",
|
||||
"version-semver": "12.4.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