chore(stream_chat): add queryUser breaking change in CHANGELOG.md

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-06-28 16:35:05 +05:30
parent 05396a5bd2
commit d5cc22fd10
+5 -3
View File
@@ -11,9 +11,11 @@
- `StreamWebSocketError` -> for user websocket related errors.
- `StreamChatNetworkError` -> for network related errors.
- `client.queryChannels()`, `channel.query()` options param is removed in favor of individual params
- `option.state` -> bool state
- `option.watch` -> bool watch
- `option.presence` -> bool presence
- `options.state` -> bool state
- `options.watch` -> bool watch
- `options.presence` -> bool presence
- `client.queryUsers()` options param is removed in favor of individual params
- `options.presence` -> bool presence
✅ Added
- New `Location` enum is introduced for easily changing the client location/baseUrl.