Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Releases: Azure/msrestazure-for-python

v0.6.4

29 Jun 20:02
7986cdc
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

2020-06-29 Version 0.6.4

Bugfix

  • Unable to raise exception if JSON body contains UTF-8 characters on Python 2 #150

v0.6.3

17 Mar 22:43
698eb06
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

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

16 Sep 19:32
0a07586
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

2019-09-16 Version 0.6.2

Bugfix

  • Fix ARM error parsing if Type info is used #135

v0.6.1

10 Jun 15:37
0bbd1a4
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

2019-06-10 Version 0.6.1

Features

  • Add User Assigned identity support for WebApp/Functions #124
  • Add timeout parameter for MSI token, is used from a VM #131

Thanks to @noelbundick for his contribution

v0.6.0

17 Dec 22:33
35dc0e1
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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

01 Nov 16:34
b0ff648
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

2018-11-01 Version 0.5.1

Bugfixes

  • Fix CloudError if response and error message are provided at the same time #114
  • Fix LRO polling if last call is an empty Location (Autorest.Python 3.x only) #120

Features

  • Altered resource id parsing logic to allow for resource group IDs #117

v0.5.0

02 Aug 19:15
2ab56d8
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

v0.4.34

02 Jul 22:11
e347fc5
Compare
Choose a tag to compare
v0.4.34 Pre-release
Pre-release

2018-07-02 Version 0.4.34

Bugfixes

  • MSIAuthentication should initialize the token attribute on creation #106

v0.4.33

21 Jun 23:57
bc59bae
Compare
Choose a tag to compare
v0.4.33 Pre-release
Pre-release

2018-06-21 Version 0.4.33

Bugfixes

  • Fixes refreshToken in UserPassCredentials and AADTokenCredentials #103
  • Fix US government cloud definition #104

Thanks to mjcaley for his contribution

v0.4.32

13 Jun 21:59
dacea4a
Compare
Choose a tag to compare
v0.4.32 Pre-release
Pre-release

2018-06-13 Version 0.4.32

Features

  • Implement new LRO options of Autorest #101

Bug fixes

  • Reduce max MSI polling time for VM #100