Skip to content

Releases: aws-amplify/amplify-flutter

2.7.0

14 Oct 08:58

Choose a tag to compare

Features

  • feat(auth): Added support for Android private browsing (#6336)
  • feat(auth): Refresh token rotation (#6293)

Chores

  • chore(all): Bumped Flutter SDK to ^3.35.0 (#6306)
  • chore(all): Bumped Dart SDK to ^3.9.0 (#6306)
  • chore(all): Bumped Android Gradle distributionUrl to 8.13 (#6306)
  • chore(all): Bumped Android com.android.application to 8.12.1 (#6306)
  • chore(all): Bumped Android compileSdk to 36 (#6306)
  • chore(all): Bumped com.android.tools.build:gradle to 8.12.1 (#6306)
  • chore(datastore): Bumped org.jlleitschuh.gradle:ktlint-gradle to 13.1.0 (#6306)
  • chore(auth): Bumped androidx.browser:browser to 1.9.0 (#6306)
  • chore(notifications): Bumped com.google.firebase:firebase-bom to 33.16.0 (#6306)
  • chore(secure_storage): Bumped androidx.security:security-crypto to 1.1.0 (#6306)
  • chore(authenticator): exported social_button (#5880)
  • chore(analytics, authenticator): Bumped package_info_plus to ^9.0.0 (#6393)
  • chore(analytics): Bumped device_info_plus to ^12.0.0 (#6396)

2.6.6

25 Jul 23:09

Choose a tag to compare

Fixes

  • fix(datastore): corrected getToken return value for oidc

2.6.5

23 Jul 21:51

Choose a tag to compare

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

01 Jul 00:29

Choose a tag to compare

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

17 Jun 21:37

Choose a tag to compare

2.6.3

  • Minor bug fixes and improvements

2.6.2

29 May 20:22

Choose a tag to compare

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

07 Mar 19:42

Choose a tag to compare

2.6.1

  • Minor bug fixes and improvements

2.6.0

14 Jan 19:05

Choose a tag to compare

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

26 Nov 19:55

Choose a tag to compare

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

01 Nov 16:27

Choose a tag to compare

Features

feat(auth, authenticator): Add support for Email OTP MFA (#5472)

Fixes

fix(common): db_common windows sqlite3 collision (#5481)