|
| 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 | + |
1 | 34 | ## [Release 2.0.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.0.0)
|
2 | 35 |
|
3 | 36 | ###Breaking Changes
|
|
0 commit comments