Skip to content

Commit f6508d8

Browse files
tjleingThomas Leing
andauthored
release: Amplify Android 2.1.0 (manually created) (#2185)
Co-authored-by: Thomas Leing <[email protected]>
1 parent 1f210b7 commit f6508d8

File tree

4 files changed

+41
-8
lines changed

4 files changed

+41
-8
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [Release 2.1.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.1.0)
2+
3+
### Features
4+
- feat(Geo): Add Kotlin Geo Facade (#2155)
5+
- Add a network status listener to restart DataStore after the network comes back online. (#2148)
6+
7+
### Miscellaneous
8+
- chore: Remove deprecated maven plugin (#2137)
9+
- chore: Remove Javadoc tasks (#2139)
10+
- Update README.md (#2120)
11+
- Dengdan stress test (#2153)
12+
- Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
13+
- Unignore storage and pinpoint tests (#2156)
14+
- Update DeviceFarm build config (#2168)
15+
- Add Geo Rx Bindings (#2159)
16+
- chore: Re-add storage tests (#2163)
17+
- chore: Upgrade Gradle, AGP, and KtLint (#2172)
18+
- Add a buildspec file for nightly tests (#2180)
19+
- Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
20+
21+
### Bug fixes
22+
- fix(core): remove unused dynamic nav dependency (#2132)
23+
- fix(datastore): remove typename from ModelMetadata (#2122)
24+
- fix: Change order of updating state in local cache (#2141)
25+
- fix: fix integration test and added logger to integration test (#2143)
26+
- Fix for when move to idle state is called twice (#2152)
27+
- Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
28+
- fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
29+
- fix: user metadata was persisted empty in the database (#2165)
30+
- fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)
31+
32+
[See all changes between 2.1.0 and 2.0.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.0.0...release_v2.1.0)
33+
134
## [Release 2.0.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.0.0)
235

336
###Breaking Changes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ dependencies section:
6969
```groovy
7070
dependencies {
7171
// Only specify modules that provide functionality your app will use
72-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.0.0'
73-
implementation 'com.amplifyframework:aws-api:2.0.0'
74-
implementation 'com.amplifyframework:aws-auth-cognito:2.0.0'
75-
implementation 'com.amplifyframework:aws-datastore:2.0.0'
76-
implementation 'com.amplifyframework:aws-predictions:2.0.0'
77-
implementation 'com.amplifyframework:aws-storage-s3:2.0.0'
72+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.1.0'
73+
implementation 'com.amplifyframework:aws-api:2.1.0'
74+
implementation 'com.amplifyframework:aws-auth-cognito:2.1.0'
75+
implementation 'com.amplifyframework:aws-datastore:2.1.0'
76+
implementation 'com.amplifyframework:aws-predictions:2.1.0'
77+
implementation 'com.amplifyframework:aws-storage-s3:2.1.0'
7878
}
7979
```
8080

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.0.0
15+
VERSION_NAME=2.1.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.0.0'
27+
implementation 'com.amplifyframework:rxbindings:2.1.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)