-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to handle canceled mutations (#93)
* Changes to handle canceled mutations * Updated tests to make sure that we don't wait for the callback for canceled mutations. * Added logic to identify and handle stuck mutations * Added option for developer to specify maxExecutionTimeOut in mutation queue Moved several methods to package private * Moved some more methods to package private * Changes for connection stability and exception handling * Changes for * version bump * Updated Change log * tweaks to queue processing logic * tweaks for tests
- Loading branch information
1 parent
eb5cfb3
commit 55717d1
Showing
17 changed files
with
497 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
aws-android-sdk-appsync-compiler/src/generated/kotlin/com/apollographql/android/Version.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Generated file. Do not edit! | ||
package com.apollographql.android | ||
val VERSION = "2.7.3" | ||
val VERSION = "2.7.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.