3.0.0
Version 3.0.0
Breaking Changes
-
Action Code Deprecation in
validate_challenge
(#27):
Theaction_code
field has been deprecated in favor of theaction
field in thevalidate_challenge
response. If your integration relies onaction_code
, please update it to useaction
instead. -
Renamed
delete_user_authenticator
todelete_authenticator
(#25):
Thedelete_user_authenticator
method has been renamed todelete_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.