Storage October Release (#6090)

* storage october release

* update

* update
This commit is contained in:
microzchang 2024-10-14 15:32:28 +08:00 committed by GitHub
parent e1d9893467
commit 4fbdbf5e89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 15 deletions

View File

@ -1,14 +1,9 @@
# Release History
## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2024-10-15)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up Account SAS version to `2025-01-05`.
## 12.8.0 (2024-09-17)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.8.0",
"version-semver": "12.9.0-beta.1",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -1,14 +1,12 @@
# Release History
## 12.12.0-beta.1 (Unreleased)
## 12.12.0-beta.1 (2024-10-15)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2025-01-05`.
- Added support for the provisioned V2 billing model.
- Added support for specifying the binary file permission format for `ShareFileClient::StartCopy()`.
## 12.11.0 (2024-09-17)

View File

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