Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3194

Merged
merged 1 commit into from
Apr 28, 2023
Merged

Version Packages #3194

merged 1 commit into from
Apr 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 28, 2023

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

@urql/[email protected]

Major Changes

  • Update the preferGetForPersistedQueries option to include the 'force' and 'within-url-limit' values from the Client's preferGetMethod option. The default value of true no longer sets OperationContext's preferGetMethod setting to 'force'. Instead, the value of preferGetForPersistedQueries carries through to the OperationContext's preferGetMethod setting for persisted queries
    Submitted by @NWRichmond (See #3192)

@urql/[email protected]

Patch Changes

  • ⚠️ Fix missing cache updates, when a query that was previously torn down restarts and retrieves results from the cache. In this case a regression caused cache updates to not be correctly applied to the queried results, since the operation wouldn’t be recognised properly
    Submitted by @kitten (See #3193)

[email protected]

Patch Changes

  • Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
    Submitted by @nathan-knight (See #3195)

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 47930e2 to 051a8f7 Compare April 28, 2023 11:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from 051a8f7 to 08d55eb Compare April 28, 2023 15:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 08d55eb to c68aa35 Compare April 28, 2023 15:34
@kitten kitten merged commit 8640fdb into main Apr 28, 2023
@kitten kitten deleted the changeset-release/main branch April 28, 2023 15:39
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