Releases: aws-amplify/amplify-flutter
Releases · aws-amplify/amplify-flutter
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)
1.8.0
amplify_authenticator_v1.5.5
What's Changed
- fix: correct package_info_plus version constraint
amplify_auth_cognito_v1.7.2
amplify_analytics_pinpoint_v1.7.1
- fix: correct package_info_plus version constraint
1.7.0
1.6.3
Fixes
- fix(auth): forget local device only if matches (#4060)
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
- fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0"
- fix: Bumped path to ">=1.8.0 <2.0.0"
- fix: uncaught exception in smithy code (#4369)
1.6.2
amplify_core v1.6.1
Fixes
- fix(core): pub docs (#4049)