Skip to content

Upcoming Release Changes - #179

Merged
jswirbs merged 1 commit into
mainfrom
changeset-release/main
Jul 23, 2026
Merged

Upcoming Release Changes#179
jswirbs merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@soundxyz/graphql-react-ws@3.0.2

Patch Changes

  • #178
    c9d349b
    Thanks @jswirbs! - Fix fatal per-operation transport errors being
    silently swallowed instead of reaching onError/useSubscription's error state. Previously, a
    server-terminated operation (as opposed to a full socket close) resolved every consumer of that
    subscription as gracefully complete rather than errored, because the fatal-error cleanup path
    aborted each listener's AbortController before the async rejection could propagate through
    BroadcastAsyncGenerator's for await loop — and even when it did propagate, useSubscription's
    effect had no try/catch around its own for await, so the rejection was swallowed by
    subscribe()'s generic .catch(console.error).

@soundxyz/graphql-react-query-example-next@1.0.61

Patch Changes

  • Updated dependencies
    [c9d349b]:
    • @soundxyz/graphql-react-ws@3.0.2

@jswirbs
jswirbs merged commit 0a1612c into main Jul 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant