@graphql-tools/executor-http
Advanced tools
Comparing version 1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697 to 1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649
# @graphql-tools/executor-http | ||
## 1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697 | ||
## 1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649 | ||
### 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 | ||
- [#373](https://github.com/graphql-hive/gateway/pull/373) [`e257b4a`](https://github.com/graphql-hive/gateway/commit/e257b4a50f536ce0c94147453ec05f9aa82e181f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Updated dependency [`@graphql-tools/utils@^10.7.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.7.0) (from `^10.6.2`, in `dependencies`) | ||
- [#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`. | ||
- Updated dependencies [[`e257b4a`](https://github.com/graphql-hive/gateway/commit/e257b4a50f536ce0c94147453ec05f9aa82e181f)]: | ||
- @graphql-hive/gateway-abort-signal-any@0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649 | ||
## 1.2.1 | ||
@@ -10,0 +19,0 @@ |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.2.2-alpha-01a86000440fc91c6376fb49202a4534b4bc5697", | ||
"version": "1.2.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649", | ||
"type": "module", | ||
@@ -42,4 +42,4 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-hive/gateway-abort-signal-any": "^0.0.1", | ||
"@graphql-tools/utils": "^10.6.2", | ||
"@graphql-hive/gateway-abort-signal-any": "0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649", | ||
"@graphql-tools/utils": "^10.7.0", | ||
"@repeaterjs/repeater": "^3.0.4", | ||
@@ -59,5 +59,5 @@ "@whatwg-node/disposablestack": "^0.0.5", | ||
"graphql-yoga": "^5.10.6", | ||
"pkgroll": "2.5.1" | ||
"pkgroll": "2.6.0" | ||
}, | ||
"sideEffects": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73236
+ Added@graphql-hive/gateway-abort-signal-any@0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649(transitive)
- Removed@graphql-hive/gateway-abort-signal-any@0.0.1(transitive)
Updated@graphql-hive/gateway-abort-signal-any@0.0.2-alpha-0c1a506a947640a15b7a40e40c43e7cc1b471649
Updated@graphql-tools/utils@^10.7.0