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

Configure Feed

Select the types of activity you want to include in your feed.

Update CHANGELOG for 1.8.1

+9
+9
CHANGELOG.md
··· 8 8 9 9 _The format is based on [Keep a Changelog](http://keepachangelog.com/)._ 10 10 11 + ## [v1.8.1](https://github.com/FormidableLabs/urql/compare/v1.8.0...v1.8.1) 12 + 13 + This patch fixes `urql` relying on a quirk in older versions of `wonka` where 14 + shared sources wouldn't cascade cancellations, which they now do. This meant 15 + that when an app goes from some queries/subscriptions to having none at all, 16 + the exchange pipeline would be stopped completely. 17 + 18 + - Fix exchange pipeline stalling when all queries end (see [#503](https://github.com/FormidableLabs/urql/pull/503)) 19 + 11 20 ## [v1.8.0](https://github.com/FormidableLabs/urql/compare/v1.7.0...v1.8.0) 12 21 13 22 This release doesn't change any major feature aspects, but comes with bugfixes