Skip to content

Releases: aws-amplify/amplify-flutter

v0.2.3 (2021-09-09)

10 Sep 22:10
00127b7
Compare
Choose a tag to compare

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

  • fix(datastore): iOS json deserialization (#806)
  • fix(datastore): Better loggin on unhandled DataStoreHubEvent (#647)
  • fix(datastore): return null for list field in nested model (#843)
  • fix(datastore): fix ios schema change bug (#439)

v0.2.2 (2021-08-04)

17 Aug 17:28
0795371
Compare
Choose a tag to compare

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)

27 Jul 23:36
ea76e55
Compare
Choose a tag to compare
* 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