keyvault changelog and version update (#2575)

This commit is contained in:
Victor Vazquez 2021-07-08 18:46:38 -05:00 committed by GitHub
parent eabfb523d9
commit 480f867cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 14 deletions

View File

@ -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.

View File

@ -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) \

View File

@ -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

View File

@ -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) \