* **User metadata** can now be added using the create and update user endpoints. User responses now include any added metadata. See [docs](https://stytch.com/docs/api/create-user) for more details.
5.13.0
New Features
* OAuth authenticate as well as API responses that return the full user now come with an `oauth_user_registration_id` that can be used to call the new delete endpoint - see docs for details.
5.12.0
New Features
* Adds user_id, session_token, and session_jwt parameters to MagicLink email send, OTP email/sms/whatsapp send endpoints to be able to attach the email/phone number to an existing user. Also adds session token/jwt to crypto authenticate start.
5.11.2
Fixes
* Expand typing-extensions requirement to include v4 (87)
5.11.1
Fixes
* Restore support for Python <3.8 (85)
5.11.0
New Features
* Added support for DeleteUserBiometricRegistration endpoint