You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
10
10
### Bug Fixes
11
11
12
+
-**AWS Core**
13
+
- Added warning against using `BasicAWSCredentials` instead of `AWSMobileClient` in Javadoc.
14
+
12
15
-**AWS Mobile Client**
13
16
- During `signUp`, when the user is confirmed, Cognito does not send `CognitoUserCodeDeliveryDetails`
14
17
and it appears to be null when the SignUpResult is unmarshalled. Add a check before accessing the `CognitoUserCodeDeliveryDetails` only when the user is not confirmed. See [issue #1264](https://github.com/aws-amplify/aws-sdk-android/issues/1264) for more details.
0 commit comments