Skip to content

Commit 595435f

Browse files
github-actions[bot]awsmobilesdk-dev+ghopsraphkim
authored
release: AWS SDK for Android 2.24.0 (#2500)
* release: AWS SDK for Android 2.24.0 * Reword the changelog * include instruction for applying fix Co-authored-by: awsmobilesdk-dev+ghops <[email protected]> Co-authored-by: Raphael Kim <[email protected]>
1 parent 2e035c7 commit 595435f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [Release 2.24.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.24.0)
2+
3+
### Features
4+
- **aws-android-sdk-sns:** update models to latest (#2461)
5+
- **aws-android-sdk-cognitoidentityprovider:** update models to latest (#2456)
6+
- **aws-android-sdk-connect:** update models to latest (#2469)
7+
- **aws-android-sdk-transcribe:** update models to latest (#2476)
8+
- **aws-android-sdk-rekognition:** update models to latest (#2487)
9+
- **aws-android-sdk-iot:** update models to latest (#2490)
10+
- **aws-android-sdk-location:** update models to latest (#2494)
11+
- **aws-android-sdk-sns:** update models to latest (#2496)
12+
- **aws-android-sdk-polly:** update models to latest (#2497)
13+
- **aws-android-sdk-mobile-client:** adds signature with user attributes in confirmSignIn (#2492)
14+
- **aws-android-sdk-mobile-client:** hosted-ui auth response handler is now built into redirect activity (#2473)
15+
16+
### Bug Fixes
17+
- hosted-ui sign-out flow is now launched correctly using custom tabs manager (#2472)
18+
- hostedUI auth response is now properly handled via `HostedUIRedirectActivity` (#2473)
19+
- _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.
20+
21+
[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)
22+
123
## [Release 2.23.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.23.0)
224

325
### New Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android.enableJetifier=true
2626

2727
GROUP=com.amazonaws
2828

29-
VERSION_NAME=2.23.0
29+
VERSION_NAME=2.24.0
3030

3131
POM_URL=https://github.com/aws/aws-sdk-android
3232
POM_SCM_URL=https://github.com/aws/aws-sdk-android

0 commit comments

Comments
 (0)