Skip to content

Commit d6fbffa

Browse files
committed
changesets
1 parent e3baeaa commit d6fbffa

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

.changeset/famous-mangos-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-hive/gateway-abort-signal-any': major
3+
---
4+
5+
`abortSignalAny` uses `AbortSignal.any` if available and falls back to `AbortController` for ponyfilling

.changeset/little-plums-perform.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway-abort-signal-any': major
3+
---
4+
5+
`abortSignalAny` returns the native `AbortSignal`
6+
7+
Instead of the custom `AbortSignalFromAny`. There is no need for the complication of adding signals to existing sets, chaining signals enough as well as simpler.

.changeset/long-beds-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-hive/gateway-abort-signal-any': major
3+
---
4+
5+
`AbortSignal.any` ponyfill under `abortSignalAny` is now stable

.changeset/real-seals-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-hive/gateway-runtime': patch
3+
---
4+
5+
Use improved AbortSignal.any ponyfill fixing potential memory leaks

0 commit comments

Comments
 (0)