Skip to content

Amplify Android 1.6.7

Choose a tag to compare

@raphkim raphkim released this 10 Dec 22:59

DataStore

  • Encountering error while publishing mutation no longer crashes DataStore. See PR #976.

  • Fixed a race condition in the sync engine. See Issue #1010.

  • Storage engine behavioral updates:

    • delete() of non-existent model no longer triggers error callback. See PR #1033.
    • save() of non-existent model with predicates now triggers error callback. See Issue #1034.
  • Improved Flutter support:

    • owner field now included to Selection Set. See Issue #1019.
    • Float type in GraphQL schema now stored as Java's double. See Issue #1031.

Auth

  • Now supports specifying custom browser for web UI. See PR #1030.

API

  • Fix Rest API's DELETE operation. See Issue #1028.

See all changes between 1.6.6 and 1.6.7.