···11----
22-'@urql/exchange-persisted': major
33----
44-55-Update the `preferGetForPersistedQueries` option to include the `'force'` and `'within-url-limit'` values from the Client's `preferGetMethod` option. The default value of `true` no longer sets `OperationContext`'s `preferGetMethod` setting to `'force'`. Instead, the value of `preferGetForPersistedQueries` carries through to the `OperationContext`'s `preferGetMethod` setting for persisted queries.
-5
.changeset/fifty-sheep-battle.md
···11----
22-'urql': patch
33----
44-55-Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
-5
.changeset/sixty-masks-itch.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix missing cache updates, when a query that was previously torn down restarts and retrieves results from the cache. In this case a regression caused cache updates to not be correctly applied to the queried results, since the operation wouldn’t be recognised properly
···11# @urql/exchange-graphcache
2233+## 6.0.4
44+55+### Patch Changes
66+77+- ⚠️ Fix missing cache updates, when a query that was previously torn down restarts and retrieves results from the cache. In this case a regression caused cache updates to not be correctly applied to the queried results, since the operation wouldn’t be recognised properly
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3193](https://github.com/urql-graphql/urql/pull/3193))
99+310## 6.0.3
411512### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.0.3",
33+ "version": "6.0.4",
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.0.0
44+55+### Major Changes
66+77+- Update the `preferGetForPersistedQueries` option to include the `'force'` and `'within-url-limit'` values from the Client's `preferGetMethod` option. The default value of `true` no longer sets `OperationContext`'s `preferGetMethod` setting to `'force'`. Instead, the value of `preferGetForPersistedQueries` carries through to the `OperationContext`'s `preferGetMethod` setting for persisted queries
88+ Submitted by [@NWRichmond](https://github.com/NWRichmond) (See [#3192](https://github.com/urql-graphql/urql/pull/3192))
99+310## 3.0.1
411512### Patch Changes
+1-1
exchanges/persisted/package.json
···11{
22 "name": "@urql/exchange-persisted",
33- "version": "3.0.1",
33+ "version": "4.0.0",
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/",
+7
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 4.0.2
44+55+### Patch Changes
66+77+- Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
88+ Submitted by [@nathan-knight](https://github.com/nathan-knight) (See [#3195](https://github.com/urql-graphql/urql/pull/3195))
99+310## 4.0.1
411512### Patch Changes
+1-1
packages/react-urql/package.json
···11{
22 "name": "urql",
33- "version": "4.0.1",
33+ "version": "4.0.2",
44 "description": "A highly customizable and versatile GraphQL client for React",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",