Commit da1f9dd 1 parent 999709a commit da1f9dd Copy full SHA for da1f9dd
File tree 10 files changed +20
-31
lines changed
azure-storage-files-datalake
azure-storage-files-shares
10 files changed +20
-31
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.13.0-beta.1 (Unreleased )
3
+ ## 12.13.0-beta.1 (2024-08-07 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
7
+ - Added ability to retrieve SAS string to sign for debugging purposes.
10
8
11
9
### Other Changes
12
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-storage-blobs-cpp" ,
3
- "version-semver" : " 12.12.0 " ,
3
+ "version-semver" : " 12.13.0-beta.1 " ,
4
4
"description" : [
5
5
" Microsoft Azure Storage Blobs SDK for C++" ,
6
6
" This library provides Azure Storage Blobs SDK."
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.8.0-beta.1 (Unreleased )
3
+ ## 12.8.0-beta.1 (2024-08-07 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
7
+ - Bumped up Account SAS version to ` 2024-11-04 ` .
8
+ - Added ability to retrieve SAS string to sign for debugging purposes.
10
9
11
10
### Other Changes
12
11
Original file line number Diff line number Diff line change 9
9
10
10
namespace Azure { namespace Storage { namespace Sas {
11
11
namespace {
12
- constexpr static const char * SasVersion = " 2024-08 -04" ;
12
+ constexpr static const char * SasVersion = " 2024-11 -04" ;
13
13
}
14
14
15
15
void AccountSasBuilder::SetPermissions (AccountSasPermissions permissions)
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.12.0-beta.1 (Unreleased )
3
+ ## 12.12.0-beta.1 (2024-08-07 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ - Added ability to retrieve SAS string to sign for debugging purposes.
12
8
13
9
## 12.11.0 (2024-07-16)
14
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-storage-files-datalake-cpp" ,
3
- "version-semver" : " 12.11.0 " ,
3
+ "version-semver" : " 12.12.0-beta.1 " ,
4
4
"description" : [
5
5
" Microsoft Azure Storage Files Data Lake SDK for C++" ,
6
6
" This library provides Azure Storage Files Data Lake SDK."
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.11.0-beta.1 (Unreleased )
3
+ ## 12.11.0-beta.1 (2024-08-07 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ - Bumped up API version to ` 2024-11-04 ` .
8
+ - Added support for token-based authentication for all APIs.
9
+ - Added support for paid bursting on premium file share accounts.
10
+ - Added support for binary format for file permissions.
11
+ - Added ability to retrieve SAS string to sign for debugging purposes.
12
12
13
13
## 12.10.0 (2024-07-16)
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-storage-files-shares-cpp" ,
3
- "version-semver" : " 12.10.0 " ,
3
+ "version-semver" : " 12.11.0-beta.1 " ,
4
4
"description" : [
5
5
" Microsoft Azure Storage Files Shares SDK for C++" ,
6
6
" This library provides Azure Storage Files Shares SDK."
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.4.0-beta.1 (Unreleased )
3
+ ## 12.4.0-beta.1 (2024-08-07 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ - Added ability to retrieve SAS string to sign for debugging purposes.
12
8
13
9
## 12.3.0 (2024-07-16)
14
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-storage-queues-cpp" ,
3
- "version-semver" : " 12.3.0 " ,
3
+ "version-semver" : " 12.4.0-beta.1 " ,
4
4
"description" : [
5
5
" Microsoft Azure Storage Queues SDK for C++" ,
6
6
" This library provides Azure Storage Queues SDK."
You can’t perform that action at this time.
0 commit comments