···8899_The format is based on [Keep a Changelog](http://keepachangelog.com/)._
10101111+## [v1.8.0](https://github.com/FormidableLabs/urql/compare/v1.7.0...v1.8.0)
1212+1313+This release doesn't change any major feature aspects, but comes with bugfixes
1414+to our suspense and concurrent-mode handling. Due to an upgrade to `wonka@^4.0.0`
1515+this is a minor version though.
1616+1717+In [v1.6.0](https://github.com/FormidableLabs/urql/blob/master/CHANGELOG.md#v160) we believed to
1818+have solved all issues related to suspense and concurrent mode. However there were
1919+still some remaining cases where concurrent mode behaved incorrectly. With the new
2020+`useOperator` hook in [`react-wonka@2.0.0`](https://github.com/kitten/react-wonka) we believe
2121+to have now fixed all issues.
2222+2323+The initial mount of `useQuery` and `useSubscription` will now synchronously reflect
2424+whatever `urql` returns, most of the times those will be cached results. Afterwards
2525+all subsequent updates and fetches will be scheduled cooperatively with React on
2626+an effect.
2727+2828+If you're using `wonka` for an exchange with `urql` you may want to upgrade to `wonka@^4.0.5` soon.
2929+You can still use the older `v3.2.2` which will work with the new version (even in the same bundle),
3030+unless you're making use of its `subscribe`, `make`, or `makeSubject` exports.
3131+[A migration guide can be found in the `wonka` docs.](https://wonka.kitten.sh/migration)
3232+3333+- Support concurrent mode with all edge cases fully (see [#496](https://github.com/FormidableLabs/urql/pull/496))
3434+- Move to `react-wonka@2.0.0` with the prior fix in #496 (see [#499](https://github.com/FormidableLabs/urql/pull/499))
3535+1136## [v1.7.0](https://github.com/FormidableLabs/urql/compare/v1.6.3...v1.7.0)
12371338This release splits our main package into two entrypoints. Importing from `urql` remains