Skip to content

Releases: awslabs/aws-mobile-appsync-sdk-android

AWS AppSync SDK for Android v2.8.2

03 May 20:30
48e4eae
Compare
Choose a tag to compare

Enhancements

  • AWS AppSync plugin for gradle is now compatible with Gradle version 5.x. See issue#91 for details. To consume these changes make sure to upgrade the appsync plugin version, which can be found in the project-level build.gradle, to classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:2.8.+'

AWS AppSync SDK for Android v2.8.1

30 Apr 21:44
72fc04e
Compare
Choose a tag to compare

Bug Fixes

[DEPRECATED] AWS AppSync SDK for Android v2.8.0

30 Apr 01:49
76c54d3
Compare
Choose a tag to compare

Bug Fixes

AWS Mobile SDK for Android v2.7.10

24 Apr 21:50
ffc1406
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that cause NullPointerException in the ApolloServerInterceptor. See PR #146 Thanks @alanvan0502 !
  • Sanitized useragent string of unicode characters that caused requests to fail. The unicode characters in this case came from the platform name (TM) symbol. See PR #146 Thanks @alanvan0502 !

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.13.2 instead of 2.13.0.

AWS Mobile SDK for Android v2.7.9

06 Apr 00:15
Compare
Choose a tag to compare

Bug Fixes

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.13.0 instead of 2.12.1.

AWS Mobile SDK for Android v2.7.8

26 Feb 04:23
Compare
Choose a tag to compare

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.12.1 instead of 2.11.0.

Bug Fixes

  • Adjusted network connectivity check in mutation processing logic. See issue #108, issue #121
  • Fixed NoSuchElementException in Subscription Reconnection logic. See issue #114.

AWS Mobile SDK for Android v2.7.7

13 Feb 04:56
d1ab9d1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a memory leak in subscriptionsById map. See issue #111.
  • Prevent a NPE on the userCallback when canceling a subscription. See issue #114.

AWS Mobile SDK for Android v2.7.6

24 Jan 02:11
1dd1fd9
Compare
Choose a tag to compare

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

AWS Mobile SDK for Android v2.7.5

15 Jan 01:13
Compare
Choose a tag to compare

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.10.1 instead of 2.10.0.

Bug Fixes

AWS Mobile SDK for Android v2.7.4

08 Jan 04:14
Compare
Choose a tag to compare

Enhancements

  • Added logic to mutation queue processing to handle canceled mutations.

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.10.0 instead of 2.9.1.
  • Added mutationQueueExecutionTimeout method to AppSyncClient Builder to specify execution timeout for mutations.