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

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Version Packages #3344

merged 1 commit into from
Jul 30, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 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/exchange-auth@2.1.6

Patch Changes

  • authExchange() will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. authExchange(async (utils) => { /*...*/ })) is not expected to reject/throw
    Submitted by @kitten (See #3343)

@urql/core@4.1.1

Patch Changes

  • Add case for subscriptionExchange to handle GraphQLError[] received in the error observer callback.
    Note: This doesn't strictly check for the GraphQLError shape and only checks for arrays and receiving errors in the ExecutionResult on the next observer callback is preferred and recommended for transports
    Submitted by @kitten (See #3346)

@github-actions github-actions bot force-pushed the changeset-release/main branch from c634ba0 to c7eda08 Compare July 30, 2023 16:50
@kitten kitten merged commit 15f12ae into main Jul 30, 2023
@kitten kitten deleted the changeset-release/main branch July 30, 2023 16:56
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