···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Set `stale: true` on cache results, even if a reexecution has been blocked by the loop protection, if the operation is already pending and in-flight.
-5
.changeset/serious-tables-ring.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix `@defer` state leaking into following operations.
···11# @urql/exchange-graphcache
2233+## 6.4.1
44+55+### Patch Changes
66+77+- Set `stale: true` on cache results, even if a reexecution has been blocked by the loop protection, if the operation is already pending and in-flight
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3493](https://github.com/urql-graphql/urql/pull/3493))
99+- ⚠️ Fix `@defer` state leaking into following operations
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3497](https://github.com/urql-graphql/urql/pull/3497))
1111+312## 6.4.0
413514### Minor Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.4.0",
33+ "version": "6.4.1",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",