Releases: aws-amplify/amplify-flutter
Releases · aws-amplify/amplify-flutter
2.5.0
2.4.2
2.4.1
2.4.0
Features
- feat(Auth): Add fetchCurrentDevice API (#5251)
Fixes
- fix(datastore): Clear subscriptions on Stop (#5253)
- fix(datastore): Restart Sync Engine when network on/off (#5218)
- fix(notification): flush events (#5215)
- fix(secure_storage): Plugin Endorsement (#5208)
- fix(authenticator): Export InstructionsResolver (#5169)
Chores
- chore: bump json_annotation dependency to v4.9 (#5197)
2.3.0
2.2.0
Fixes
- fix(api): GraphQLResponse.toString() include data & errors (#5079)
- fix(core): improve amplify configure api error message (#5021)
- fix(notifications): allow offline configuration
- fix: wait for in progress multi part uploads to cancel for
pause
andcancel
Features
- feat: Support Amplify Gen 2 outputs (#5073)
amplify_datastore_v2.2.1
Fixes
- fix(datastore): prevent auth plugin from throwing during configuration (#5132)
2.1.0
2.0.0
2.0.0
We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at https://docs.amplify.aws.
This release enables flexible storage paths when using Amplify Gen 2 Storage. This release also addresses several bugs that required breaking changes to resolve. See the change log below for the full list of updates.
If you are upgrading an existing project using Amplify Flutter v1 (created with Amplify Gen 1 CLI or a custom pipeline) please see the upgrade guide.
As always, you can find us on GitHub and Discord to answer any questions.
Breaking Changes
- chore(auth)!: remove deprecated auth types (#4764)
- fix(auth)!: regenerate cognito sdks to update signup operation for adding limit exceeded exception (#4781)
- chore(analytics)!: remove deprecated apis
- chore(api)!: Model .fromJson() Refactor (#4665)
- chore(api)!: Removed deprecated members … (#4772)
- chore(api)!: remove Model.getId() usages (#4774)
- chore(core)!: make asyncConfig internal
- chore(core)!: removed toJson fallback (#4793)
- feat(core)!: use plugin options for optional plugin parameters (#4762)
- feat(smithy)!: remove error match on http status code (#4750)
- feat(storage)!: Update storage APIs to accept
StoragePath
(#4713) - feat(storage)!: move
delimiter
toS3ListPluginOptions
(#4773) - chore(storage)!: rename StorageNotFoundException (#4770)
Features
- feat(api): Add attributeExists query predicate (#4134)
Fixes
amplify_secure_storage_v0.4.4
Changes
- Add Apple privacy manifest file (#4794)