Storage August Release (#5886)
* Update to Aug version * Update change log * Update change log
This commit is contained in:
Родитель
999709ab98
Коммит
da1f9ddf3b
|
@ -1,12 +1,10 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.13.0-beta.1 (Unreleased)
|
## 12.13.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Added ability to retrieve SAS string to sign for debugging purposes.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage-blobs-cpp",
|
"name": "azure-storage-blobs-cpp",
|
||||||
"version-semver": "12.12.0",
|
"version-semver": "12.13.0-beta.1",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Blobs SDK for C++",
|
"Microsoft Azure Storage Blobs SDK for C++",
|
||||||
"This library provides Azure Storage Blobs SDK."
|
"This library provides Azure Storage Blobs SDK."
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.8.0-beta.1 (Unreleased)
|
## 12.8.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Bumped up Account SAS version to `2024-11-04`.
|
||||||
|
- Added ability to retrieve SAS string to sign for debugging purposes.
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace Azure { namespace Storage { namespace Sas {
|
namespace Azure { namespace Storage { namespace Sas {
|
||||||
namespace {
|
namespace {
|
||||||
constexpr static const char* SasVersion = "2024-08-04";
|
constexpr static const char* SasVersion = "2024-11-04";
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)
|
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.12.0-beta.1 (Unreleased)
|
## 12.12.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Added ability to retrieve SAS string to sign for debugging purposes.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.11.0 (2024-07-16)
|
## 12.11.0 (2024-07-16)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage-files-datalake-cpp",
|
"name": "azure-storage-files-datalake-cpp",
|
||||||
"version-semver": "12.11.0",
|
"version-semver": "12.12.0-beta.1",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||||
"This library provides Azure Storage Files Data Lake SDK."
|
"This library provides Azure Storage Files Data Lake SDK."
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.11.0-beta.1 (Unreleased)
|
## 12.11.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Bumped up API version to `2024-11-04`.
|
||||||
|
- Added support for token-based authentication for all APIs.
|
||||||
### Bugs Fixed
|
- Added support for paid bursting on premium file share accounts.
|
||||||
|
- Added support for binary format for file permissions.
|
||||||
### Other Changes
|
- Added ability to retrieve SAS string to sign for debugging purposes.
|
||||||
|
|
||||||
## 12.10.0 (2024-07-16)
|
## 12.10.0 (2024-07-16)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage-files-shares-cpp",
|
"name": "azure-storage-files-shares-cpp",
|
||||||
"version-semver": "12.10.0",
|
"version-semver": "12.11.0-beta.1",
|
||||||
"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."
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 12.4.0-beta.1 (Unreleased)
|
## 12.4.0-beta.1 (2024-08-07)
|
||||||
|
|
||||||
### Features Added
|
### Features Added
|
||||||
|
|
||||||
### Breaking Changes
|
- Added ability to retrieve SAS string to sign for debugging purposes.
|
||||||
|
|
||||||
### Bugs Fixed
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
## 12.3.0 (2024-07-16)
|
## 12.3.0 (2024-07-16)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage-queues-cpp",
|
"name": "azure-storage-queues-cpp",
|
||||||
"version-semver": "12.3.0",
|
"version-semver": "12.4.0-beta.1",
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Storage Queues SDK for C++",
|
"Microsoft Azure Storage Queues SDK for C++",
|
||||||
"This library provides Azure Storage Queues SDK."
|
"This library provides Azure Storage Queues SDK."
|
||||||
|
|
Загрузка…
Ссылка в новой задаче