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

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Version Packages #3443

merged 1 commit into from
Dec 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 1, 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]

Minor Changes

  • Allow the user to debug cache-misses by means of the new logger interface on the cacheExchange. A field miss will dispatch a debug log when it's not marked with @_optional or when it's non-nullable in the schema
    Submitted by @JoviDeCroock (See #3446)
  • Add onCacheHydrated as an option for the StorageAdapter
    Submitted by @JoviDeCroock (See #3428)
  • Add optional logger to the options, this allows you to filter out warnings or disable them all together
    Submitted by @JoviDeCroock (See #3444)

@urql/[email protected]

Patch Changes

  • Warn about cached persisted-miss results in development, when a persistedExchange() sees a persisted-miss error for a result that's already seen a persisted-miss error (i.e. two misses). This shouldn't happen unless something is caching persisted errors and we should warn about this appropriately
    Submitted by @kitten (See #3442)

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 281ffe2 to b046875 Compare December 2, 2023 11:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from b046875 to b4ac8ad Compare December 2, 2023 11:08
@JoviDeCroock JoviDeCroock merged commit f39165d into main Dec 3, 2023
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch December 3, 2023 08:06
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