Releases: Azure/msrestazure-for-python
v0.6.4
v0.6.3
2020-03-17 Version 0.6.3
Bugfix
- Unable to raise exception if JSON body contains UTF-8 characters #144
- Prepare old poller implementation to Python 3.9 #138
Features
- Add Microsoft Graph to Cloud environment #142
Thanks to @psignoret and @tirkarthi for his contribution
v0.6.2
v0.6.1
v0.6.0
2018-12-17 Version 0.6.0
Features
- Implementation of LRO async, based on msrest 0.6.x series (experimental)
Disclaimer
This version contains no direct breaking changes, but is bumped to 0.6.x since it requires a breaking change version of msrest.
Thanks to @gison93 for his documentation contribution
v0.5.1
v0.5.0
2018-08-02 Version 0.5.0
Features
- Implementation is now using ADAL and not request-oauthlib. This allows more AD scenarios (like federated) #94
- Add additionalInfo parsing for CloudError #102
Breaking changes
These breaking changes applies to ServicePrincipalCredentials, UserPassCredentials, AADTokenCredentials
-
Remove "auth_uri" attribute and parameter. This was unused.
-
Remove "state" attribute. This was unused.
-
Remove "client" attribute. This was exposed by mistake and should have been internal. No replacement is possible.
-
Remove "token_uri" attribute and parameter. Use "cloud_environment" and "tenant" to impact the login url now.
-
Remove token caching based on "keyring". Token caching should be implemented using ADAL now. This implies:
- Remove the "keyring" parameter
- Remove the "clear_cached_token" method
- Remove the "retrieve_session" method