Skip to content

Upcoming Release Changes - #181

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 2026

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.3

Patch Changes

  • #180
    5fe13f6
    Thanks @jswirbs! - Add syncStore option to useSubscription
    (default true). Set syncStore: false when consuming events only via onData/onError to skip
    mirroring each result into the valtio store — avoiding a React re-render of the calling component
    on every subscription frame. Important for high-frequency fan-out (e.g. chat reactions). Returned
    data/error do not update while syncStore is false.

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

Patch Changes

  • Updated dependencies
    [5fe13f6]:
    • @soundxyz/graphql-react-ws@3.0.3

Note

Low Risk
Release-only version and changelog updates; the underlying change is an opt-in subscription performance flag with default behavior unchanged.

Overview
Changesets release that publishes @soundxyz/graphql-react-ws@3.0.3 and bumps the Next example to 1.0.62 on the new dependency.

The release documents syncStore on useSubscription (default true). With syncStore: false, subscription frames are handled via onData / onError only—results are not mirrored into the valtio store, so the hook’s component does not re-render on every message (useful for high-frequency subscriptions). Returned data and error stay stale while syncStore is false.

This PR’s diff is version/changelog housekeeping (including removal of the consumed changeset); the behavior ships from #180.

Reviewed by Cursor Bugbot for commit be3f55b. Bugbot is set up for automated code reviews on this repo. Configure here.

@jswirbs
jswirbs merged commit 67ef836 into main Jul 31, 2026
2 checks 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