Update to new versions (#6403)

This commit is contained in:
microzchang 2025-02-10 11:21:33 +08:00 committed by GitHub
parent ac2c03cce9
commit be2241d86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 12 deletions

View File

@ -1,14 +1,10 @@
# Release History
## 12.10.0-beta.1 (Unreleased)
## 12.10.0-beta.1 (2025-02-11)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up Account SAS version to `2025-05-05`.
## 12.9.0 (2024-11-12)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.9.0",
"version-semver": "12.10.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,19 @@
# Release History
## 12.13.0-beta.1 (Unreleased)
## 12.13.0-beta.1 (2025-02-11)
### Features Added
- Bumped up API version to `2025-05-05`.
- Added support for NFS over REST.
### Breaking Changes
### Bugs Fixed
### Other Changes
- The following APIs no longer send the `x-ms-file-permission-key`, `x-ms-file-attributes`, `x-ms-file-creation-time`, and `x-ms-file-last-write-time` request headers by default. These headers have been optional in the REST API since x-ms-version `2021-06-08`:
- `ShareFileClient::Create()`
- `ShareFileClient::SetProperties()`
- `ShareDirectoryClient::Create()`
- `ShareDirectoryClient::SetProperties()`
## 12.12.0 (2024-11-12)

View File

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