Skip to content

v3.19.0

Compare
Choose a tag to compare
@sirosen sirosen released this 14 Apr 15:50
· 573 commits to main since this release
3.19.0
  • Added FlowsClient.update_flow(...) (#710)

  • Support passing "include" as a transfer filter_rule method (#712)

  • Documentation for client methods has been improved to more consistently format and display examples and other information (#714)

  • The return type of AuthClient.get_identities is now correctly annotated as an iterable type, globus_sdk.GetIdentitiesResponse (#716)

  • Make the request-like interface for response objects and errors more uniform. (#715)

    • Both GlobusHTTPResponse and GlobusAPIError are updated to ensure that they have the following properties in common: http_status, http_reason, headers, content_type, text

    • GlobusAPIError.raw_text is deprecated in favor of text

    • GlobusHTTPResponse and GlobusAPIError have both gained a new property, binary_content, which returns the unencoded response data as bytes