Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 2.14.11

20 Feb 02:14
956ba11
Compare
Choose a tag to compare

Bug Fixes

  • storage: upload/download fewer files in storage stress test to avoid S3 throttling exception (#2712)
  • datastore: Remove unnecessary synchronized causing subscription slowness (#2718, #2719)
  • datastore: Switch to BFS in Join Builder for Alias, fixes - #2488 (#2693)

Amplify Android 2.14.10

08 Feb 21:12
231c78d
Compare
Choose a tag to compare

Features

  • datastore: Improve Sync Performance Through SQLite Transaction Batching (#2703)

Bug Fixes

  • api: Use provided Content-Type to create RequestBody (#2666)
  • auth: Add MFAType.challengeResponse extension (#2680)
  • core: use returns instead of answers on coEvery (#2653)
  • datastore: Fix DataStore peek exception (#2702)
  • geo: Fix Geo Plugin Auth injection (#2704)
  • all: Add fallback logic for corrupt keys to EncryptedKeyValueRepository (#2686)
  • datastore: Fix test failure introduced with slower test runs from SQLite (#2708)

Miscellaneous

  • Update to AWS Kotlin SDK v1.x stable (#2695)

See all changes between 2.14.9 and 2.14.10

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)