Skip to content

Commit 6b66a9d

Browse files
authored
Storage October release (Azure#5038)
* Storage October release * fix spell * update release date * update changelog
1 parent 4f8eca9 commit 6b66a9d

File tree

12 files changed

+21
-37
lines changed

12 files changed

+21
-37
lines changed

cmake-modules/FolderList.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ macro(GetFolderList project)
1616
DownloadDepVersion(sdk/core azure-core 1.5.0)
1717
DownloadDepVersion(sdk/identity azure-identity 1.1.0)
1818
elseif(${project} STREQUAL STORAGE_COMMON)
19-
DownloadDepVersion(sdk/core azure-core 1.9.0)
19+
DownloadDepVersion(sdk/core azure-core 1.10.3)
2020
elseif(${project} STREQUAL STORAGE_BLOBS)
2121
DownloadDepVersion(sdk/core azure-core 1.9.0)
2222
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)

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

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

3-
## 12.10.0-beta.1 (Unreleased)
3+
## 12.10.0-beta.1 (2023-10-17)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added new extendable enum `BlobAudience`
8+
- Added new field `Audience` in `BlobClientOptions`
129

1310
## 12.9.0 (2023-09-12)
1411

sdk/storage/azure-storage-blobs/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-blobs-cpp",
3-
"version-semver": "12.9.0",
3+
"version-semver": "12.10.0-beta.1",
44
"description": [
55
"Microsoft Azure Storage Blobs SDK for C++",
66
"This library provides Azure Storage Blobs SDK."

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

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

3-
## 12.5.0-beta.1 (Unreleased)
3+
## 12.5.0-beta.1 (2023-10-17)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- No public changes in this release.
128

139
## 12.4.0 (2023-09-12)
1410

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.4.0",
3+
"version-semver": "12.5.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-common/vcpkg/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"name": "azure-core-cpp",
1616
"default-features": false,
17-
"version>=": "1.9.0"
17+
"version>=": "1.10.3"
1818
},
1919
{
2020
"name": "libxml2",

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

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

3-
## 12.9.0-beta.1 (Unreleased)
3+
## 12.9.0-beta.1 (2023-10-17)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added new extendable enum `DataLakeAudience`
8+
- Added new field `Audience` in `DataLakeClientOptions`
129

1310
## 12.8.0 (2023-09-12)
1411

sdk/storage/azure-storage-files-datalake/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-datalake-cpp",
3-
"version-semver": "12.8.0",
3+
"version-semver": "12.9.0-beta.1",
44
"description": [
55
"Microsoft Azure Storage Files Data Lake SDK for C++",
66
"This library provides Azure Storage Files Data Lake SDK."

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

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

3-
## 12.8.0-beta.1 (Unreleased)
3+
## 12.8.0-beta.1 (2023-10-17)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added new extendable enum `ShareAudience`
8+
- Added new field `Audience` in `ShareClientOptions`
129

1310
## 12.7.0 (2023-09-12)
1411

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.7.0",
3+
"version-semver": "12.8.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)