Skip to content

v3.16.0

Compare
Choose a tag to compare
@sirosen sirosen released this 07 Feb 18:48
· 928 commits to main since this release
3.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 and collection#1.7.0 documents (#675)

    • guest_auth_policy_id is now supported on MappedCollectionDcoument

    • user_message strings over 64 characters are now supported

  • Allow UUID values for the client_id parameter to AuthClient and its subclasses (#676)

  • The session_required_policies attribute of AuthorizationInfo is now parsed as a list of strings when present, and None when absent. (#678)

  • globus_sdk.ArrayResponse and globus_sdk.IterableResponse are now available as names. Previously, these were only importable from globus_sdk.response (#680)

  • ArrayResponse and IterableResponse have better error behaviors when the API data does not match their expected types (#680)