Skip to content

v3.56.0

Choose a tag to compare

@sirosen sirosen released this 05 May 15:56
3.56.0
18fd4bc

Added

  • Transport objects now provide a close() method for closing resources which
    belong to them, primarily the underlying session. (#1171)

  • Add activity_notification_policy to GuestCollectionDocument,
    associating it with GCS collection document version 1.14.0. (#1172)

  • FlowsClient.list_flows and FlowsClient.list_runs now support the
    filter_roles parameter to filter results by one or more roles. (#1174)

  • AuthLoginClient now supports a session_message when constructing an
    OAuth2 authorization URL. (#1179)

  • LoginFlowManager will now use a session_message present in the
    supplied GlobusAuthorizationParameters as part of the login flow. (#1179)

Changed

  • When parsing GAREs using to_gare and to_gares, the root document is
    now considered a possible location for a GARE when subdocument errors are
    present on a GlobusAPIError object. Previously, the root document would
    only be considered in the absence of subdocument errors. (#1173)

Deprecated

  • filter_role parameter for FlowsClient.list_flows is deprecated. Use
    filter_roles instead. (#1174)