Skip to content

v3.30.0

Compare
Choose a tag to compare
@sirosen sirosen released this 27 Oct 16:57
· 235 commits to main since this release
3.30.0

Added

  • TransferClient.operation_ls now supports the limit and offset 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 explicit None used to signify null (#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 with high_assurance_timeout=None as setting the timeout to null (#885)