- Updates Project Setup, Modifying Code and Testing sections in the contributing guide - Fixed async execution of `send_telemetry` in init and `call_get_handshake_info` in session recipe implementation. - Fixed `Content-length` in FastAPI Response wrapper.
0.7.0
- Changes third party provider type to get client ID dynamically so that it can be changed based on user context.
0.6.7
- Adds delete email (`delete_email_for_user`) and phone number (`delete_phone_number_for_user`) functions for passwordless and thirdpartypasswordless recipe - Adds check for user type in update passwordless info in thirdpartypasswordless recipe
0.6.6
- Fixes issue in user metadata recipe where as are exposing async functions in the syncio file.
0.6.5
- Upgrade and freeze pyright version - Rename `compare_version` to `get_max_version` for readability - Add user metadata recipe