Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog entry for keyvaluestore fix #1139

Merged
merged 3 commits into from
Aug 20, 2019

Conversation

mutablealligator
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mutablealligator mutablealligator added core Issues with the AWS Android Core library Pull Request labels Aug 19, 2019
@mutablealligator mutablealligator self-assigned this Aug 19, 2019
CHANGELOG.md Outdated
### Bug Fixes

- **AWS Core Runtime**
- Fixed a bug where the data persisted by `CognitoCachingCredentialsProvider`, `CognitoUserPool`, `CognitoAuth` and `AWSMobileClient` cannot be retrieved successfully and resulted in an app crash due to the following scenarios:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested reword. Please verify that it's accurate, and run it by @nikhil-dabhade:

  • AWS Core Runtime
    • Fixed a bug where encrypted authentication data persisted by the SDK could not be recovered due to:

      • The encryption key being removed
      • The encryption key being replaced
      • The encryption key not being recoverable by the OS

      These conditions formerly resulted in an app crash. Now, the errors are logged (without logging sensitive data) and the decryption attempt returns null, as if the data simply isn't present in the persistent store.

      Classes affected:

      • CognitoCachingCredentialsProvider
      • CognitoUserPool
      • CognitoAuth
      • AWSMobileClient

      For more detail, see issues:

@nikhil-dabhade
Copy link

Looks good.

@mutablealligator mutablealligator merged commit 6fbcf83 into develop Aug 20, 2019
@mutablealligator mutablealligator deleted the keystore-fix-changelog branch August 20, 2019 20:48
awsmobilesdk pushed a commit to awsmobilesdk/aws-sdk-android that referenced this pull request Apr 12, 2020
* Add changelog entry for keyvaluestore fix

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues with the AWS Android Core library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants