···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix regression from [#1869](https://github.com/FormidableLabs/urql/pull/1869) that caused nullable lists to always cause a cache miss, if schema awareness is enabled.
-5
.changeset/tidy-tables-promise.md
···11----
22-'@urql/core': patch
33----
44-55-Adding option to `ssrExchange` to include the `extensions` field of operation results in the cache.
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.3.5
44+55+### Patch Changes
66+77+- ⚠️ Fix regression from [#1869](https://github.com/FormidableLabs/urql/pull/1869) that caused nullable lists to always cause a cache miss, if schema awareness is enabled, by [@kitten](https://github.com/kitten) (See [#1983](https://github.com/FormidableLabs/urql/pull/1983))
88+- Updated dependencies (See [#1985](https://github.com/FormidableLabs/urql/pull/1985))
99+ - @urql/core@2.3.3
1010+311## 4.3.4
412513### Patch Changes
···11# @urql/core
2233+## 2.3.3
44+55+### Patch Changes
66+77+- Adding option to `ssrExchange` to include the `extensions` field of operation results in the cache, by [@dios-david](https://github.com/dios-david) (See [#1985](https://github.com/FormidableLabs/urql/pull/1985))
88+39## 2.3.2
410511### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.3.2",
33+ "version": "2.3.3",
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/",