Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 2.19.1

20 Jun 19:02
b3c79fb
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix isSignedIn states (#2830)
  • DataStore: should not crash on missing version metadata (#2849)

Amplify Android 2.19.0

14 Jun 00:13
37fc35e
Compare
Choose a tag to compare

Miscellaneous

  • DataStore Model Sync Parallelization (#2808)

Amplify Android 2.18.0

03 Jun 20:02
497e19a
Compare
Choose a tag to compare

Features

  • all: Update to Kotlin SDK 1.2.8 (includes OkHttp Update) (#2813)

Bug Fixes

  • auth: Fix HostedUI signout cancellation issue (#2834)
  • auth: Fix parsing of REQUIRES_UPPERCASE/REQUIRES_LOWERCASE password settings in Gen1 (#2836)

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)