Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
v8.11.0
8.11.0 (2023-08-21)
Features
Bug Fixes
v8.10.0
8.10.0 (2023-07-03)
Features
Bug Fixes
- prevent truncating message timestamps when updating references to deleted quoted message (#1141) (ab54f94)
v8.9.0
8.9.0 (2023-06-09)
Features
- reflect user ban events in channel members state (#1128) (ff0e134)
Bug Fixes
- change the value of channel.data.hidden to false when message.new event triggers (#1115) (9ecd345)
v8.8.0
8.8.0 (2023-05-25)
Bug Fixes
- disallow pending message feature on client side (#1127) (7b60e47)
v8.7.0
8.7.0 (2023-05-17)
Feature
New api endpoint for unread count #1117
This endpoint is not enabled for every org, and if needed can be requested by getting in touch with [email protected]
On client side
const client = StreamChat.getInstance('key');
client._setToken({ id: 'vishal' }, 'my_token');
const response = await client.getUnreadCount();
Server side
const client = StreamChat.getInstance('key', 'secret');
const response = await client.getUnreadCount('vishal');
v8.6.0
8.6.0 (2023-04-24)
Features
- do not delete the active channel if offlineMode is true (#1116) (2004e28)
- receive last_read_message_id from server (#1113) (64e9165)
Bug Fixes
- change typing of verifyWebhook and patch security issue (#1090) (716db00)
v8.5.0
8.5.0 (2023-03-29)
Features
v8.4.1
8.4.1 (2023-02-20)
- fix: axiosRequestConfig option
v8.4.0
8.4.0 (2023-02-15)
Features
- extend SendMessage to server-side moderation API (#1094) (f93d8bf)