Releases: stytchauth/stytch-android
0.18.0
What's Changed
- Adds new concrete error types for better developer experience
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.18.0
0.17.0
What's Changed
- Adds a new initialization state callback and flow for managing when the Stytch SDK has been fully configured and bootstrapped
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.17.0
0.16.0
What's Changed
- Adds Passkey support
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.16.0
0.15.0
What's Changed
- Updates the GetTelemetryID call to pass an object with the platform
- Adds a top-level DFP object that exposes a getTelemetryId method that delegates to the existing DFPProvider
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.15.0
0.14.1
What's Changed
- Updates the response type for OTP Send methods to include
method_id
in #95
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.14.1
0.14.0
What's Changed
- Adds DFP Protected Auth in #94
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.14.0
0.13.3
What's Changed
- Include sessionDurationMinutes to extend a session when reseting a password by session
- Ensure the session updater runs when resetting a password by session
- Include a check/fix to handle potentially invalid local session tokens (introduced in 0.13.2)
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.13.3
0.13.2
What's Changed
- Adds Password Reset By Session to Consumer API in #87
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.13.2
0.13.1
What's Changed
- Adds Yahoo as a supported OAuth provider in #80
- Fixes incorrect parameter mapping for session custom claims in #86
Full Changelog: https://github.com/stytchauth/stytch-android/commits/0.13.1
0.13.0
What's Changed
targetSDK
bumped to 33 in stytchauth/stytch-java#74- SDK name changed from
stytch-kotlin
tostytch-android
in stytchauth/stytch-java#76 - Added
user.update()
method for updating user name and untrusted metadata in stytchauth/stytch-java#77 - Condense and simplify biometric availability checks in #78
Full Changelog: https://github.com/stytchauth/stytch-kotlin/commits/0.13.0