Skip to content

Releases: globus/globus-sdk-python

v1.0.0

10 Apr 16:03
1.0.0

Choose a tag to compare

  • Adds AuthAPIError with more flexible error payload handling. (#175)

v0.7.2

05 Apr 21:32
0.7.2

Choose a tag to compare

  • Add AuthClient.validate_token (#172)
  • Bugfix for on_refresh users of RefreshTokenAuthorizer and ClientCredentialsAuthorizer (#173)

v0.7.1

03 Apr 18:58
0.7.1

Choose a tag to compare

  • Remove deprecated oauth2_start_flow_* methods (#170)
  • Add the ClientCredentialsAuthorizer (#164)
  • Add jwt extra install target. pip install "globus_sdk[jwt]" installs python-jose (#169)

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)