Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azidentity] adding a changelog to azidentity #15240

Merged
2 commits merged into from
Aug 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 103 additions & 0 deletions sdk/azidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Release History
seankane-msft marked this conversation as resolved.
Show resolved Hide resolved


## v0.9.2
### Features Added
* Adding support for Service Fabric environment in `ManagedIdentityCredential`
* Adding an option for using a resource ID instead of client ID in `ManagedIdentityCredential`


## v0.9.1
### Features Added
* Add LICENSE.txt and bump version information


## v0.9.0
### Features Added
* Add support for authenticating in Azure Stack environments
* Enable user assigned identities for the IMDS scenario in `ManagedIdentityCredential`
* Add scope to resource conversion in `GetToken()` on `ManagedIdentityCredential`


## v0.8.0
### Features Added
* Updating documentation


## v0.7.1
### Features Added
* Adding port option to `InteractiveBrowserCredential`


## v0.7.0
### Features Added
* Add `redirectURI` parameter back to authentication code flow


## v0.6.1
### Features Added
* Updating query parameter in `ManagedIdentityCredential` and updating datetime string for parsing managed identity access tokens.


## v0.6.0
### Features Added
* Remove `RedirectURL` parameter from auth code flow to align with the MSAL implementation which relies on the native client redirect URL.


## v0.5.0
### Features Added
* Flattening credential options


## v0.4.3
### Features Added
* Adding Azure Arc support in `ManagedIdentityCredential`


## v0.4.2
### Features Added
* Typo fixes


## v0.4.1
### Features Added
* Ensure authority hosts are only HTTPs


## v0.4.0
### Features Added
* Adding options structs for credentials


## v0.3.0
### Features Added
* Update `DeviceCodeCredential` callback


## v0.2.2
### Features Added
* Add `AuthorizationCodeCredential`


## v0.2.1
### Features Added
* Add `InteractiveBrowserCredential`


## v0.2.0
### Features Added
* Refactor `azidentity` on top of `azcore` refactor
* Updated policies to conform to `azcore.Policy` interface changes.
* Updated non-retriable errors to conform to `azcore.NonRetriableError`.
* Fixed calls to `Request.SetBody()` to include content type.
* Switched endpoints to string types and removed extra parsing code.


## v0.1.1
### Features Added
* Add `AzureCLICredential` to `DefaultAzureCredential` chain


## v0.1.0
### Features Added
* Initial Release. Azure Identity library that provides Azure Active Directory token authentication support for the SDK.