v4.0.0b2
Pre-release
Pre-release
Added
- On Python 3.11+, the SDK will populate the
__notes__of API errors with a message containing the full body of the error response.
__notes__is part of the default presentation of a traceback. (#1299)
Removed
-
The following methods and parameters, which were deprecated in globus-sdk v3, have been removed (#1309):
- The
skip_activation_checkparameter forTransferDataandDeleteData. - The
recursive_symlinksparameter forTransferData. - The
add_symlink_itemmethod ofTransferData.
- The
Changed
- Passing non-
Scopetypes toScope.with_dependencyandScope.with_dependenciesnow raises aTypeError. Previously, this was allowed at runtime but created an invalidScopeobject. (#1300)