···11# Changelog
2233+## 1.9.0
44+55+### Minor Changes
66+77+- Add deprecation notice, as exchange isn't as useful as expected and unstable, by [@kitten](https://github.com/kitten) (See [#789](https://github.com/FormidableLabs/urql/pull/789))
88+99+### Patch Changes
1010+1111+- ⚠️ Fix subscription operations from being affected by the `suspenseExchange`, by [@kitten](https://github.com/kitten) (See [#789](https://github.com/FormidableLabs/urql/pull/789))
1212+313## 1.8.9
414515### Patch Changes
+1-1
exchanges/suspense/package.json
···11{
22 "name": "@urql/exchange-suspense",
33- "version": "1.8.9",
33+ "version": "1.9.0",
44 "description": "An exchange for client-side React Suspense support in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",