···11----
22-"@urql/exchange-graphcache": patch
33----
44-55-Fix ignore empty relay edges when using the `relayPagination` resolver
-5
.changeset/pink-turkeys-live.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Fix issues with continuously updating operations (i.e. subscriptions and `hasNext: true` queries) by shifting their layers in Graphcache behind those that are still awaiting a result. This causes continuous updates to not overwrite one-off query results while still keeping continuously updating operations at the highest possible layer.
-5
.changeset/shiny-bags-serve.md
···11----
22-'@urql/exchange-execute': patch
33----
44-55-Support using default values with directives. Previously, using a variables with a default value within a directive would fail the validation if it is empty.
-5
.changeset/unlucky-moles-stare.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Prevent creating unnecessary layers, which should improve performance slightly.
+6
exchanges/execute/CHANGELOG.md
···11# Changelog
2233+## 1.2.3
44+55+### Patch Changes
66+77+- Support using default values with directives. Previously, using a variables with a default value within a directive would fail the validation if it is empty, by [@fathyb](https://github.com/fathyb) (See [#2435](https://github.com/FormidableLabs/urql/pull/2435))
88+39## 1.2.2
410511### Patch Changes
+1-1
exchanges/execute/package.json
···11{
22 "name": "@urql/exchange-execute",
33- "version": "1.2.2",
33+ "version": "1.2.3",
44 "description": "An exchange for executing queries against a local schema in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+11
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.4.0
44+55+### Minor Changes
66+77+- Fix issues with continuously updating operations (i.e. subscriptions and `hasNext: true` queries) by shifting their layers in Graphcache behind those that are still awaiting a result. This causes continuous updates to not overwrite one-off query results while still keeping continuously updating operations at the highest possible layer, by [@kitten](https://github.com/kitten) (See [#2419](https://github.com/FormidableLabs/urql/pull/2419))
88+99+### Patch Changes
1010+1111+- ⚠️ Fix ignore empty relay edges when using the `relayPagination` resolver, by [@tgriesser](https://github.com/tgriesser) (See [#2431](https://github.com/FormidableLabs/urql/pull/2431))
1212+- Prevent creating unnecessary layers, which should improve performance slightly, by [@kitten](https://github.com/kitten) (See [#2419](https://github.com/FormidableLabs/urql/pull/2419))
1313+314## 4.3.6
415516### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "4.3.6",
33+ "version": "4.4.0",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",