···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix previous results' `null` values spilling into the next result that Graphcache issues, which may prevent updates from being issued until the query is reexecuted. This was affecting any `null` links on data, and any queries that were issued before non-optimistic mutations.
-5
.changeset/rude-pumpkins-yawn.md
···11----
22-'@urql/core': patch
33----
44-55-Fix mark `query.__key` as non-enumerable so `formatDocument` does not restore previous invocations when cloning the gql-ast.
-5
.changeset/stale-candles-enjoy.md
···11----
22-'@urql/exchange-retry': minor
33----
44-55-Add a new `retryWith` option which allows operations to be updated when a request is being retried.
-7
.changeset/thick-seals-wait.md
···11----
22-"@urql/core": patch
33----
44-55-Fix: update toPromise to exclude `hasNext` results. This change ensures that
66-when we call toPromise() on a query we wont serve an incomplete result, the
77-user will expect to receive a non-stale full-result when using toPromise()
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.3.1
44+55+### Patch Changes
66+77+- ⚠️ Fix previous results' `null` values spilling into the next result that Graphcache issues, which may prevent updates from being issued until the query is reexecuted. This was affecting any `null` links on data, and any queries that were issued before non-optimistic mutations, by [@kitten](https://github.com/kitten) (See [#1885](https://github.com/FormidableLabs/urql/pull/1885))
88+- Updated dependencies (See [#1870](https://github.com/FormidableLabs/urql/pull/1870) and [#1880](https://github.com/FormidableLabs/urql/pull/1880))
99+ - @urql/core@2.3.1
1010+311## 4.3.0
412513### Minor Changes
···11# Changelog
2233+## 0.3.0
44+55+### Minor Changes
66+77+- Add a new `retryWith` option which allows operations to be updated when a request is being retried, by [@kitten](https://github.com/kitten) (See [#1881](https://github.com/FormidableLabs/urql/pull/1881))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#1870](https://github.com/FormidableLabs/urql/pull/1870) and [#1880](https://github.com/FormidableLabs/urql/pull/1880))
1212+ - @urql/core@2.3.1
1313+314## 0.2.1
415516### Patch Changes
···11# @urql/core
2233+## 2.3.1
44+55+### Patch Changes
66+77+- ⚠️ Fix mark `query.__key` as non-enumerable so `formatDocument` does not restore previous invocations when cloning the gql-ast, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1870](https://github.com/FormidableLabs/urql/pull/1870))
88+- ⚠️ Fix: update toPromise to exclude `hasNext` results. This change ensures that
99+ when we call toPromise() on a query we wont serve an incomplete result, the
1010+ user will expect to receive a non-stale full-result when using toPromise(), by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1880](https://github.com/FormidableLabs/urql/pull/1880))
1111+312## 2.3.0
413514### Minor Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.3.0",
33+ "version": "2.3.1",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",