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

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Version Packages #12325

merged 1 commit into from
Feb 3, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 30, 2025

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/[email protected]

Patch Changes

  • #12321 daa4f33 Thanks @jerelmiller! - Fix type of extensions in protocolErrors for ApolloError and the onError link. According to the multipart HTTP subscription protocol, fatal tranport errors follow the GraphQL error format which require extensions to be a map as its value instead of an array.

  • #12318 b17968b Thanks @jerelmiller! - Allow RetryLink to retry an operation when fatal transport-level errors are emitted from multipart subscriptions.

    const retryLink = new RetryLink({
      attempts: (count, operation, error) => {
        if (error instanceof ApolloError) {
          // errors available on the `protocolErrors` field in `ApolloError`
          console.log(error.protocolErrors);
        }
    
        return true;
      },
    });

@svc-apollo-docs
Copy link

svc-apollo-docs commented Jan 30, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 6ac036a9525d533f52669f31

Copy link

netlify bot commented Jan 30, 2025

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 045f750
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67a1020a6d36320008e3902f
😎 Deploy Preview https://deploy-preview-12325--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 4f1f6cc to 335ce6b Compare January 31, 2025 04:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from 335ce6b to 045f750 Compare February 3, 2025 17:51
@github-actions github-actions bot added the auto-cleanup 🤖 label Feb 3, 2025
@jerelmiller jerelmiller merged commit 1641eeb into main Feb 3, 2025
41 checks passed
@jerelmiller jerelmiller deleted the changeset-release/main branch February 3, 2025 17:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants