···11----
22-'@urql/exchange-refocus': minor
33----
44-55-Add `minimumTime` to `refocusExchange` to throttle query reexecution.
-5
.changeset/orange-rabbits-poke.md
···11----
22-'@urql/exchange-graphcache': major
33----
44-55-Don't serialize data to IDB. This invalidates all existing data, but greatly improves performance of read/write operations.
-5
.changeset/sweet-buses-invite.md
···11----
22-'@urql/storage-rn': patch
33----
44-55-Add support for `@react-native-async-storage/async-storage` v2.0.0.
···11# @urql/exchange-graphcache
2233+## 9.0.0
44+55+### Major Changes
66+77+- Don't serialize data to IDB. This invalidates all existing data, but greatly improves performance of read/write operations
88+ Submitted by [@ThaUnknown](https://github.com/ThaUnknown) (See [#3824](https://github.com/urql-graphql/urql/pull/3824))
99+310## 8.1.0
411512### Minor Changes