Storage March Release (#6445)
This commit is contained in:
parent
7fe547bd3c
commit
e3ebf9c230
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.10.0-beta.2 (Unreleased)
|
## 12.10.0 (2025-03-11)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.10.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.10.0-beta.1 (2025-02-11)
|
## 12.10.0-beta.1 (2025-02-11)
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 10
|
#define AZURE_STORAGE_COMMON_VERSION_MINOR 10
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
|
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2"
|
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
|
||||||
|
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
|
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"version-semver": "12.10.0-beta.1",
|
"version-semver": "12.10.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Common Storage SDK for C++",
|
"Microsoft Azure Common Storage SDK for C++",
|
||||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||||
|
|||||||
@ -1,14 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.13.0-beta.2 (Unreleased)
|
## 12.13.0 (2025-03-11)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Features in `12.13.0-beta.1` are now generally available.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.13.0-beta.1 (2025-02-11)
|
## 12.13.0-beta.1 (2025-02-11)
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 13
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 13
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
|
||||||
|
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
|
||||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
|
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-files-shares-cpp",
|
"name": "azure-storage-files-shares-cpp",
|
||||||
"version-semver": "12.13.0-beta.1",
|
"version-semver": "12.13.0",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||||
"This library provides Azure Storage Files Shares SDK."
|
"This library provides Azure Storage Files Shares SDK."
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azure-storage-common-cpp",
|
"name": "azure-storage-common-cpp",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"version>=": "12.9.0"
|
"version>=": "12.10.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user