v3.56.0
Added
-
Transport objects now provide a
close()method for closing resources which
belong to them, primarily the underlying session. (#1171) -
Add
activity_notification_policyto GuestCollectionDocument,
associating it with GCS collection document version 1.14.0. (#1172) -
FlowsClient.list_flowsandFlowsClient.list_runsnow support the
filter_rolesparameter to filter results by one or more roles. (#1174) -
AuthLoginClientnow supports asession_messagewhen constructing an
OAuth2 authorization URL. (#1179) -
LoginFlowManagerwill now use asession_messagepresent in the
suppliedGlobusAuthorizationParametersas part of the login flow. (#1179)
Changed
- When parsing GAREs using
to_gareandto_gares, the root document is
now considered a possible location for a GARE when subdocument errors are
present on aGlobusAPIErrorobject. Previously, the root document would
only be considered in the absence of subdocument errors. (#1173)
Deprecated
filter_roleparameter forFlowsClient.list_flowsis deprecated. Use
filter_rolesinstead. (#1174)