Skip to content

Releases: aws-amplify/amplify-flutter

v0.2.6 (2021-10-25)

25 Oct 21:19
b25f2a7
Compare
Choose a tag to compare

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)

14 Oct 21:40
Compare
Choose a tag to compare

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)

10 Sep 22:11
4c8d7be
Compare
Choose a tag to compare

Fixes

  • fix: CocoaPods relative import

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