Version 1.2.0
TrekSoft
released this
20 Aug 19:22
·
1399 commits
to main
since this release
Breaking Changes
- (Auth) A major rework of
signInWithWebUI()
/signInWithSocialWebUI()
was completed to fix the "user cancelled" race condition some were getting (#552) and Multi-factor Authentication not working. There are no code changes needed but you will need to edit yourAndroidManifest
and the response handler in yourActivity
following the latest documentation here: https://docs.amplify.aws/lib/auth/signin_web_ui/q/platform/android#update-androidmanifestxml
Bug Fixes
- (DataStore) Huge shoutout to @saltonmassally, a community contributor, for resolving bugs #707 and #724