v3.30.0
Added
-
TransferClient.operation_ls
now supports thelimit
andoffset
parameters (#868) -
A new sentinel value,
globus_sdk.MISSING
, has been introduced.
It is used for method calls which need to distinguish missing parameters from an explicitNone
used to signifynull
(#885)globus_sdk.MISSING
is now supported in payload data for all methods, and will be automatically removed from the payload before sending to the server
Changed
GroupPolicies
objects now treat an explicit instantiation withhigh_assurance_timeout=None
as setting the timeout tonull
(#885)