Skip to content

Commit 3b50a66

Browse files
authored
Updates changelog (#2076)
Adds changelog entry for token latency fix.
1 parent 4cb8c9a commit 3b50a66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
- `getSession(boolean launchWebUIIfExpired)` has been refactored to `getSessionWithoutWebUI()`. It will get session
1616
information if the refresh token is still valid, otherwise will throw an exception indicating the user must sign in
1717
again.
18+
19+
### Bug Fixes
20+
- aws-android-sdk-mobile-client:
21+
- `getTokens()` was making a network call every time it was used, negating any benefit of cached tokens. Removed
22+
the unnecessary network call so it now correctly returns cached tokens when available with no network call (Issue #1722)
1823

1924
## [Release 2.17.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.0)
2025

0 commit comments

Comments
 (0)