Skip to content

Commit ff0a96c

Browse files
github-actions[bot]amplify-android-dev+ghopsankpshah
authored
release: Amplify Android 2.12.0 (#2571)
Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: Ankit Shah <[email protected]>
1 parent f81521f commit ff0a96c

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [Release 2.12.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.12.0)
2+
3+
### Features
4+
- **auth:** Removed dependency on oauth2 token for refreshToken and move to initiateAuth for hostedUI ([#2543](https://github.com/aws-amplify/amplify-android/issues/2543))
5+
6+
### Bug Fixes
7+
- **auth:** Fix for missing exception type for sign in ([#2567](https://github.com/aws-amplify/amplify-android/issues/2567))
8+
- **datastore:** Prevent stop from interrupting subsequent start call ([#2569](https://github.com/aws-amplify/amplify-android/issues/2569))
9+
- **datastore:** Ignore ApiAuthExceptions when subscribing or syncing models ([#2561](https://github.com/aws-amplify/amplify-android/issues/2561))
10+
- add granular read ops enum ([#2265](https://github.com/aws-amplify/amplify-android/issues/2265))
11+
- **flutter/datastore:** Nullable custom type arrays ([#2565](https://github.com/aws-amplify/amplify-android/issues/2565))
12+
- **notifications:** also catch `RuntimeExecutionException` for google play store device use case ([#2562](https://github.com/aws-amplify/amplify-android/issues/2562))
13+
14+
[See all changes between 2.11.3 and 2.12.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.11.3...release_v2.12.0)
15+
116
## [Release 2.11.3](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.11.3)
217

318
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ dependencies section:
7171
```groovy
7272
dependencies {
7373
// Only specify modules that provide functionality your app will use
74-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.11.3'
75-
implementation 'com.amplifyframework:aws-api:2.11.3'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.11.3'
77-
implementation 'com.amplifyframework:aws-datastore:2.11.3'
78-
implementation 'com.amplifyframework:aws-predictions:2.11.3'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.11.3'
80-
implementation 'com.amplifyframework:aws-geo-location:2.11.3'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.11.3'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.12.0'
75+
implementation 'com.amplifyframework:aws-api:2.12.0'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.12.0'
77+
implementation 'com.amplifyframework:aws-datastore:2.12.0'
78+
implementation 'com.amplifyframework:aws-predictions:2.12.0'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.12.0'
80+
implementation 'com.amplifyframework:aws-geo-location:2.12.0'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.12.0'
8282
}
8383
```
8484

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
1414

15-
VERSION_NAME=2.11.3
15+
VERSION_NAME=2.12.0
1616

1717
POM_GROUP=com.amplifyframework
1818
POM_URL=https://github.com/aws-amplify/amplify-android

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:2.11.3'
27+
implementation 'com.amplifyframework:rxbindings:2.12.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)