Skip to content

Commit ad1c112

Browse files
Merge branch 'main' into fix/rl-wrapper-flag
2 parents 73d6dc1 + 692d4be commit ad1c112

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5033
-284
lines changed

.github/actions/rl-scanner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Install RL Wrapper
3434
shell: bash
3535
run: |
36-
pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
36+
pip install rl-wrapper --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python/simple"
3737
3838
- name: Run RL Scanner
3939
shell: bash

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929

3030
- run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon
3131

32-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
32+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.0
1+
3.13.0

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Change Log
22

3+
## [3.13.0](https://github.com/auth0/Auth0.Android/tree/3.13.0) (2026-02-06)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.2...3.13.0)
5+
6+
**Added**
7+
- Expanding Flexible Factors Grant Android Support [\#896](https://github.com/auth0/Auth0.Android/pull/896) ([utkrishtsahu](https://github.com/utkrishtsahu))
8+
- fix: Prevent DPoP replay protection error due to OkHttp retry [\#902](https://github.com/auth0/Auth0.Android/pull/902) ([pmathew92](https://github.com/pmathew92))
9+
10+
## [3.12.2](https://github.com/auth0/Auth0.Android/tree/3.12.2) (2026-01-23)
11+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.1...3.12.2)
12+
13+
**Added**
14+
- RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And… [\#834](https://github.com/auth0/Auth0.Android/pull/834) ([utkrishtsahu](https://github.com/utkrishtsahu))
15+
- refactor: Replace synchronized block with AtomicReference for DPoP nonce management [\#895](https://github.com/auth0/Auth0.Android/pull/895) ([pmathew92](https://github.com/pmathew92))
16+
17+
## [3.12.1](https://github.com/auth0/Auth0.Android/tree/3.12.1) (2026-01-07)
18+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.0...3.12.1)
19+
20+
**Deprecated**
21+
- refactor: Deprecated the PasskeyAuthProvider class [\#890](https://github.com/auth0/Auth0.Android/pull/890) ([pmathew92](https://github.com/pmathew92))
22+
23+
**Fixed**
24+
- fix: Fixing the memory leak introduced in the DPoP flow [\#891](https://github.com/auth0/Auth0.Android/pull/891) ([pmathew92](https://github.com/pmathew92))
25+
26+
## [3.12.0](https://github.com/auth0/Auth0.Android/tree/3.12.0) (2025-12-11)
27+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.11.0...3.12.0)
28+
29+
**Added**
30+
- feat: Add support for `organization` to custom token exchange [\#885](https://github.com/auth0/Auth0.Android/pull/885) ([pmathew92](https://github.com/pmathew92))
31+
32+
**Changed**
33+
- refactor: Updating MRRT token store logic [\#884](https://github.com/auth0/Auth0.Android/pull/884) ([pmathew92](https://github.com/pmathew92))
34+
335
## [3.11.0](https://github.com/auth0/Auth0.Android/tree/3.11.0) (2025-11-24)
436
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0)
537

0 commit comments

Comments
 (0)