Skip to content

Commit

Permalink
release: Amplify Android 2.14.11 (#2722)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Ankit Shah <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2024
1 parent 3bf1bbc commit 956ba11
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Release 2.14.11](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.11)

### Bug Fixes
- **storage:** upload/download fewer files in storage stress test to avoid S3 throttling exception ([#2712](https://github.com/aws-amplify/amplify-android/issues/2712))
- **datastore:** Remove unnecessary synchronized causing subscription slowness ([#2718](https://github.com/aws-amplify/amplify-android/issues/2718), [#2719](https://github.com/aws-amplify/amplify-android/issues/2719))
- **datastore:** Switch to BFS in Join Builder for Alias, fixes - [#2488](https://github.com/aws-amplify/amplify-android/issues/2488) ([#2693](https://github.com/aws-amplify/amplify-android/issues/2693))

[See all changes between 2.14.10 and 2.14.11](https://github.com/aws-amplify/amplify-android/compare/release_v2.14.10...release_v2.14.11)

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

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

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.14.10
VERSION_NAME=2.14.11

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

Expand Down

0 comments on commit 956ba11

Please sign in to comment.