Skip to content

AWS Mobile SDK for Android v2.7.6

Compare
Choose a tag to compare
@scb01 scb01 released this 24 Jan 02:11
1dd1fd9

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.11.0 instead of 2.10.1.
  • Added support to check if mutation queue is empty and to clear mutation queue. See issue #96, and issue #101

Bug Fixes

  • Fixed bug in mutationQueueExecutionTimeout method. See issue #105
  • Fixed bug in mutation processing logic to handle case where cancel is called in the mutation callback. See issue #102