v3.43.0
Added
- The
TransferClient.task_list
method now supportsorderby
as a
parameter. (#1011)
Changed
-
The
SQLiteTokenStorage
component inglobus_sdk.experimental
has been
changed in several ways to improve its interface. (#1004)-
:memory:
is no longer accepted as a database name. Attempts to use it
will trigger errors directing users to useMemoryTokenStorage
instead. -
Parent directories for a target file are automatically created, and this
behavior is inherited from theFileTokenStorage
base class. (This was
previously a feature only of theJSONTokenStorage
.) -
The
config_storage
table has been removed from the generated database
schema, the schema version number has been incremented to2
, and
methods and parameters related to manipulation ofconfig_storage
have
been removed.
-
Documentation
-
Added a new experimental "Updated Examples" section which rewrites and reorders
many examples to aid in discovery. (#1008) -
GlobusApp
,UserApp
, andClientApp
class reference docs. (#1013) -
Added a narrative example titled
Using a GlobusApp
detailing the basics of
constructing and using a GlobusApp. (#1013) -
Remove unwritten example updates from toctree. (#1014)