v3.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
andGlobusAPIError
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 oftext
-
GlobusHTTPResponse
andGlobusAPIError
have both gained a new property,binary_content
, which returns the unencoded response data as bytes
-