@graphql-tools/executor-http
Advanced tools
Comparing version 1.2.2-alpha-2282ec8f3a56134d51ecb4f1e4981273ceb13d81 to 1.2.2-alpha-350c365536b836be3b90f57a35cf68b0ba6773ac
# @graphql-tools/executor-http | ||
## 1.2.2-alpha-2282ec8f3a56134d51ecb4f1e4981273ceb13d81 | ||
## 1.2.2-alpha-350c365536b836be3b90f57a35cf68b0ba6773ac | ||
### Patch Changes | ||
- [#367](https://github.com/graphql-hive/gateway/pull/367) [`01a8600`](https://github.com/graphql-hive/gateway/commit/01a86000440fc91c6376fb49202a4534b4bc5697) Thanks [@ardatan](https://github.com/ardatan)! - Fix Retry / Timeout combination | ||
- [#367](https://github.com/graphql-hive/gateway/pull/367) [`15975c2`](https://github.com/graphql-hive/gateway/commit/15975c28daddbb4f31d520371f53520aecacaac7) Thanks [@ardatan](https://github.com/ardatan)! - Fix the combination of `upstreamRetry` and `upstreamTimeout` together | ||
When you use `upstreamRetry` and `upstreamTimeout` together, the `upstreamRetry` wasn't applied properly when the request is timed out with `upstreamTimeout`. | ||
## 1.2.1 | ||
@@ -10,0 +12,0 @@ |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.2.2-alpha-2282ec8f3a56134d51ecb4f1e4981273ceb13d81", | ||
"version": "1.2.2-alpha-350c365536b836be3b90f57a35cf68b0ba6773ac", | ||
"type": "module", | ||
@@ -58,5 +58,5 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"graphql-yoga": "^5.10.6", | ||
"pkgroll": "2.5.1" | ||
"pkgroll": "2.6.0" | ||
}, | ||
"sideEffects": false | ||
} |
72573