Identity 1.1.0 GA release (#2719)
* Identity 1.1.0 GA release * Reiterate over all changes since last GA Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
abdfcaeb94
commit
3e0088bc34
@ -1,15 +1,14 @@
|
||||
# Release History
|
||||
|
||||
## 1.1.0-beta.2 (Unreleased)
|
||||
## 1.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Added `ManagedIdentityCredential`.
|
||||
|
||||
### Bugs Fixed
|
||||
- Fixed `ManagedIdentityCredential` authentication on an Azure VM when using WinHTTP transport adapter.
|
||||
|
||||
### Other Changes
|
||||
- Fixed minor memory leak when obtaining a token.
|
||||
|
||||
## 1.1.0-beta.1 (2021-07-02)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 1
|
||||
#define AZURE_IDENTITY_VERSION_PATCH 0
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.2"
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user