Skip to content

Commit

Permalink
release: Amplify Android 2.8.3 (#2446)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <[email protected]>
  • Loading branch information
github-actions[bot] and amplify-android-dev+ghops authored May 11, 2023
1 parent f63c27a commit 77b66a8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [Release 2.8.3](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.8.3)

### Bug Fixes
- **datastore:** SerializedCustomType de/serialization ([#2350](https://github.com/aws-amplify/amplify-android/issues/2350))
- **auth:** Use java.time.Instant for AWSTemporaryCredentials expiration ([#2415](https://github.com/aws-amplify/amplify-android/issues/2415))
- **datastore:** Load pending mutations one at a time from outbox ([#2428](https://github.com/aws-amplify/amplify-android/issues/2428))
- **datastore:** register network callback only once in reachability monitor ([#2434](https://github.com/aws-amplify/amplify-android/issues/2434))
- **api:** Allow null associations on non-required fields. ([#2440](https://github.com/aws-amplify/amplify-android/issues/2440))

[See all changes between 2.8.2 and 2.8.3](https://github.com/aws-amplify/amplify-android/compare/release_v2.8.2...release_v2.8.3)

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

### Miscellaneous
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.8.2'
implementation 'com.amplifyframework:aws-api:2.8.2'
implementation 'com.amplifyframework:aws-auth-cognito:2.8.2'
implementation 'com.amplifyframework:aws-datastore:2.8.2'
implementation 'com.amplifyframework:aws-predictions:2.8.2'
implementation 'com.amplifyframework:aws-storage-s3:2.8.2'
implementation 'com.amplifyframework:aws-geo-location:2.8.2'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.8.2'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.8.3'
implementation 'com.amplifyframework:aws-api:2.8.3'
implementation 'com.amplifyframework:aws-auth-cognito:2.8.3'
implementation 'com.amplifyframework:aws-datastore:2.8.3'
implementation 'com.amplifyframework:aws-predictions:2.8.3'
implementation 'com.amplifyframework:aws-storage-s3:2.8.3'
implementation 'com.amplifyframework:aws-geo-location:2.8.3'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.8.3'
}
```

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.8.2
VERSION_NAME=2.8.3

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.8.2'
implementation 'com.amplifyframework:rxbindings:2.8.3'
}
```

Expand Down

0 comments on commit 77b66a8

Please sign in to comment.