Skip to content

v3.17.0

Compare
Choose a tag to compare
@sirosen sirosen released this 27 Feb 20:11
· 937 commits to main since this release
3.17.0
  • Remove support for python3.6 (#681)

  • Fix a typo in TransferClient.endpoint_manager_task_successful_transfers which prevented calls from being made correctly (#683)

  • Make MutableScope.scope_string a public instance attribute (was _scope_string) (#687)

  • MutableScope objects can now be used in the oauth2_start_flow and oauth2_client_credentials_tokens methods of AuthClient classes as part of requested_scopes (#689)

  • Globus Groups methods which required enums as arguments now also accept a variety of Literal strings in their annotations as well. This is coupled with changes to ensure that strings and enums are always serialized correctly in these cases. (#691)