Skip to content

AWS AppSync SDK for Android v2.10.1

Compare
Choose a tag to compare
@mutablealligator mutablealligator released this 17 Oct 03:22
caaf407

Release 2.10.1

Enhancements

  • Make GraphQLStoreOperation.Callback a public interface, so the AWSAppSyncStore asynchronous operations can be passed with a callback. Thanks @cjami for the contribution. See PR #193 for details.

Misc. Updates

  • AWSAppSync now depends on AWSCore version 2.16.1 instead of 2.13.5.

Bug Fixes

  • If an App Sync subscription attempts to be executed while in a non-Idle state, it will now pass the error back through the callback vs. crashing the app with a runtime exception. See issue#202