Releases: aws-amplify/amplify-flutter
Releases · aws-amplify/amplify-flutter
v0.2.6 (2021-10-25)
Fixes
- fix(datastore): Re-emit events on hot restart
Features
- feat(datastore): Add observeQuery API
- feat(storage): Upload/download progress listener
v0.2.5 (2021-10-14)
Fixes
- fix(api): OIDC/Lambda changes for DataStore
- fix(auth): Add global sign out
- fix(auth): Support
preferPrivateSession
flag - fix(datastore): Sync issues with owner-based auth
- fix(datastore): Ensure attaching nested model schema
- fix(datastore): Timeout period not increasing
- fix(datastore): Remove default pagination behavior on iOS
v0.2.4 (2021-09-10)
Fixes
- fix: CocoaPods relative import
v0.2.3 (2021-09-09)
Features
- feat(auth): add options to resendSignUpCode (#738)
- feat(auth): add support for options to resetPassword, confirmResetPassword (#743)
- feat(auth): add options to updateAttribute, updateAttributes, resendUserAttributeConfirmationCode (#775)
- feat(auth): OIDC/Lambda Support (#777)
- feat(datastore): Add start and stop APIs (#811)
Chores
- chore: upgrade amplify-android 1.24.1 (#829)
FIxes
v0.2.2 (2021-08-04)
Features
- feat(auth): enables clientMetadata for signUp (#713)
- feat(auth): Auth Devices API (#735)
- feat(datastore): Populate belongs-to nested models (#658)
Fixes
- fix(analytics): Session start not triggered on Android devices (#764)
- fix(api): prevent some fatal REST errors in Android (#661)
- fix(datastore): Query nested model causes column not found sql error (#761)
Chores
- chore(api): add support for apiName to GraphQL requests (#553)
v0.2.1: Release updates 0.2.1 (#756)
* chore: Update Changelog for 0.2.1 release * chore: Update Pubspec version to 0.2.1 Also update amplify.dart to return 0.2.1 for version string * Update changelog