Skip to content

Releases: globus/globus-sdk-python

v0.7.0

30 Mar 21:46
0.7.0

Choose a tag to compare

  • Make OAuthTokenResponse.decode_id_token() respect ssl_verify=no configuration (#161)
  • Remove all properties of OAuthTokenResponse other than by_resource_server (#162)

v0.6.0

21 Mar 14:57
0.6.0

Choose a tag to compare

  • Opt out of the Globus Auth behavior where a GET of an identity username will provision that identity. (#145)
  • Fixup OAuth2 PKCE to be spec-compliant. (#154)
  • Wrap some requests network-related errors in custom exceptions. (#155)
  • Add deadline support to TransferData and DeleteData. (#159)

v0.5.1

25 Feb 16:46

Choose a tag to compare

  • Add support for the prefill_named_grant option to the Native App authorization flow (#143)
  • Unicode string improvements (#129)
  • Better handle unexpected error payloads (#135)