···11---
22-'@urql/exchange-persisted-fetch': patch
22+'@urql/exchange-persisted': patch
33---
4455-Refactor `persistedFetchExchange` and SHA256 logic to save on bundlesize.
55+Refactor SHA256 logic to save on bundlesize.
+1-1
.changeset/strange-apples-trade.md
···11---
22-'@urql/exchange-persisted-fetch': major
22+'@urql/exchange-persisted': major
33---
4455Remove `persistedFetchExchange` and instead implement `persistedExchange`. This exchange must be placed in front of a terminating exchange (such as the default `fetchExchange` or a `subscriptionExchange` that supports persisted queries), and only modifies incoming operations to contain `extensions.persistedQuery`, which is sent on via the API. If the API expects Automatic Persisted Queries, requests are retried by this exchange internally.
+1-1
.changeset/three-poets-think.md
···11---
22-'@urql/exchange-persisted-fetch': major
22+'@urql/exchange-persisted': major
33---
4455Rename `@urql/exchange-persisted-fetch` to `@urql/exchange-persisted`