Skip to content

Commit 4c0d6ce

Browse files
author
parkerziegler
committed
Prepare v3.3.0 release.
1 parent 9b6337e commit 4c0d6ce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.0] - 2020-01-05
9+
10+
This release adds bindings for two additional ecosystem exchanges:
11+
12+
- [`@urql/exchange-retry`](https://github.com/FormidableLabs/urql/tree/main/exchanges/retry)
13+
- [`@urql/exchange-request-policy`](https://github.com/FormidableLabs/urql/tree/main/exchanges/request-policy)
14+
15+
### Added
16+
17+
- Bindings for `@urql/exchange-retry` and `@urql/exchange-request-policy` were added. Consumers of `reason-urql` will need to install `@urql/exchange-retry` to call `Client.Exchanges.retryExchange` and `@urql/exchange-request-policy` to call `Client.Exchanges.requestPolicyExchange`. PRs by @parkerziegler [here](https://github.com/FormidableLabs/reason-urql/pull/244) and [here](https://github.com/FormidableLabs/reason-urql/pull/247).
18+
19+
### Diff
20+
21+
https://github.com/FormidableLabs/reason-urql/compare/v3.2.0...v3.3.0
22+
823
## [3.2.0] - 2020-12-20
924

1025
This release adds a thin binding for `@urql/exchange-multipart-fetch`.

0 commit comments

Comments
 (0)