Skip to content

Releases: aws-amplify/amplify-android

Amplify Android Kotlin Facade 0.5.0

08 Jul 20:00
bd0e8ab
Compare
Choose a tag to compare

Features

  • datastore: Return nested data for belongsTo associations in datastore (#1390)

Bug Fixes

  • analytics: allow user attributes in identifyUser (#1306)

Amplify Android 1.20.1

01 Jul 03:23
1d9df01
Compare
Choose a tag to compare

Bug Fixes

  • increase timeout for subscriptions to be established on slow networks (#1389)
  • api: move error handling to multi-auth operation (#1399)

Amplify Android Kotlin Facade 0.4.1

01 Jul 03:23
1d9df01
Compare
Choose a tag to compare

Bug Fixes

  • increase timeout for subscriptions to be established on slow networks (#1389)
  • api: move error handling to multi-auth operation (#1399)

Amplify Android 1.20.0

24 Jun 20:44
30029b6
Compare
Choose a tag to compare

Features

  • datastore: adding multiauth support (#1347)

Bug Fixes

  • datastore: Merge mutations when create is followed by update (#1384)
  • datastore: explicitly include id field for update mutations, to support types with custom primary keys (#1385)

Miscellaneous

  • Update SDK version to 2.26.0 (#1386)

Amplify Android Kotlin Facade 0.4.0

24 Jun 20:44
30029b6
Compare
Choose a tag to compare

Features

  • datastore: adding multiauth support (#1347)

Bug Fixes

  • datastore: Merge mutations when create is followed by update (#1384)
  • datastore: explicitly include id field for update mutations, to support types with custom primary keys (#1385)

Miscellaneous

  • Update SDK version to 2.26.0 (#1386)

Amplify Android 1.19.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 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)