github-actions
released this
31 Mar 14:57
·
285 commits
to main
since this release
Major Changes
- Remove
persistedFetchExchange
and instead implementpersistedExchange
. This exchange must be placed in front of a terminating exchange (such as the defaultfetchExchange
or asubscriptionExchange
that supports persisted queries), and only modifies incoming operations to containextensions.persistedQuery
, which is sent on via the API. If the API expects Automatic Persisted Queries, requests are retried by this exchange internally
Submitted by @kitten (See #3057) - Rename
@urql/exchange-persisted-fetch
to@urql/exchange-persisted
Submitted by @kitten (See #3057)
Minor Changes
- Update exchanges to drop redundant
share
calls, since@urql/core
’scomposeExchanges
utility now automatically does so for us
Submitted by @kitten (See #3082)
Patch Changes
- Refactor SHA256 logic to save on bundlesize
Submitted by @kitten (See #3052) - Upgrade to
wonka@^6.3.0
Submitted by @kitten (See #3104) - Add TSDocs for all exchanges, documenting API internals
Submitted by @kitten (See #3072) - Updated dependencies (See #3101, #3033, #3054, #3053, #3060, #3081, #3039, #3104, #3082, #3097, #3061, #3055, #3085, #3079, #3087, #3059, #3055, #3057, #3050, #3062, #3051, #3043, #3063, #3054, #3102, #3097, #3106, #3058, and #3062)
- @urql/[email protected]