Update to new versions (#6403)
This commit is contained in:
parent
ac2c03cce9
commit
be2241d86c
@ -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)
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user