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
-**Support for Amazon Rekognition**: Rekognition is a deep-learning based service to search, verify and organize images. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces.
6
+
-**AWS Core Runtime**: Added Support for `eu-west-2`/LHR region in the SDK.
7
+
8
+
### Improvements
9
+
-**AWS Core Runtime**: Added support for enabling curl logging in the SDK. See [issue](https://github.com/aws/aws-sdk-android/pull/200)
10
+
-**AWS Lambda**: Update to Latest Models.
11
+
12
+
### Bug Fixes:
13
+
-**Amazon Pinpoint**: Fixed a bug that caused setting wrong endpoint for pinpoint client.
14
+
-**Amazon S3**: Fixed a bug that could cause NPE in Transfer Service. See [issue](https://github.com/aws/aws-sdk-android/issues/223).
15
+
-**Amazon Cognito Identity Provider**: Fix incorrect exception being thrown in `CognitoDevice`. See [issue](https://github.com/aws/aws-sdk-android/pull/224).
16
+
-**Amazon Cognito Identity Provider**: Fix a bug where `NewPasswordContinuation` throws `CognitoParameterInvalidException: Missing required attribute` even when the required user attributes have been set. See [issue](https://github.com/aws/aws-sdk-android/pull/216).
Copy file name to clipboardExpand all lines: aws-android-sdk-cognito/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@
6
6
<artifactId>aws-android-sdk-cognito</artifactId>
7
7
<packaging>jar</packaging>
8
8
<name>AWS SDK for Android - Amazon Cognito Sync</name>
9
-
<version>2.3.6</version>
9
+
<version>2.3.7</version>
10
10
<description>The AWS Android SDK for Amazon Cognito Sync module holds the client classes that are used for communicating with Amazon Cognito Sync Service</description>
<name>AWS SDK for Android - Amazon Cognito Identity Provider</name>
9
-
<version>2.3.6</version>
9
+
<version>2.3.7</version>
10
10
<description>The AWS Android SDK for Amazon Cognito Identity Provider module holds the client classes that are used for communicating with Amazon Cognito Identity Provider Service</description>
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/mobileconnectors/cognitoidentityprovider/CognitoDevice.java
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/mobileconnectors/cognitoidentityprovider/continuations/NewPasswordContinuation.java
0 commit comments