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
-**Amazon IoT**: fix typo's with variable names in `AWSIoTMQTTManager`. See [issue #220](https://github.com/aws/aws-sdk-android/pull/220).
12
+
-**Amazon Lex**: Fix a bug which caused `readyToFulfill` to not file in `InteractionListener`.
13
+
-**Amazon Pinpoint**:Fix cursor leakage in Pinpoint.
14
+
-**Amazon Pinpoint**:Bug fixes for campaign open rate.
15
+
-**Amazon Pinpoint**:`PinpointEndpointClient` to retain instance of endpoint.
16
+
-**Amazon Pinpoint**:corrected the implemented for `optout` for profile.
17
+
-**Amazon Pinpoint**:Deprecated formatted price in `MonetizationEventBuilder`.
18
+
-**Amazon S3**: Bug Fixes with encryption client.
19
+
-**Amazon S3**: SigV4 signing is now default for S3. See [issue 234](https://github.com/aws/aws-sdk-android/issues/234) & [issue #108](https://github.com/awslabs/aws-sdk-android-samples/issues/108).
20
+
-**Amazon S3**: Added feature to specify listener in `TransferUtility.upload()`. See [issue #210](https://github.com/aws/aws-sdk-android/issues/210).
21
+
-**Amazon S3**: Fixed a bug where when using `setAccelerateModeEnabled` caused uploads to fail. See [issue #264](https://github.com/aws/aws-sdk-android/issues/264).
22
+
-**General** : Fixed a bug which caused incompatibility between maven releases and releases on [marketing page](https://aws.amazon.com/mobile/sdk).
-**Amazon Kinesis Firehose & Amazon Kinesis Streams**: Allow setting a static partition key in the KenesisRecorderConfig. See [issue #228](https://github.com/aws/aws-sdk-android/pull/228).
28
+
-**Amazon Kinesis Firehose & Amazon Kinesis Streams**: Allow setting a static partition key in the KinesisRecorderConfig. See [issue #228](https://github.com/aws/aws-sdk-android/pull/228).
The [AWS SDK for Android](http://aws.amazon.com/sdkforandroid) provides a library and documentation for developers to build connected mobile applications using AWS.
Copy file name to clipboardExpand all lines: aws-android-sdk-apigateway-core/src/main/java/com/amazonaws/mobileconnectors/apigateway/ApiClientHandler.java
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.9</version>
9
+
<version>2.4.0</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.9</version>
9
+
<version>2.4.0</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>
0 commit comments