Releases: aws-amplify/amplify-flutter
Releases · aws-amplify/amplify-flutter
2.6.6
Fixes
- fix(datastore): corrected getToken return value for oidc
2.6.5
Chores
- chore(datastore, analytics, auth, common, notifications, secure_storage): Bumped kotlin_version to 2.2.0 (#6224)
- chore(datastore, analytics, auth, common, notifications, common, secure_storage): Bumped com.android.tools.build:gradle to 8.11.0 (#6203)
- chore(datastore, notifications): Bumped com.android.tools:desugar_jdk_libs to 2.1.5 (#6224)
- chore(datastore): Bumped com.google.code.gson:gson to 2.13.1 (#6224)
- chore(datastore): Bumped com.amplifyframework:aws-auth-cognito to 2.29.1 (#6187)
- chore(datastore): Bumped com.amplifyframework:aws-api to 2.29.1 (#6187)
- chore(datastore): Bumped com.amplifyframework:aws-datastore to 2.29.1 (#6187)
- chore(datastore): Bumped com.amplifyframework:aws-api-appsync to 2.29.1 (#6187)
- chore(datastore, auth): Bumped org.jetbrains.kotlinx:kotlinx-coroutines-android: to 1.10.2 (#6187)
- chore(notifications): Bumped com.google.firebase:firebase-messaging to 24.1.2 (#6187)
- chore(notifications): Bumped com.amplifyframework:aws-push-notifications-pinpoint-common to 2.29.1 (#6187)
- chore(notifications): Bumped org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 to 1.8.1 (#6187)
Fixes
- fix(auth): handle fallthrough exceptions in sign out state (#6226)
2.6.4
Chores
- chore(all): Bump Dart SDK to 3.8.0 (#6165)
- chore(aws_common): Added IOT Core device service to service list (#6170)
- chore(amplify_db_common): Update sqlite3-native-library (#6177)
- chore(auth): remove token query parameters (#6179)
2.6.3
2.6.3
- Minor bug fixes and improvements
2.6.2
Fixes
- fix(sigv4): Convert empty query parameters to null (#6082)
Chores
- chore(all): Bump Dart SDK to 3.7.0 (#6026)
- chore(datastore): Removed Starscream pinned version
2.6.1
2.6.1
- Minor bug fixes and improvements
2.6.0
Features
- feat(storage): add multi-bucket feature support (#5681)
Fixes
- fix(aws_common): removed JS streamed requests (#5797)
- fix(datastore): properly handle multiple configures on Android (#5740)
2.5.1
Fixes
- fix(authenticator): recover from exceptions during reset password flow (#5672)
- fix(common): added a flag to opt out of bundling sqlite3 for windows apps (#5680)
- fix(storage): Only allow 1 batch to run at a time (#5704)
2.5.0
Features
feat(auth, authenticator): Add support for Email OTP MFA (#5472)
Fixes
fix(common): db_common windows sqlite3 collision (#5481)
2.4.2
Features
- feat(api): move App Sync subscription headers to protocol (#5301)
- feat(authenticator): export unmet password requirements (#5437)
Fixes
- fix(api): Reconnect WebSocket when resuming app from a paused state (#5567)