keyvault changelog and version update (#2575)
This commit is contained in:
parent
eabfb523d9
commit
480f867cec
@ -1,18 +1,12 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
## 4.0.0 (2021-07-08)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Removed `SHA256`, `SHA384`, and `SHA512` hashing classes by making them internal since the end user doesn't need them.
|
||||
- Renamed header `single_page.hpp` to `get_page_results_options.hpp`.
|
||||
|
||||
### Key Bugs Fixed
|
||||
|
||||
### Fixed
|
||||
|
||||
## 4.0.0-beta.3 (2021-06-08)
|
||||
|
||||
No breaking changes or new features added. Includes only implementation enhancements.
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE "beta.4"
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA(i) \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0-beta.4 (Unreleased)
|
||||
## 4.0.0 (2021-07-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -17,10 +17,6 @@
|
||||
- Removed `Decrypt(DecryptAlgorithm, std::vector, context)`.
|
||||
- Renamed header `list_keys_single_page_result.hpp` to `list_keys_result.hpp`.
|
||||
|
||||
### Key Bugs Fixed
|
||||
|
||||
### Fixed
|
||||
|
||||
## 4.0.0-beta.3 (2021-06-08)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.4"
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user