Skip to content

Commit 4fbdbf5

Browse files
authored
Storage October Release (#6090)
* storage october release * update * update
1 parent e1d9893 commit 4fbdbf5

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

sdk/storage/azure-storage-common/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 12.9.0-beta.1 (Unreleased)
3+
## 12.9.0-beta.1 (2024-10-15)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Bumped up Account SAS version to `2025-01-05`.
127

138
## 12.8.0 (2024-09-17)
149

sdk/storage/azure-storage-common/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-storage-common-cpp",
3-
"version-semver": "12.8.0",
3+
"version-semver": "12.9.0-beta.1",
44
"description": [
55
"Microsoft Azure Common Storage SDK for C++",
66
"This library provides common Azure Storage-related abstractions for Azure SDK."

sdk/storage/azure-storage-files-shares/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Release History
22

3-
## 12.12.0-beta.1 (Unreleased)
3+
## 12.12.0-beta.1 (2024-10-15)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Bumped up API version to `2025-01-05`.
8+
- Added support for the provisioned V2 billing model.
9+
- Added support for specifying the binary file permission format for `ShareFileClient::StartCopy()`.
1210

1311
## 12.11.0 (2024-09-17)
1412

sdk/storage/azure-storage-files-shares/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-storage-files-shares-cpp",
3-
"version-semver": "12.11.0",
3+
"version-semver": "12.12.0-beta.1",
44
"description": [
55
"Microsoft Azure Storage Files Shares SDK for C++",
66
"This library provides Azure Storage Files Shares SDK."

0 commit comments

Comments
 (0)