Skip to content

Commit

Permalink
release: AWS SDK for Android 2.24.0 (#2500)
Browse files Browse the repository at this point in the history
* release: AWS SDK for Android 2.24.0

* Reword the changelog

* include instruction for applying fix

Co-authored-by: awsmobilesdk-dev+ghops <awsmobilesdk-dev+ghops@amazon.com>
Co-authored-by: Raphael Kim <52714340+raphkim@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 2, 2021
1 parent 2e035c7 commit 595435f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [Release 2.24.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.24.0)

### Features
- **aws-android-sdk-sns:** update models to latest (#2461)
- **aws-android-sdk-cognitoidentityprovider:** update models to latest (#2456)
- **aws-android-sdk-connect:** update models to latest (#2469)
- **aws-android-sdk-transcribe:** update models to latest (#2476)
- **aws-android-sdk-rekognition:** update models to latest (#2487)
- **aws-android-sdk-iot:** update models to latest (#2490)
- **aws-android-sdk-location:** update models to latest (#2494)
- **aws-android-sdk-sns:** update models to latest (#2496)
- **aws-android-sdk-polly:** update models to latest (#2497)
- **aws-android-sdk-mobile-client:** adds signature with user attributes in confirmSignIn (#2492)
- **aws-android-sdk-mobile-client:** hosted-ui auth response handler is now built into redirect activity (#2473)

### Bug Fixes
- hosted-ui sign-out flow is now launched correctly using custom tabs manager (#2472)
- hostedUI auth response is now properly handled via `HostedUIRedirectActivity` (#2473)
- _note:_ applying above fix requires an update to `AndroidManifest.xml`. See the [documentation](https://docs.amplify.aws/sdk/auth/hosted-ui/q/platform/android#setup-amazon-cognito-hosted-ui-in-android-app) for more information.

[See all changes between 2.23.0 and 2.24.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.23.0...release_v2.24.0)

## [Release 2.23.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.23.0)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.enableJetifier=true

GROUP=com.amazonaws

VERSION_NAME=2.23.0
VERSION_NAME=2.24.0

POM_URL=https://github.com/aws/aws-sdk-android
POM_SCM_URL=https://github.com/aws/aws-sdk-android
Expand Down

0 comments on commit 595435f

Please sign in to comment.