···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Remove `hasNext: true` flag from stale responses. This was erroneously added in debugging, but leads to stale responses being marked with `hasNext`, which means the `dedupExchange` will keep waiting for further network responses.
+6
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.3.3
44+55+### Patch Changes
66+77+- Remove `hasNext: true` flag from stale responses. This was erroneously added in debugging, but leads to stale responses being marked with `hasNext`, which means the `dedupExchange` will keep waiting for further network responses, by [@kitten](https://github.com/kitten) (See [#1911](https://github.com/FormidableLabs/urql/pull/1911))
88+39## 4.3.2
410511### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "4.3.2",
33+ "version": "4.3.3",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",