Skip to content

v3.26.0

Compare
Choose a tag to compare
@sirosen sirosen released this 07 Aug 20:52
· 649 commits to main since this release
3.26.0

Added

  • New components are introduced to the experimental subpackage. See the SDK Experimental documentation for more details.

    • Add tools which manipulate Globus Auth Requirements error data. globus_sdk.experimental.auth_requirements_error provides a data container class, GlobusAuthRequirementsError, and functions for converting and validating data against this shape. (#768)

    • Introduce an experimental Globus Auth scope parser in globus_sdk.experimental.scope_parser (#752)

Changed

  • The scopes class attribute of SpecificFlowClient is now specialized to ensure that type checkers will allow access to SpecificFlowClient scopes and resource_server values without casting. The value used is a specialized stub which raises useful errors when class-based access is performed. The scopes instance attribute is unchanged. (#793)