-
Notifications
You must be signed in to change notification settings - Fork 173
Releases: auth0/Auth0.Android
Releases · auth0/Auth0.Android
3.19.0
@github-actions
github-actions
9ad8fe6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
3.18.0
@github-actions
github-actions
4be6b4c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.17.0
@github-actions
github-actions
459b834
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.0.0-beta.1
@github-actions
github-actions
3c11cd3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.0.0-beta.1
Pre-release
Pre-release
Assets 2
3.16.0
@github-actions
github-actions
3b8cbf9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- feat : Add Partial Custom Tabs support (bottom sheet & side sheet) #954 (subhankarmaiti)
Assets 2
4.0.0-beta.0
@github-actions
github-actions
db48189
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.0.0-beta.0
Pre-release
Pre-release
- 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)
Assets 2
3.15.0
@github-actions
github-actions
b38b374
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
3.14.0
@github-actions
github-actions
10478a7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)
Assets 2
3.13.0
@github-actions
github-actions
feb44d9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- Expanding Flexible Factors Grant Android Support #896 (utkrishtsahu)
- fix: Prevent DPoP replay protection error due to OkHttp retry #902 (pmathew92)
Assets 2
3.12.2
@github-actions
github-actions
0badec7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And... #834 (utkrishtsahu)
- refactor: Replace synchronized block with AtomicReference for DPoP nonce management #895 (pmathew92)