Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 2.17.0

17 May 19:00
7c38195
Compare
Choose a tag to compare

Features

  • core: Add APIs to lazily evaluate log statements (#2811)

Bug Fixes

  • analytics: Make Analytics Options Builder build function public for Java to call (#2804)
  • predictions: Ignore unknown events from liveness websocket (#2736)
  • api: Fix the handling of exceptions when subscribing with Kotlin Facade (#2821)
  • auth: Prevent Rare Deadlock Scenario (#2822)
  • api: Add missing JvmStatic annotations (#2823)

Amplify Android 2.16.1

03 May 21:52
bac979a
Compare
Choose a tag to compare

Bug Fixes

  • logging: Fix unexpected behavior of bulkDelete action (#2772) (#2776)
  • auth: Fix timestamp issue with v1 to v2 migration (#2799)
  • datastore: Reconcile batch process optimization bug #2727 (#2749)
  • Storage: Prevent InputStream errors from calling back more than once (#2742)
  • datastore: Prevent datastore error with single auth rule when Mu… (#2760)
  • datastore: List errors that are returned from AppSync (#2801)

Amplify Android 2.16.0

29 Apr 15:55
d2cc5dc
Compare
Choose a tag to compare

Features

  • storage: Gen2 Storage API (#2758)
  • all: Add Gen2 Config (#2771)

Amplify Android 2.15.2

25 Apr 12:54
d3a6b83
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix incorrect statement about when userId is returned in AuthSignUpResult (#2782)
  • storage: Fix multiple instances of TransferDB leading to SQLiteDatabaseLockedException (#2786)

Amplify Android 2.15.1

12 Apr 20:53
e85e3bb
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix issue where unauthenticated logins caused 401 because refresh caused new credentials to be created (#2752)

See all changes between 2.15.0 and 2.15.1

Amplify Android 2.15.0

03 Apr 20:00
4bea6d4
Compare
Choose a tag to compare

Features

  • auth: Expose AuthConfiguration directly (#2740)

Miscellaneous

  • fix(auth) Add underlying cause to fetchAuthSession error (#2750)

Amplify Android 2.14.13

28 Mar 20:22
91ab0b4
Compare
Choose a tag to compare

Bug Fixes

  • analytics: Set start time before generating session ID (#2747)

Amplify Android 2.14.12

11 Mar 20:43
6413dbc
Compare
Choose a tag to compare

Bug Fixes

  • Predictions: Fix Liveness InvalidSignatureException (#2729)

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