Skip to content

Commit 30c682b

Browse files
authored
Storage June Release (#6635)
1 parent 2326ca6 commit 30c682b

File tree

14 files changed

+21
-20
lines changed

14 files changed

+21
-20
lines changed

cmake-modules/FolderList.cmake

Lines changed: 5 additions & 5 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.14.1)
2020
elseif(${project} STREQUAL STORAGE_BLOBS)
21-
DownloadDepVersion(sdk/core azure-core 1.13.0)
22-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
21+
DownloadDepVersion(sdk/core azure-core 1.14.1)
22+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
2323
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
2424
DownloadDepVersion(sdk/core azure-core 1.13.0)
2525
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
2626
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.13.0)
2727
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
2828
DownloadDepVersion(sdk/core azure-core 1.14.1)
29-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.9.0)
29+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
3030
elseif(${project} STREQUAL STORAGE_QUEUES)
31-
DownloadDepVersion(sdk/core azure-core 1.13.0)
32-
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.8.0)
31+
DownloadDepVersion(sdk/core azure-core 1.14.1)
32+
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.10.0)
3333
elseif(${project} STREQUAL DATA_TABLES)
3434
DownloadDepVersion(sdk/core azure-core 1.11.3)
3535
elseif(${project} STREQUAL EVENTHUBS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.15.0-beta.1 (2025-06-11)
3+
## 12.15.0-beta.1 (2025-06-24)
44

55
### Features Added
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#pragma once
1010

1111
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
12-
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 14
12+
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 15
1313
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14-
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
14+
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
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/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"name": "azure-storage-common-cpp",
2020
"default-features": false,
21-
"version>=": "12.8.0"
21+
"version>=": "12.10.0"
2222
},
2323
{
2424
"name": "vcpkg-cmake",

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

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

3-
## 12.12.0-beta.1 (2025-06-11)
3+
## 12.11.0-beta.1 (2025-06-24)
44

55
### Features Added
66

77
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
8+
- Bumped up Account SAS version to `2025-07-05`.
89

910
### Other Changes
1011

sdk/storage/azure-storage-common/src/account_sas_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Azure { namespace Storage { namespace Sas {
1111
namespace {
12-
constexpr static const char* SasVersion = "2025-05-05";
12+
constexpr static const char* SasVersion = "2025-07-05";
1313
}
1414

1515
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)

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.10.0",
3+
"version-semver": "99.99.999",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.13.0-beta.1 (2025-06-11)
3+
## 12.13.0-beta.1 (2025-06-24)
44

55
### Features Added
66

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.12.0",
3+
"version-semver": "99.99.999",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.15.0-beta.1 (2025-06-11)
3+
## 12.15.0-beta.1 (2025-06-24)
44

55
### Features Added
66

0 commit comments

Comments
 (0)