···8899_The format is based on [Keep a Changelog](http://keepachangelog.com/)._
10101111+## [v1.8.2](https://github.com/FormidableLabs/urql/compare/v1.8.1...v1.8.2)
1212+1313+This patch fixes client-side suspense. While we wouldn't recommend its use
1414+anymore, since suspense lends itself to prerendering instead of a loading
1515+primitive, we'd like to ensure that suspense-mode works as expected in `urql`.
1616+1717+Also, as mentioned in `v1.8.0`'s notes, please ensure that `urql` upgrades to
1818+use `wonka@^4.0.7` to avoid any issues. If your bundler or packager uses a
1919+lower version with `urql`, you will see runtime errors.
2020+2121+- Clean up unnecessary `useMemo` for `useCallback` in hooks (see [#504](https://github.com/FormidableLabs/urql/pull/504))
2222+- Fix synchronous, client-side suspense and simplify `toSuspenseSource` helper (see [#506](https://github.com/FormidableLabs/urql/pull/506))
2323+1124## [v1.8.1](https://github.com/FormidableLabs/urql/compare/v1.8.0...v1.8.1)
12251326This patch fixes `urql` relying on a quirk in older versions of `wonka` where