Releases: auth0/Auth0.Android
Releases · auth0/Auth0.Android
3.20.0
Added
- feat: Added DPoP support for MFA APIs #992 (pmathew92)
- feat: enforce IPSIE session_expiry ceiling in credentials managers #983 (utkrishtsahu)
- feat : Added passwordless API for DB-Connections #989 (pmathew92)
Summary by CodeRabbit
-
New Features
- Added DPoP support for MFA-related APIs.
- Added enforcement for a maximum
session_expiryvalue. - Added a passwordless option for DB-Connections APIs.
-
Chores
- Updated the package version to 3.20.0 and refreshed the installation example to match.
3.19.0
Added
Fixed
Summary by CodeRabbit
-
New Features
- Added support for CTE delegation and impersonation
-
Bug Fixes
- Fixed DPoP enabled WebAuth flow handling after process death
3.18.0
3.17.0
4.0.0-beta.1
3.16.0
Added
- feat : Add Partial Custom Tabs support (bottom sheet & side sheet) #954 (subhankarmaiti)
4.0.0-beta.0
- Update the Min SDK version for the Auth0.Android SDK 26 #953 (utkrishtsahu)
- breaking: removed the deprecated MFA APIs #947 (pmathew92)
- breaking: Remove the Management API support #937 (pmathew92)
- breaking: Moved the
useDPoPmethod in theWebAuthProviderclass to the login builder class #914 (pmathew92) - breaking: Removed the PasskeyProvider and the PasskeyManager class #909 (pmathew92)
Added
- feat: Add clearAll() API to credentials manager #951 (pmathew92)
- feat: Add SSOCredentialsDeserializer for proper JSON deserialization of SSOCredentials #931 (pmathew92)
- feat: Add Storage.removeAll(), default minTTL of 60s #918 (utkrishtsahu)
- feat: Add support for ephemeral session for chrome custom tabs #916 (pmathew92)
Fixed
- fix: Handle configuration changes during WebAuth flow to prevent memory leak #941 (utkrishtsahu)
Changed
- refactor: Refactor DefaultClient from constructor-based to Builder pattern for configurable HTTP client options #910 (utkrishtsahu)
- update: Gradle AGP 8 upgrade #900 (pmathew92)
- update: Update dependencies #908 (utkrishtsahu)
3.15.0
3.14.0
Deprecated
- refactor : Deprecate the existing MFA APIs in
AuthenticationAPIClient#932 (pmathew92) - refactor : Deprecated the UsersAPIClient #930 (pmathew92)
Fixed
- fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash #924 (utkrishtsahu)
- fix : Added the missing user agent to MyAccount and MFAApiClient #926 (pmathew92)
3.13.0
Added
- Expanding Flexible Factors Grant Android Support #896 (utkrishtsahu)
- fix: Prevent DPoP replay protection error due to OkHttp retry #902 (pmathew92)