Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 2.14.9

11 Jan 15:31
5ae79a2
Compare
Choose a tag to compare

Bug Fixes

  • storage: Remove work manager restricted API usage and upgrade lib. (#2674)

Miscellaneous

  • Fix CHANGELOG.md for v2.14.8 (#2664)

Amplify Android 2.14.8

26 Dec 17:53
dfc9a11
Compare
Choose a tag to compare

Release 2.14.8

Miscellaneous

  • liveness: add close codes to websocket apis (#2658)

See all changes between 2.14.7 and 2.14.8

Amplify Android 2.14.7

15 Dec 00:12
c72f75f
Compare
Choose a tag to compare

Bug Fixes

  • datastore: Update Model Class Check in getMutationForModelId() from using ModelSchema class name to mutatedItem modelName (#2637)

Amplify Android 2.14.6

05 Dec 22:08
f3f8caf
Compare
Choose a tag to compare

Bug Fixes

  • auth: Add userAttributes to confirmSignIn call (#2640)

Amplify Android 2.14.5

13 Nov 20:21
47e22db
Compare
Choose a tag to compare

Bug Fixes

  • predictions: liveness: correct websocket retry logic (#2634)

Amplify Android 2.14.4

09 Nov 23:52
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix for when alias is used to sign in and deviceKey is stored with the entered username instead of retrieved username (#2614)
  • datastore: Add Model Class Check in getMutationById() to Prevent Cross-Model Primary Key Collisions (#2612)
  • datastore: Temporary workaround to stabilize DataStore test. (#2618)

Amplify Android 2.14.3 (deprecated)

09 Nov 17:40
d3012b3
Compare
Choose a tag to compare

Note: Version 2.14.3 has been deprecated. If you are currently using this version, and also use the Liveness UI component, upgrade to 2.14.4 immediately.

Bug Fixes

  • liveness: Liveness web socket expiration retry (#2615)

Amplify Android 2.14.2

26 Oct 23:45
e685a92
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix for when alias is used to sign in and deviceKey is stored with the entered username instead of retrieved username (#2614)
  • datastore: Add Model Class Check in getMutationById() to Prevent Cross-Model Primary Key Collisions (#2612)
  • datastore: Temporary workaround to stabilize DataStore test. (#2618)

Amplify Android 2.14.1

18 Oct 19:14
ff3e6a3
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix for retry sign in when resourceNotFoundException is raised (#2605)

Amplify Android 2.14.0

12 Oct 22:01
3156f9c
Compare
Choose a tag to compare

Features

  • api: Lazy Loading and Custom Selection Set (#2592)

Bug Fixes

  • push: Add previously removed tests (#2589)
  • auth: fetch device metadata from credential store for remember and forgetDevice (#2601)