Skip to content

3.0.0

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 30 Oct 00:44
· 23 commits to main since this release
4809c39

Version 3.0.0

Breaking Changes

  1. Action Code Deprecation in validate_challenge (#27):
    The action_code field has been deprecated in favor of the action field in the validate_challenge response. If your integration relies on action_code, please update it to use action instead.

  2. Renamed delete_user_authenticator to delete_authenticator (#25):
    The delete_user_authenticator method has been renamed to delete_authenticator. Ensure any calls to delete authenticators are updated, as the previous method name is no longer recognized.

Other Changes

  • Centralized Error Handling (#28):
    Error handling has been centralized to streamline and standardize responses across different parts of the application. This change improves consistency in error responses.

  • Omit Null Values in Requests by Default (#26):
    Requests now omit null values by default to align more closely with the behavior of our other SDKs. This adjustment enhances consistency across our ecosystem.