v3.16.0
-
Fix the Timer code example (#672)
-
New documentation examples for Transfer Task submission in the presence of
ConsentRequired
errors (#673) -
Improved GCS Collection datatype detection to support
collection#1.6.0
andcollection#1.7.0
documents (#675)-
guest_auth_policy_id
is now supported onMappedCollectionDcoument
-
user_message
strings over 64 characters are now supported
-
-
Allow UUID values for the
client_id
parameter toAuthClient
and its subclasses (#676) -
The
session_required_policies
attribute ofAuthorizationInfo
is now parsed as a list of strings when present, andNone
when absent. (#678) -
globus_sdk.ArrayResponse
andglobus_sdk.IterableResponse
are now available as names. Previously, these were only importable fromglobus_sdk.response
(#680) -
ArrayResponse
andIterableResponse
have better error behaviors when the API data does not match their expected types (#680)