···11----
22-'@urql/exchange-persisted': patch
33----
44-55-Warn about cached persisted-miss results in development, when a `persistedExchange()` sees a persisted-miss error for a result that's already seen a persisted-miss error (i.e. two misses). This shouldn't happen unless something is caching persisted errors and we should warn about this appropriately.
-5
.changeset/mean-onions-share.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Allow the user to debug cache-misses by means of the new `logger` interface on the `cacheExchange`. A field miss will dispatch a `debug` log when it's not marked with `@_optional` or when it's non-nullable in the `schema`.
-5
.changeset/stale-eagles-hide.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Add `onCacheHydrated` as an option for the `StorageAdapter`
-5
.changeset/tender-files-tie.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Add optional `logger` to the options, this allows you to filter out warnings or disable them all together
···11# @urql/exchange-graphcache
2233+## 6.4.0
44+55+### Minor Changes
66+77+- Allow the user to debug cache-misses by means of the new `logger` interface on the `cacheExchange`. A field miss will dispatch a `debug` log when it's not marked with `@_optional` or when it's non-nullable in the `schema`
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3446](https://github.com/urql-graphql/urql/pull/3446))
99+- Add `onCacheHydrated` as an option for the `StorageAdapter`
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3428](https://github.com/urql-graphql/urql/pull/3428))
1111+- Add optional `logger` to the options, this allows you to filter out warnings or disable them all together
1212+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3444](https://github.com/urql-graphql/urql/pull/3444))
1313+314## 6.3.3
415516### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.3.3",
33+ "version": "6.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",
+7
exchanges/persisted/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 4.1.1
44+55+### Patch Changes
66+77+- Warn about cached persisted-miss results in development, when a `persistedExchange()` sees a persisted-miss error for a result that's already seen a persisted-miss error (i.e. two misses). This shouldn't happen unless something is caching persisted errors and we should warn about this appropriately
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3442](https://github.com/urql-graphql/urql/pull/3442))
99+310## 4.1.0
411512### Minor Changes
+1-1
exchanges/persisted/package.json
···11{
22 "name": "@urql/exchange-persisted",
33- "version": "4.1.0",
33+ "version": "4.1.1",
44 "description": "An exchange that allows for persisted queries support when fetching queries",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",