···8899_The format is based on [Keep a Changelog](http://keepachangelog.com/)._
10101111+## [v1.8.1](https://github.com/FormidableLabs/urql/compare/v1.8.0...v1.8.1)
1212+1313+This patch fixes `urql` relying on a quirk in older versions of `wonka` where
1414+shared sources wouldn't cascade cancellations, which they now do. This meant
1515+that when an app goes from some queries/subscriptions to having none at all,
1616+the exchange pipeline would be stopped completely.
1717+1818+- Fix exchange pipeline stalling when all queries end (see [#503](https://github.com/FormidableLabs/urql/pull/503))
1919+1120## [v1.8.0](https://github.com/FormidableLabs/urql/compare/v1.7.0...v1.8.0)
12211322This release doesn't change any major feature aspects, but comes with bugfixes