- Fix refresh Token on `AADTokenCredentials` (was broken in 0.4.27) - Now `UserPasswordCredentials` correctly uses the refreshToken, and not user/password to refresh the session (was broken in 0.4.27) - Bring back `keyring`, with minimal dependency 12.0.2 that fixes the installation problem on old Python
0.4.28
0.4.27
Features
- Implements new features of msrest 0.4.28 on session improvement. See msrest ChangeLog for details.
0.4.26
Bugfixes
- IMDS/MSI: Retry on more error codes (87) - IMDS/MSI: fix a boundary case on timeout (86)
0.4.25
Features
- MSIAuthentication now uses IMDS endpoint if available - MSIAuthentication can be used in any environment that defines MSI_ENDPOINT env variable
0.4.24
Bugfix
- Fix parse_resource_id() tool to be case-insensitive to keywords when matching 81 - Add missing baseclass init call for AdalAuthentication 82