Skip to content

0.4.0 (2022-02-17)

Compare
Choose a tag to compare
@ragingsquirrel3 ragingsquirrel3 released this 17 Feb 19:07
· 2214 commits to main since this release
0e67f1d

Breaking Changes

API: The data field in GraphQLResponse is now nullable.

Kotlin version bumped to 1.6.10. If you are using Flutter 2.10 or above, you will need to ensure that your app supports an up-to-date Kotlin version (https://docs.flutter.dev/release/breaking-changes/kotlin-version). This will typically be version 1.5.31 or higher.

Features

Fixes

  • fix(datastore): DataTime value comparison is inaccurate (#1326)
  • fix(datastore): Hub memory usage (#1201)

Chores

  • chore(amplify_authenticator): remove support for amplify theme (#1367)
  • chore(flutter): Fix AtomicResultTest (#1363)
  • chore(amplify_authenticator): update amplify_flutter dep to >=0.3.0 <0.5.0 (#1361)