Key Vault January Releases (#5241)

* Key Vault January Releases

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-01-16 13:09:48 -08:00 committed by GitHub
parent 0f73c3958c
commit 68644be709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 35 deletions

View File

@ -1,17 +1,11 @@
# Release History
## 4.0.0-beta.4 (Unreleased)
### Features Added
### Breaking Changes
## 4.0.0-beta.4 (2024-01-16)
### Bugs Fixed
- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.
### Other Changes
## 4.0.0-beta.3 (2023-04-11)
### Features Added

View File

@ -1,17 +1,11 @@
# Release History
## 4.3.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 4.2.1 (2024-01-16)
### Bugs Fixed
- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.
### Other Changes
## 4.2.0 (2023-05-09)
### Features Added

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MINOR 3
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE "beta.1"
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MINOR 2
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PATCH 1
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE ""
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA(i) \

View File

@ -1,10 +1,6 @@
# Release History
## 4.5.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 4.4.1 (2024-01-16)
### Bugs Fixed

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 5
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.1"
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 1
#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) \

View File

@ -1,17 +1,11 @@
# Release History
## 4.3.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 4.2.1 (2024-01-16)
### Bugs Fixed
- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.
### Other Changes
## 4.2.0 (2023-05-09)
### Features Added

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 3
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.1"
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 2
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 1
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE ""
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA(i) \