Skip to content

Commit bac979a

Browse files
github-actions[bot]amplify-android-dev+ghops
andauthored
release: Amplify Android 2.16.1 (#2802)
Co-authored-by: amplify-android-dev+ghops <[email protected]>
1 parent 8927058 commit bac979a

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [Release 2.16.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.16.1)
2+
3+
### Bug Fixes
4+
- **logging:** Fix unexpected behavior of bulkDelete action ([#2772](https://github.com/aws-amplify/amplify-android/issues/2772)) ([#2776](https://github.com/aws-amplify/amplify-android/issues/2776))
5+
- **auth:** Fix timestamp issue with v1 to v2 migration ([#2799](https://github.com/aws-amplify/amplify-android/issues/2799))
6+
- **datastore:** Reconcile batch process optimization bug [#2727](https://github.com/aws-amplify/amplify-android/issues/2727) ([#2749](https://github.com/aws-amplify/amplify-android/issues/2749))
7+
- **Storage:** Prevent InputStream errors from calling back more than once ([#2742](https://github.com/aws-amplify/amplify-android/issues/2742))
8+
- **datastore:** Prevent datastore error with single auth rule when Mu… ([#2760](https://github.com/aws-amplify/amplify-android/issues/2760))
9+
- **datastore:** List errors that are returned from AppSync ([#2801](https://github.com/aws-amplify/amplify-android/issues/2801))
10+
11+
[See all changes between 2.16.0 and 2.16.1](https://github.com/aws-amplify/amplify-android/compare/release_v2.16.0...release_v2.16.1)
12+
113
## [Release 2.16.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.16.0)
214

315
### Features

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.16.0'
75-
implementation 'com.amplifyframework:aws-api:2.16.0'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.16.0'
77-
implementation 'com.amplifyframework:aws-datastore:2.16.0'
78-
implementation 'com.amplifyframework:aws-predictions:2.16.0'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.16.0'
80-
implementation 'com.amplifyframework:aws-geo-location:2.16.0'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.16.0'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.16.1'
75+
implementation 'com.amplifyframework:aws-api:2.16.1'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.16.1'
77+
implementation 'com.amplifyframework:aws-datastore:2.16.1'
78+
implementation 'com.amplifyframework:aws-predictions:2.16.1'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.16.1'
80+
implementation 'com.amplifyframework:aws-geo-location:2.16.1'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.16.1'
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.16.0
15+
VERSION_NAME=2.16.1
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.16.0'
27+
implementation 'com.amplifyframework:rxbindings:2.16.1'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)