Skip to content

Commit bb8bc1c

Browse files
authored
release: Amplify Android 2.20.0 (#2870)
1 parent 68c40e1 commit bb8bc1c

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [Release 2.20.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.20.0)
2+
3+
### Features
4+
- **storage:** add object existence validation option to get presigned url ([#2848](https://github.com/aws-amplify/amplify-android/issues/2848))
5+
6+
### Bug Fixes
7+
- **notifications:** Prevent notifications text from being truncated ([#2856](https://github.com/aws-amplify/amplify-android/issues/2856))
8+
- **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))
9+
10+
### Miscellaneous
11+
- **analytics:** Update junit ktx dependency ([#2859](https://github.com/aws-amplify/amplify-android/issues/2859))
12+
- **auth:** Fix tests by using proper birthdate attribute according to Cognito ([#2865](https://github.com/aws-amplify/amplify-android/issues/2865))
13+
- **all:** Remove ignored tests ([#2867](https://github.com/aws-amplify/amplify-android/issues/2867))
14+
15+
[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)
16+
117
## [Release 2.19.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.19.1)
218

319
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ dependencies section:
7171
```groovy
7272
dependencies {
7373
// Only specify modules that provide functionality your app will use
74-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.19.1'
75-
implementation 'com.amplifyframework:aws-api:2.19.1'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.19.1'
77-
implementation 'com.amplifyframework:aws-datastore:2.19.1'
78-
implementation 'com.amplifyframework:aws-predictions:2.19.1'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.19.1'
80-
implementation 'com.amplifyframework:aws-geo-location:2.19.1'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.19.1'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.20.0'
75+
implementation 'com.amplifyframework:aws-api:2.20.0'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.20.0'
77+
implementation 'com.amplifyframework:aws-datastore:2.20.0'
78+
implementation 'com.amplifyframework:aws-predictions:2.20.0'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.20.0'
80+
implementation 'com.amplifyframework:aws-geo-location:2.20.0'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.20.0'
8282
}
8383
```
8484

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
1414

15-
VERSION_NAME=2.19.1
15+
VERSION_NAME=2.20.0
1616

1717
POM_GROUP=com.amplifyframework
1818
POM_URL=https://github.com/aws-amplify/amplify-android

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:2.19.1'
27+
implementation 'com.amplifyframework:rxbindings:2.20.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)