Skip to content

Commit

Permalink
release: Amplify Android 2.20.0 (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetran authored Jul 12, 2024
1 parent 68c40e1 commit bb8bc1c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [Release 2.20.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.20.0)

### Features
- **storage:** add object existence validation option to get presigned url ([#2848](https://github.com/aws-amplify/amplify-android/issues/2848))

### Bug Fixes
- **notifications:** Prevent notifications text from being truncated ([#2856](https://github.com/aws-amplify/amplify-android/issues/2856))
- **api:** Don't prevent subscribing with API_KEY when there is also an owner-based rule ([#2828](https://github.com/aws-amplify/amplify-android/issues/2828))

### Miscellaneous
- **analytics:** Update junit ktx dependency ([#2859](https://github.com/aws-amplify/amplify-android/issues/2859))
- **auth:** Fix tests by using proper birthdate attribute according to Cognito ([#2865](https://github.com/aws-amplify/amplify-android/issues/2865))
- **all:** Remove ignored tests ([#2867](https://github.com/aws-amplify/amplify-android/issues/2867))

[See all changes between 2.19.1 and 2.20.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.19.1...release_v2.20.0)

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

### Bug Fixes
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.19.1'
implementation 'com.amplifyframework:aws-api:2.19.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.19.1'
implementation 'com.amplifyframework:aws-datastore:2.19.1'
implementation 'com.amplifyframework:aws-predictions:2.19.1'
implementation 'com.amplifyframework:aws-storage-s3:2.19.1'
implementation 'com.amplifyframework:aws-geo-location:2.19.1'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.19.1'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.20.0'
implementation 'com.amplifyframework:aws-api:2.20.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.20.0'
implementation 'com.amplifyframework:aws-datastore:2.20.0'
implementation 'com.amplifyframework:aws-predictions:2.20.0'
implementation 'com.amplifyframework:aws-storage-s3:2.20.0'
implementation 'com.amplifyframework:aws-geo-location:2.20.0'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.20.0'
}
```

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.19.1
VERSION_NAME=2.20.0

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

Expand Down

0 comments on commit bb8bc1c

Please sign in to comment.