Skip to content

v3.35.0

Compare
Choose a tag to compare
@derek-globus derek-globus released this 29 Jan 20:03
· 421 commits to main since this release
3.35.0

Added

  • Added a session_required_mfa parameter to the AuthorizationParameterInfo error info object and oauth2_get_authorize_url method (#939)

Changed

  • The argument specification for AuthClient.create_policy was incorrect.
    The corrected method will emit deprecation warnings if called with positional arguments, as the corrected version uses keyword-only arguments. (#936)

Deprecated

  • TransferClient.operation_symlink is now officially deprecated and will emit a RemovedInV4Warning if used. (#942)

Fixed

  • Included documentation in AuthorizationParameterInfo for session_required_policies (#939)