Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 2.27.4

15 May 13:32
e31b961
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

Amplify Android 2.27.3

02 May 18:22
09e5693
Compare
Choose a tag to compare

Bug Fixes

  • storage: Fix rare edge case of transfer status update crash (#3006)
  • logging: Fixes issue of logging category not initializing properly using gen2 config (#3022)

Apollo AppSync Extensions 1.2.0

08 Apr 17:40
47cead4
Compare
Choose a tag to compare

Features

  • Apollo: Add constructor to ApolloAmplifyConnector for directly specifying connection information (#2980)

Bug Fixes

  • apollo: Fix using Apollo to connect to AppSync in China (#2947)

Amplify Android 2.27.2

20 Mar 16:32
0b38b91
Compare
Choose a tag to compare

Bug Fixes

  • all: Add additional consumer proguard rules for missing classes (#3000)

Amplify Android 2.27.1

27 Feb 18:17
f51182e
Compare
Choose a tag to compare

Bug Fixes

  • auth: Prevent crash if KeyStore not available (ex: instant app) (#2993)
  • storage: Prevent duplicate observer registration in TransferWorkerObserver to mitigate OOM issues (#2988)

Amplify Android 2.27.0

18 Feb 21:46
4bf7b2a
Compare
Choose a tag to compare

Bug Fixes

  • auth: Return cached user id and username instead of refetching them in getCurrentUser (#2985)

Amplify Android 2.26.0

17 Jan 01:07
08da562
Compare
Choose a tag to compare

Features

  • all: Add ability to use OkHttp4 with Amplify v2.x (#2970)

Bug Fixes

  • datastore: base sync when sync expression changes (#2937)
  • auth: Fallback to in-memory key value storage if encryption fails (#2969)
  • logging: CloudWatch Plugin 16KB page size support (#2919)
  • storage: Fix SocketTimeoutException when executing a long multi-part upload (#2973)

Amplify Android 2.25.1

16 Jan 15:08
efa5e69
Compare
Choose a tag to compare

Bug Fixes

  • auth: Fix Device Metadata migration if alised userId was used (#2963)

Amplify Android 2.25.0

27 Nov 02:34
83605cb
Compare
Choose a tag to compare

Features

  • auth: Add Passwordless features to Amplify (#2952)

Amplify Android 2.24.1

21 Nov 19:04
43f6e90
Compare
Choose a tag to compare

Bug Fixes

  • analytics: Fix accessing the Analytics category from RxAmplify or Kotlin Facade (#2944)
  • api: Fix connecting to AppSync from China with API category (#2948)