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 #10630

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Version Packages #10630

merged 1 commit into from
Mar 31, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 8, 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

@apollo/client@3.7.11

Patch Changes

  • #10586 4175af594 Thanks @alessbell! - Improve WebSocket error handling for generic Event received on error. For more information see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/error_event.

  • #10411 152baac34 Thanks @lovasoa! - Simplify error message generation and make 'undefined' an impossible message string.

  • #10592 cdb98ae08 Thanks @alessbell! - Adds support for multipart subscriptions in HttpLink.

  • #10698 38508a251 Thanks @jerelmiller! - Changes the behavior of useLazyQuery introduced in #10427 where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request.

    Other notable fixes:

    • Kicking off multiple requests in parallel with the execution function will now ensure each returned promise is resolved with the data from its request. Previously, each promise was resolved with data from the last execution.
    • Re-rendering useLazyQuery with a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request.
  • #10660 364bee98f Thanks @alessbell! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.

  • #10597 8fb9d190d Thanks @phryneas! - Fix a bug where an incoming cache update could prevent future updates from the active link.

  • #10629 02605bb3c Thanks @phryneas! - useQuery: delay unsubscribe to fix race conditions

@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 0f3813c to f80413a Compare March 15, 2023 18:31
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 28cc1ed to c03212b Compare March 19, 2023 16:39
@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from a957974 to c384fe1 Compare March 29, 2023 14:25
@phryneas phryneas linked an issue Mar 30, 2023 that may be closed by this pull request
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 2fe7721 to 4ef29aa Compare March 30, 2023 18:43
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from bbb82f6 to dff8783 Compare March 31, 2023 17:34
@alessbell alessbell merged commit 894ae48 into main Mar 31, 2023
@alessbell alessbell deleted the changeset-release/main branch March 31, 2023 18:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries cancelled in strict mode with nextFetchPolicy: "cache-first"
1 participant