Releases: aws-amplify/amplify-flutter
Releases · aws-amplify/amplify-flutter
1.4.2
Fixes
- fix(aft): Constraints edge cases (#3732)
- fix(authenticator): TOTP Setup typo (#3758)
- fix(authenticator): Wrap social button text (#3692)
- fix(authenticator): date validator (#3766)
1.4.0
Features
- feat(auth): TOTP MFA
- feat(authenticator): TOTP MFA (#3609)
Fixes
- fix(analytics): AWSPinpointUserProfile Added null check for user attributes (#3598)
- fix(auth): SDK exception mapping
- fix(authenticator): Social button debug Property Type (#3608)
- fix(datastore): Use platform thread (#3607)
1.3.3
Fixes
- fix(auth): Pass
deviceKey
in custom auth challenge
- fix(push): Deserialization from platform maps (#3557)
1.3.2
Fixes
- fix(core): Cross-zone completion
- fix(datastore): Custom list serde (#3544)
Breaking Changes
- feat(aws_common)!: Add credentials provider chain
Features
- feat(smithy):
ec2Query
protocol
1.3.1
Fixes
- fix(auth): Android Hosted UI flakiness
- fix(datastore): hot restart (#3497)
- fix(datastore): make event history list thread safe (#3509)
- fix(push): Incorrect handling of simple alert (#3502)
1.3.0
Features
- feat(aft): Generate AWS config (#3424)
- feat(auth): Enable ASF
- feat(authenticator): default dial code (#3354)
- feat(datastore): Adds DataStoreHubEventType to DataStoreHubEvents (#3454)
- feat(storage): example app (#3359)
Fixes
- fix(codegen): Mark Cognito map as sparse (#3386)
- fix(smithy): Union variant naming (#3415)
Chores
- chore(deps): Bump Amplify Android to 2.11.0
0.6.14
- chore: Amplify Swift version bump to 1.30.4 (#3328)
- chore: bump amplify-android to 1.38.6 (#3050)
⚠️ Amplify Flutter v0 is now in Maintenance Mode until July 19th, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v0.
Please use the latest version (v1) of Amplify Flutter. If you are currently using v0, follow these instructions to upgrade to v1.
1.2.1
Fixes
- fix(analytics): Disallowed unauth access
- fix(storage): list options pageSize and nextToken params got lost (#3291)
- chore(datastore): Amplify Swift version bump to 1.30.4 (#3327). Fixes #663, addresses #1693 and #2527 on iOS.
1.2.0
Fixes
- fix(api): GraphQL subscription with custom domain formats URI correctly (#3148)
- fix(auth): Attribute key equality (#3136)
- fix(auth):
signOut
after user deletion (#3162)
- fix(core): Disallowed JS tearoff (#3150)
- fix(storage): API doc errors
Features
- feat(storage): using path style URLs when bucket name contains dots
1.1.0
Features
- Dart 3 support (must update Dart SDK constraint to
^3.0.0
)
- feat(core): add granular model read operations (#2611)
Fixes
- fix(notifications): configure call hangs on Flutter app hot restart (#3013)
- fix(repo): AGP 8.0 compatibility (#2942)