Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 1.29.0

11 Nov 22:23
2cffc8e

Choose a tag to compare

Features

  • geo: Add search APIs (#1558)
  • api: Add support for custom GraphQL endpoints. (#1564)

Bug Fixes

  • datastore: specify model name when querying with Where.id (#1548)

Amplify Android Kotlin Facade 0.13.0

11 Nov 22:22
2cffc8e

Choose a tag to compare

Features

  • geo: Add search APIs (#1558)
  • api: Add support for custom GraphQL endpoints. (#1564)

Bug Fixes

  • datastore: specify model name when querying with Where.id (#1548)

Amplify Android Geo Developer Preview 0.1.2

15 Nov 17:38
2cffc8e

Choose a tag to compare

Features

geo: Added search APIs (#1558)

Amplify Android 1.28.3

02 Nov 02:25
a80aa9c

Choose a tag to compare

Bug Fixes

  • geo: Specify jvm target for kotlin package (#1546)
  • api: replace pluralName with listPluralName & syncPluralName (#1523)
  • datastore: Allow different model types with same ID (#1541)

Miscellaneous

  • Update build.gradle (#1553)

Amplify Android Kotlin Facade 0.12.3

02 Nov 02:25
a80aa9c

Choose a tag to compare

Bug Fixes

  • geo: Specify jvm target for kotlin package (#1546)
  • api: replace pluralName with listPluralName & syncPluralName (#1523)
  • datastore: Allow different model types with same ID (#1541)

Miscellaneous

  • Update build.gradle (#1553)

Amplify Android 1.28.2

18 Oct 16:59
db9fffd

Choose a tag to compare

Miscellaneous

  • fix(datastore):predicate handling for observe (#1537)

Amplify Android Kotlin Facade 0.12.2

18 Oct 16:59
db9fffd

Choose a tag to compare

Miscellaneous

  • fix(datastore):predicate handling for observe (#1537)

Amplify Android 1.28.1

08 Oct 15:29
90beb51

Choose a tag to compare

Miscellaneous

  • Observe query updates (#1520)
  • Update AWS SDK ver to 2.33.0 (#1526)

Amplify Android Kotlin Facade 0.12.1

08 Oct 15:29
90beb51

Choose a tag to compare

Miscellaneous

  • Observe query updates (#1520)
  • Update AWS SDK ver to 2.33.0 (#1526)

Amplify Android 1.28.0

30 Sep 21:44
8407048

Choose a tag to compare

Features

  • datastore: Add support for parsing match none predicate in AppSync request builder (#1515)
  • datastore: Add support for observe query (#1470)

Bug Fixes

  • datastore: timeout period not increasing for flutter (#1505)
  • datastore: Ensure not to parse SerializedCustomType if value is null (#1513)
  • datastore: Fix for issue with foreign keys on schema upgrade delete (#1501)

Miscellaneous

  • better announce which schema is failing to sync (#1479)