Skip to content

Releases: aws-amplify/amplify-android

Amplify Android Kotlin Facade 0.3.0

17 Jun 23:01
c0155c2
Compare
Choose a tag to compare

Features

  • datastore: implement observe with predicate API (#1356)

Bug Fixes

  • auth: throw correct auth exception for code mismatch (#1370)
  • datastore: fix subscription timeout period not increasing (#1376)
  • datastore: Add support for SerializedModel to predicate evaluation (#1375)
  • datastore: merge incoming mutation with existing update mutation (#1379)

Miscellaneous

  • chore(api):tweaks to the api init process (#1309)
  • Update stale.yml (#1380)

Amplify Android 1.18.0

10 Jun 23:08
1594f25
Compare
Choose a tag to compare

Features

  • aws-auth-cognito: Allows userattributes in confirmSignIn (#1343)

Amplify Android Kotlin Facade 0.2.0

10 Jun 23:08
1594f25
Compare
Choose a tag to compare

Features

  • aws-auth-cognito: Allows userattributes in confirmSignIn (#1343)

Amplify Android 1.17.8

07 Jun 21:13
01de9e2
Compare
Choose a tag to compare

Bug Fixes

  • auth: Add ConfirmSignUpOptions for confirmSignUp API method (#1357)
  • storage: remove duplicate error callback (#1366)

Amplify Android Kotlin Facade 0.1.9

07 Jun 21:13
01de9e2
Compare
Choose a tag to compare

Bug Fixes

  • auth: Add ConfirmSignUpOptions for confirmSignUp API method (#1357)
  • storage: remove duplicate error callback (#1366)

Amplify Android 1.17.7

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

Bug Fixes

  • api: check for null ModelSchema to prevent crash in SerializedModel toString method (#1341)
  • api: default to mobile client for iam auth mode (#1351)
  • Auth: prevent multiple invocations of success callback for updateUserAttributes (#1339)

Miscellaneous

  • create stale bot GitHub action (#1337)
  • refactor:add enum to represent auth rule provider (#1320)

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)