Skip to content

Commit

Permalink
release: Amplify Android 2.11.1 (#2538)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Matt Creaser <[email protected]>
  • Loading branch information
3 people authored Jul 27, 2023
1 parent 22331e5 commit 3279520
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.11.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.11.1)

### Bug Fixes
- **datastore:** Observe Query should not return deleted items, fixes - [#2069](https://github.com/aws-amplify/amplify-android/issues/2069) ([#2522](https://github.com/aws-amplify/amplify-android/issues/2522))
- **predictions:** send close frame when error occurs ([#2519](https://github.com/aws-amplify/amplify-android/issues/2519))
- **auth:** Fix for sending session expired when an invalid grant exception is received ([#2524](https://github.com/aws-amplify/amplify-android/issues/2524))
- **auth:** Fix for when authstate goes to an invalid state on confirmSignIn when it should accept the error state as is ([#2534](https://github.com/aws-amplify/amplify-android/issues/2534))
- **datastore:** Fix retry local after a deletion ([#2532](https://github.com/aws-amplify/amplify-android/issues/2532))

[See all changes between 2.11.0 and 2.11.1](https://github.com/aws-amplify/amplify-android/compare/release_v2.11.0...release_v2.11.1)

## [Release 2.11.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.11.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.11.0'
implementation 'com.amplifyframework:aws-api:2.11.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.11.0'
implementation 'com.amplifyframework:aws-datastore:2.11.0'
implementation 'com.amplifyframework:aws-predictions:2.11.0'
implementation 'com.amplifyframework:aws-storage-s3:2.11.0'
implementation 'com.amplifyframework:aws-geo-location:2.11.0'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.11.0'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.11.1'
implementation 'com.amplifyframework:aws-api:2.11.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.11.1'
implementation 'com.amplifyframework:aws-datastore:2.11.1'
implementation 'com.amplifyframework:aws-predictions:2.11.1'
implementation 'com.amplifyframework:aws-storage-s3:2.11.1'
implementation 'com.amplifyframework:aws-geo-location:2.11.1'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.11.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.11.0
VERSION_NAME=2.11.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.11.0'
implementation 'com.amplifyframework:rxbindings:2.11.1'
}
```

Expand Down

0 comments on commit 3279520

Please sign in to comment.