Skip to content

4.0.0

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 25 Oct 02:48
· 1 commit to main since this release
6fa5b4a

Release Notes

Enhancements

  • Omit null values by default in all API requests: Updated the API to automatically exclude null values from requests to ensure consistency with Authsignal's other SDKs.

Breaking Changes

  • Rename delete_user_authenticator to delete_authenticator: Renamed the delete_user_authenticator method to delete_authenticator across the codebase to maintain a consistent naming convention for related functions. This change will break existing integrations if they are referencing the old method name. Please update your codebase to use the new method name.