storage 12.1.0 release (#2714)
* storage 12.1.0 release * a * Apply suggestions from code review Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
parent
0c041c9bfa
commit
d65724b6dc
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.1 (Unreleased)
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 1
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.1 (Unreleased)
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -8,8 +8,16 @@
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Avoid time domain casting exception during request cancellation. (A community contribution, courtesy of _[johnwheffner](https://github.com/johnwheffner)_)
|
||||
|
||||
### Other Changes
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:
|
||||
|
||||
- John Heffner _([GitHub](https://github.com/johnwheffner))_
|
||||
|
||||
## 12.0.1 (2021-07-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 1
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.1 (Unreleased)
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 1
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.1.0-beta.1 (Unreleased)
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 1
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
|
||||
|
||||
#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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user