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