Skip to content

Commit 6cae0c7

Browse files
authored
Storage November Release (Azure#5096)
* Storage November Release * update queue version
1 parent 682851f commit 6cae0c7

File tree

20 files changed

+34
-53
lines changed

20 files changed

+34
-53
lines changed

cmake-modules/FolderList.cmake

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ macro(GetFolderList project)
1818
elseif(${project} STREQUAL STORAGE_COMMON)
1919
DownloadDepVersion(sdk/core azure-core 1.10.3)
2020
elseif(${project} STREQUAL STORAGE_BLOBS)
21-
DownloadDepVersion(sdk/core azure-core 1.9.0)
22-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
21+
DownloadDepVersion(sdk/core azure-core 1.10.3)
22+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
2323
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
24-
DownloadDepVersion(sdk/core azure-core 1.9.0)
25-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
26-
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.9.0)
24+
DownloadDepVersion(sdk/core azure-core 1.10.3)
25+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
26+
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.10.0)
2727
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
28-
DownloadDepVersion(sdk/core azure-core 1.9.0)
29-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
28+
DownloadDepVersion(sdk/core azure-core 1.10.3)
29+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
3030
elseif(${project} STREQUAL STORAGE_QUEUES)
31-
DownloadDepVersion(sdk/core azure-core 1.9.0)
32-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.4.0)
31+
DownloadDepVersion(sdk/core azure-core 1.10.3)
32+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
3333
elseif(${project} STREQUAL EVENTHUBS)
3434
DownloadDepVersion(sdk/core azure-core 1.10.1)
3535
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)

sdk/storage/azure-storage-blobs/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.10.0-beta.2 (Unreleased)
3+
## 12.10.0 (2023-11-07)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Features in `12.10.0-beta.1` are now generally available.
128

139
## 12.10.0-beta.1 (2023-10-17)
1410

sdk/storage/azure-storage-blobs/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
1212
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 10
1313
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14-
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
14+
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
1515

1616
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"name": "azure-storage-common-cpp",
1717
"default-features": false,
18-
"version>=": "12.4.0"
18+
"version>=": "12.5.0"
1919
},
2020
{
2121
"name": "vcpkg-cmake",

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.2 (Unreleased)
3+
## 12.5.0 (2023-11-07)
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.5.0-beta.1 (2023-10-17)
1410

sdk/storage/azure-storage-common/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
1414
#define AZURE_STORAGE_COMMON_VERSION_MINOR 5
1515
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
16-
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2"
16+
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
1717

1818
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)

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.5.0-beta.1",
3+
"version-semver": "12.5.0",
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-datalake/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.9.0-beta.2 (Unreleased)
3+
## 12.9.0 (2023-11-07)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Features in `12.9.0-beta.1` are now generally available.
128

139
## 12.9.0-beta.1 (2023-10-17)
1410

sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
1212
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 9
1313
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
14-
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
14+
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""
1515

1616
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \

0 commit comments

Comments
 (0)