Skip to content

Releases: aws-amplify/amplify-android

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)

Amplify Android 2.13.2

18 Sep 12:51
3e5e869
Compare
Choose a tag to compare

Bug Fixes

  • push: Prevent Unintended OptOuts (#2587)

Amplify Android 2.13.1

13 Sep 20:52
fdba2d9
Compare
Choose a tag to compare

Bug Fixes

  • liveness: Read facematch timeout from server event JSON (#2577)
  • liveness: API to add liveness version to websocket (#2572)

Amplify Android 2.13.0

30 Aug 01:57
0ef9fb2
Compare
Choose a tag to compare

Features

Miscellaneous

  • Update readme & contributing guide to add versioning (#2544)

Amplify Android 2.12.0

24 Aug 20:26
70b6533
Compare
Choose a tag to compare

Features

  • auth: Removed dependency on oauth2 token for refreshToken and move to initiateAuth for hostedUI (#2543)

Bug Fixes

  • auth: Fix for missing exception type for sign in (#2567)
  • datastore: Prevent stop from interrupting subsequent start call (#2569)
  • datastore: Ignore ApiAuthExceptions when subscribing or syncing models (#2561)
  • add granular read ops enum (#2265)
  • flutter/datastore: Nullable custom type arrays (#2565)
  • fix(notification): also catch RuntimeExecutionException for google play store device use case (#2562)

Amplify Android 2.11.3

18 Aug 08:23
8020948
Compare
Choose a tag to compare

Bug Fixes

  • storage: Upgrade SDK to fix EOF exception (#2558)
  • data: Resolve orchestrator transition threading issues. (#2551)

Amplify Android 2.11.2

10 Aug 21:14
79b7b47
Compare
Choose a tag to compare

Bug Fixes

  • datastore/flutter: Custom type list serde (#2545)
  • auth: Prevent credential continuation from returning multiple times. (#2541)

Amplify Android 1.38.8

09 Aug 20:36
9d3b100
Compare
Choose a tag to compare

Miscellaneous

  • Updating aws sdk version (#2546)

Amplify Android 2.11.1

28 Jul 01:02
3279520
Compare
Choose a tag to compare

Bug Fixes

  • datastore: Observe Query should not return deleted items, fixes - #2069 (#2522)
  • predictions: send close frame when error occurs (#2519)
  • auth: Fix for sending session expired when an invalid grant exception is received (#2524)
  • auth: Fix for when authstate goes to an invalid state on confirmSignIn when it should accept the error state as is (#2534)
  • datastore: Fix retry local after a deletion (#2532)