🔁 Retry and Request Policy Exchanges
This release adds bindings for two additional ecosystem exchanges:
Added
- Bindings for
@urql/exchange-retry
and@urql/exchange-request-policy
were added. Consumers ofreason-urql
will need to install@urql/exchange-retry
to callClient.Exchanges.retryExchange
and@urql/exchange-request-policy
to callClient.Exchanges.requestPolicyExchange
. PRs by @parkerziegler here and here.