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

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Version Packages #1838

merged 1 commit into from
Aug 12, 2021

Conversation

urql-ci
Copy link
Contributor

@urql-ci urql-ci commented Aug 5, 2021

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/core@2.2.0

Minor Changes

  • Add a staleWhileRevalidate option to the ssrExchange, which allows the client to immediately refetch a new result on hydration, which may be used for cached / stale SSR or SSG pages. This is different from using cache-and-network by default (which isn't recommended) as the ssrExchange typically acts like a "replacement fetch request", by @kitten (See #1852)

Patch Changes

  • ⚠️ Fix prevent mangling embedded strings in queries sent using the GET method, by @JoviDeCroock (See #1851)
  • The single-source behavior previously wasn't effective for implementations like React,
    where the issue presents itself when the state of an operation is first polled. This led to the operation being torn down erroneously.
    We now ensure that operations started at the same time still use a shared single-source, by @JoviDeCroock (See #1850)

next-urql@3.2.0

Minor Changes

  • Add new staleWhileRevalidate option from the ssrExchange addition to withUrqlClient's options. This is useful when Next.js is used in static site generation (SSG) mode, by @kitten (See #1852)

Patch Changes

  • Use the built-in next types for next-urql HOC return values, by @JoviDeCroock (See #1812)

@urql/exchange-auth@0.1.6

Patch Changes

@urql-ci urql-ci force-pushed the changeset-release/main branch 2 times, most recently from d80465f to bc13f13 Compare August 11, 2021 15:22
@urql-ci urql-ci force-pushed the changeset-release/main branch 2 times, most recently from e774fde to 90f4c7f Compare August 11, 2021 17:53
@yankovalera yankovalera merged commit 7bec707 into main Aug 12, 2021
@yankovalera yankovalera deleted the changeset-release/main branch August 12, 2021 08:40
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.

3 participants