Added
-
Add
TimersClient.add_app_transfer_data_access_scope
forTimersClient
instances which are integrated withGlobusApp
. This method registers the
nested scope dependency for adata_access
requirement for a transfer
timer. (#1074) -
SearchQueryV1
is a new class for submitting complex queries replacing
the legacySearchQuery
class. A deprecation warning has been added to the
SearchQuery
class. (#1079) -
Created
ComputeClientV2
andComputeClientV3
classes to support Globus Compute
API versions 2 and 3, respectively. The canonicalComputeClient
is now a subclass
ofComputeClientV2
, preserving backward compatibility. (#1096) -
Added the
ComputeClientV3.submit()
,ComputeClientV2.submit()
,
ComputeClientV2.get_task()
,ComputeClientV2.get_task_batch()
,
andComputeClientV2.get_task_group()
methods. (#1094)
Changed
- Improved error messaging around EOF errors when prompting for code during a command
line login flow (#1093)
Deprecated
- Deprecated the
ComputeFunctionDocument
andComputeFunctionMetadata
classes.
This change reflects an early design adjustment to better align with the existing
Globus Compute SDK. (#1092)