@graphql-hive/gateway-abort-signal-any
Advanced tools
Comparing version 0.0.4-alpha-b9b5c5e72b4373e4d3736e267eaba3f15cc59065 to 0.0.4-alpha-d8dc77bc27e4abf917b03c197fe569c509e54a72
# @graphql-hive/gateway-abort-signal-any | ||
## 0.0.4-alpha-b9b5c5e72b4373e4d3736e267eaba3f15cc59065 | ||
## 0.0.4-alpha-d8dc77bc27e4abf917b03c197fe569c509e54a72 | ||
### Patch Changes | ||
- [`b9b5c5e`](https://github.com/graphql-hive/gateway/commit/b9b5c5e72b4373e4d3736e267eaba3f15cc59065) Thanks [@ardatan](https://github.com/ardatan)! - Introduce disposable timeout signals. | ||
- [#407](https://github.com/graphql-hive/gateway/pull/407) [`d8dc77b`](https://github.com/graphql-hive/gateway/commit/d8dc77bc27e4abf917b03c197fe569c509e54a72) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Added dependency [`@whatwg-node/disposablestack@^0.0.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/disposablestack/v/0.0.5) (to `dependencies`) | ||
- [#407](https://github.com/graphql-hive/gateway/pull/407) [`31d44e7`](https://github.com/graphql-hive/gateway/commit/31d44e76d3e17b29527b4604440c39687a0880f5) Thanks [@ardatan](https://github.com/ardatan)! - Introduce disposable timeout signals. | ||
When `AbortSignal.timeout(MS)` is used, the timer is not cleaned up until it finishes. | ||
@@ -10,0 +14,0 @@ This leads to memory leaks when the signal is not used anymore. |
{ | ||
"name": "@graphql-hive/gateway-abort-signal-any", | ||
"version": "0.0.4-alpha-b9b5c5e72b4373e4d3736e267eaba3f15cc59065", | ||
"version": "0.0.4-alpha-d8dc77bc27e4abf917b03c197fe569c509e54a72", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": { |
9438