Skip to content

Releases: auth0/Auth0.Android

4.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:42
6208c76

💡 Check the Migration Guide to understand the changes required to migrate your application to v4.

⚠️ BREAKING CHANGES

  • 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 useDPoP method in the WebAuthProvider class to the login builder class #914 (pmathew92)
  • breaking: Removed the PasskeyProvider and the PasskeyManager class #909 (pmathew92)
  • breaking : Remove redundant constructors from SecureCredentialsManager #961 (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.21.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:18
68202cb

Added

Fixed

  • fix: MFAClient getAuthenticators filtering based on Authenticator.type field #998 (utkrishtsahu)

3.20.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 04:55
aa6581c

Added

3.19.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 09:52
9ad8fe6

Added

  • feat: CTE delegation and impersonation support #975 (pmathew92)

Fixed

  • fix : Handling DPoP enabled WebAuth flow after process death #977 (pmathew92)

3.18.0

Choose a tag to compare

@github-actions github-actions released this 26 May 07:04
4be6b4c

Added

  • feat : Add support to pass type parameter to the MyAccount list authentication method API #974 (pmathew92)

Fixed

  • fix : Guard against all uncaught exception in the serial executor block #970 (pmathew92)

3.17.0

Choose a tag to compare

@github-actions github-actions released this 21 May 03:27
459b834

Added

  • feat : Added additional properties support to passkeys signup API #969 (pmathew92)
  • feat :Add partial support for PAR auth flow #967 (pmathew92)

4.0.0-beta.1

4.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 May 09:07
3c11cd3

⚠️ BREAKING CHANGES

  • breaking : Remove redundant constructors from SecureCredentialsManager #961 (pmathew92)

Added

3.16.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 10:37
3b8cbf9

Added

  • feat : Add Partial Custom Tabs support (bottom sheet & side sheet) #954 (subhankarmaiti)

4.0.0-beta.0

4.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:56
db48189

⚠️ BREAKING CHANGES

  • 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 useDPoP method in the WebAuthProvider class 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

Choose a tag to compare

@github-actions github-actions released this 15 Apr 07:26
b38b374

Added

  • feat: Add three new DPoP errors to CredentialsManagerException #949 (pmathew92)

Changed

  • refactor : Made the updateAuthenticationMethodById public #948 (pmathew92)

Fixed

  • refactor : Handling more exceptions scenario in DPoP key generation #943 (pmathew92)