Conversation
There was a problem hiding this comment.
Pull request overview
Release housekeeping for v3.13.1, updating the published version references and documenting included changes (deprecations and fixes) for the Auth0.Android SDK.
Changes:
- Bump documented dependency version in README to
3.13.1. - Add
3.13.1entry toCHANGELOG.mdwith deprecations and fixes included in the release. - Update
.versionto3.13.1.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
README.md |
Updates Gradle install snippet to reference 3.13.1. |
CHANGELOG.md |
Adds release notes for 3.13.1 (deprecated APIs + fixes). |
.version |
Bumps repo version marker to 3.13.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - refactor : Deprecate the existing MFA APIs in `AuthenticationAPIClient` [\#932](https://github.com/auth0/Auth0.Android/pull/932) ([pmathew92](https://github.com/pmathew92)) | ||
| - refactor : Deprecated the UsersAPIClient [\#930](https://github.com/auth0/Auth0.Android/pull/930) ([pmathew92](https://github.com/pmathew92)) | ||
|
|
||
| **Fixed** | ||
| - fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash [\#924](https://github.com/auth0/Auth0.Android/pull/924) ([utkrishtsahu](https://github.com/utkrishtsahu)) | ||
| - fix : Added the missing user agent to MyAccount and MFAApiClient [\#926](https://github.com/auth0/Auth0.Android/pull/926) ([pmathew92](https://github.com/pmathew92)) |
There was a problem hiding this comment.
Changelog entries added in this release use inconsistent punctuation compared to the rest of the file (e.g., "refactor :" / "fix :" with a space before the colon). Please normalize these to match existing entries (e.g., "refactor:" and "fix:") for consistency and easier scanning.
| - refactor : Deprecate the existing MFA APIs in `AuthenticationAPIClient` [\#932](https://github.com/auth0/Auth0.Android/pull/932) ([pmathew92](https://github.com/pmathew92)) | |
| - refactor : Deprecated the UsersAPIClient [\#930](https://github.com/auth0/Auth0.Android/pull/930) ([pmathew92](https://github.com/pmathew92)) | |
| **Fixed** | |
| - fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash [\#924](https://github.com/auth0/Auth0.Android/pull/924) ([utkrishtsahu](https://github.com/utkrishtsahu)) | |
| - fix : Added the missing user agent to MyAccount and MFAApiClient [\#926](https://github.com/auth0/Auth0.Android/pull/926) ([pmathew92](https://github.com/pmathew92)) | |
| - refactor: Deprecate the existing MFA APIs in `AuthenticationAPIClient` [\#932](https://github.com/auth0/Auth0.Android/pull/932) ([pmathew92](https://github.com/pmathew92)) | |
| - refactor: Deprecated the UsersAPIClient [\#930](https://github.com/auth0/Auth0.Android/pull/930) ([pmathew92](https://github.com/pmathew92)) | |
| **Fixed** | |
| - fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash [\#924](https://github.com/auth0/Auth0.Android/pull/924) ([utkrishtsahu](https://github.com/utkrishtsahu)) | |
| - fix: Added the missing user agent to MyAccount and MFAApiClient [\#926](https://github.com/auth0/Auth0.Android/pull/926) ([pmathew92](https://github.com/pmathew92)) |
|
Closing this as it should be a minor release and not a patch since deprecations are involved |
Deprecated
AuthenticationAPIClient#932 (pmathew92)Fixed