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

Version Packages

Changed files
+7 -6
.changeset
exchanges
persisted-fetch
-5
.changeset/little-years-cough.md
···
-
---
-
'@urql/exchange-persisted-fetch': patch
-
---
-
-
Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error)
+6
exchanges/persisted-fetch/CHANGELOG.md
···
# @urql/exchange-persisted-fetch
+
## 0.1.1
+
+
### Patch Changes
+
+
- ⚠️ Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error), by [@kitten](https://github.com/kitten) (See [#766](https://github.com/FormidableLabs/urql/pull/766))
+
## 0.1.0
This is the initial release of `@urql/exchange-persisted-fetch` which adds Persisted Queries
+1 -1
exchanges/persisted-fetch/package.json
···
{
"name": "@urql/exchange-persisted-fetch",
-
"version": "0.1.0",
+
"version": "0.1.1",
"description": "An exchange that allows for persisted queries support when fetching queries",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",