Skip to content

Commit 585de89

Browse files
author
AWS
committed
AWS SDK for Android 2.8.5
1 parent 505a37c commit 585de89

File tree

1,006 files changed

+25974
-4608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,006 files changed

+25974
-4608
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log - AWS SDK for Android
22

3+
## [Release 2.8.5](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.8.5)
4+
5+
### New Features
6+
7+
* **AWS Mobile Client**
8+
* Support `showSignIn` without Cognito Identity Pool configured. See [issue #592](https://github.com/aws-amplify/aws-sdk-android/issues/592)
9+
10+
* **Amazon Cognito Auth**
11+
* Support identity provider identifier setting. See [PR #602](https://github.com/aws-amplify/aws-sdk-android/pull/602)
12+
13+
### Bug Fixes
14+
15+
* **AWS Mobile Client**
16+
* Fix state change to `GUEST` mode which was not being triggered previously and would stay in `SIGNED_OUT` mode. This state is triggered by calling `getCredentials` or `getIdentityId` while signed-out and unauthenticated access is enabled in Cognito Identity Pools.
17+
18+
* **AWS Auth SDK**
19+
* Fix forced change password view's IDs to prevent crash. See [issue #586](https://github.com/aws-amplify/aws-sdk-android/issues/586)
20+
21+
* **Amazon Cognito Identity Provider**
22+
* Fix secret hash generation for empty value of client secret. Allows for operations such as sign-up to occur without client secret. See [issue #587](https://github.com/aws-amplify/aws-sdk-android/issues/587) [PR #593](https://github.com/aws-amplify/aws-sdk-android/pull/593)
23+
24+
* **Amazon Lex**
25+
* Fix race condition for microphone access when no speech is detected during interaction.
26+
27+
### Misc. Updates
28+
29+
* Model updates for the following services
30+
* AWS IoT
31+
* AWS Lambda
32+
333
## [Release 2.8.4](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.8.4)
434

535
### Bug Fixes

aws-android-sdk-apigateway-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.8.4</version>
15+
<version>2.8.5</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-core</artifactId>
2222
<optional>false</optional>
23-
<version>2.8.4</version>
23+
<version>2.8.5</version>
2424
</dependency>
2525
</dependencies>
2626

aws-android-sdk-auth-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.8.4</version>
24+
<version>2.8.5</version>
2525
</parent>
2626

2727
<dependencies>
2828
<dependency>
2929
<groupId>com.amazonaws</groupId>
3030
<artifactId>aws-android-sdk-core</artifactId>
3131
<optional>false</optional>
32-
<version>2.8.4</version>
32+
<version>2.8.5</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)