Skip to content

Commit

Permalink
release: Amplify Android 2.16.1 (#2802)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <amplify-android-dev+ghops@amazon.com>
  • Loading branch information
github-actions[bot] and amplify-android-dev+ghops committed May 3, 2024
1 parent 8927058 commit bac979a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [Release 2.16.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.16.1)

### Bug Fixes
- **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))
- **auth:** Fix timestamp issue with v1 to v2 migration ([#2799](https://github.com/aws-amplify/amplify-android/issues/2799))
- **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))
- **Storage:** Prevent InputStream errors from calling back more than once ([#2742](https://github.com/aws-amplify/amplify-android/issues/2742))
- **datastore:** Prevent datastore error with single auth rule when Mu… ([#2760](https://github.com/aws-amplify/amplify-android/issues/2760))
- **datastore:** List errors that are returned from AppSync ([#2801](https://github.com/aws-amplify/amplify-android/issues/2801))

[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)

## [Release 2.16.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.16.0)

### Features
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.16.0'
implementation 'com.amplifyframework:aws-api:2.16.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.16.0'
implementation 'com.amplifyframework:aws-datastore:2.16.0'
implementation 'com.amplifyframework:aws-predictions:2.16.0'
implementation 'com.amplifyframework:aws-storage-s3:2.16.0'
implementation 'com.amplifyframework:aws-geo-location:2.16.0'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.16.0'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.16.1'
implementation 'com.amplifyframework:aws-api:2.16.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.16.1'
implementation 'com.amplifyframework:aws-datastore:2.16.1'
implementation 'com.amplifyframework:aws-predictions:2.16.1'
implementation 'com.amplifyframework:aws-storage-s3:2.16.1'
implementation 'com.amplifyframework:aws-geo-location:2.16.1'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.16.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

VERSION_NAME=2.16.0
VERSION_NAME=2.16.1

POM_GROUP=com.amplifyframework
POM_URL=https://github.com/aws-amplify/amplify-android
Expand Down
2 changes: 1 addition & 1 deletion rxbindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
```gradle
dependencies {
// Add this line.
implementation 'com.amplifyframework:rxbindings:2.16.0'
implementation 'com.amplifyframework:rxbindings:2.16.1'
}
```

Expand Down

0 comments on commit bac979a

Please sign in to comment.