Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore(changeset): Update package name for prior persisted fix

+2 -2
.changeset/brave-sloths-bathe.md
···
---
-
'@urql/exchange-persisted-fetch': patch
+
'@urql/exchange-persisted': patch
---
-
Refactor `persistedFetchExchange` and SHA256 logic to save on bundlesize.
+
Refactor SHA256 logic to save on bundlesize.
+1 -1
.changeset/strange-apples-trade.md
···
---
-
'@urql/exchange-persisted-fetch': major
+
'@urql/exchange-persisted': major
---
Remove `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
···
---
-
'@urql/exchange-persisted-fetch': major
+
'@urql/exchange-persisted': major
---
Rename `@urql/exchange-persisted-fetch` to `@urql/exchange-persisted`