Skip to content

Releases: aws-amplify/amplify-android

Amplify Android Kotlin Facade 0.1.8

03 Jun 19:22
b59c595
Compare
Choose a tag to compare

Released along with other amplify-android module

Amplify Android 1.17.6

25 May 20:46
18af184
Compare
Choose a tag to compare

Bug Fixes

  • checkstyle failure on Windows (#1326)
  • datastore: save metadata when merging even if mutation outbox has pending item (#1319)
  • datastore: add syncExpression method to configuration builder that takes the modelName as a String (#1330)

Amplify Android Kotlin Facade 0.1.7

25 May 20:46
18af184
Compare
Choose a tag to compare

Bug Fixes

  • checkstyle failure on Windows (#1326)
  • datastore: save metadata when merging even if mutation outbox has pending item (#1319)
  • datastore: add syncExpression method to configuration builder that takes the modelName as a String (#1330)

Amplify Android 1.17.5

03 May 20:19
dec672c
Compare
Choose a tag to compare

Bug Fixes

  • signed in hub event is now fired after currentUser is set, instead of before (#1300)
  • datastore,api: Update and delete mutations now work when custom primary key is defined (#1292)

Amplify Android Kotlin Facade 0.1.6

03 May 20:19
dec672c
Compare
Choose a tag to compare

Bug Fixes

  • signed in hub event is now fired after currentUser is set, instead of before (#1300)
  • datastore,api: Update and delete mutations now work when custom primary key is defined (#1292)

Amplify Android 1.17.4

26 Apr 17:13
7eb5f0d
Compare
Choose a tag to compare

Bug Fixes

  • Use ObjectsCompat since Objects is API 19+ (#1289)
  • Add ConfirmSignInOptions for confirmSignIn API method (#1297)

Miscellaneous

  • Upgrade dependency on the latest SDK version (#1294, #1296)

Amplify Android Kotlin Facade 0.1.5

26 Apr 17:13
7eb5f0d
Compare
Choose a tag to compare

Bug Fixes

  • Use ObjectsCompat since Objects is API 19+ (#1289)
  • adds ConfirmSignInOptions for confirmSignIn API method (#1297)

Miscellaneous

  • Upgrade dependency on the latest SDK version (#1294, #1296)

Amplify Android 1.17.3

14 Apr 19:07
6b915a6
Compare
Choose a tag to compare

Bug Fixes

  • datastore: optimize sync queries with predicates by wrapping in an AND group (#1225)
  • throws AlreadyConfiguredException when configured == true (#1274)

Amplify Android Kotlin Facade 0.1.4

14 Apr 19:07
6b915a6
Compare
Choose a tag to compare

Bug Fixes

  • kotlin: getCurrentUser return type should be nullable (#1265)

Amplify Android 1.17.2

27 Mar 00:45
6ff7ff2
Compare
Choose a tag to compare

DataStore

  • SerializedModel now works with correctly with PendingMutationConverter. (#1253)

API

  • Authorization mode can now be specified per call. (#1238, #1254)
  • Add support for readonly fields such as createdAt and updatedAt. (#1249)