Skip to content

v3.55.0

Compare
Choose a tag to compare
@sirosen sirosen released this 18 Apr 15:37
· 115 commits to main since this release
3.55.0
b0b14b8

Added

  • FlowsClient.create_flow and FlowsClient.update_flow now support run_managers and run_monitors. (#1164)

  • SpecificFlowClient.run_flow() now supports activity_notification_policy as an argument, allowing users to select when their run will notify them. A new helper, RunActivityNotificationPolicy, makes construction of valid policies easier. (#1167)

Changed

  • The initialization of a client with a GlobusApp has been improved and is now available under the public attach_globus_app method on client classes. Attaching an app is only valid for clients which were initialized without an app or authorizer. (#1137)

  • When a GlobusApp is used with a client, that client's app_scopes attribute will now always be populated with the scopes that it passed back to the app. (#1137)