Skip to content

Releases: GetStream/stream-chat-js

v8.9.0

09 Jun 11:28
4611742
Compare
Choose a tag to compare

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

25 May 12:55
614a40c
Compare
Choose a tag to compare

8.8.0 (2023-05-25)

Bug Fixes

  • disallow pending message feature on client side (#1127) (7b60e47)

v8.7.0

17 May 05:47
311c38d
Compare
Choose a tag to compare

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 support@getstream.io

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

24 Apr 18:11
3f18d43
Compare
Choose a tag to compare

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

29 Mar 14:27
9d40ba2
Compare
Choose a tag to compare

8.5.0 (2023-03-29)

Features

v8.4.1

20 Feb 10:01
b607bd7
Compare
Choose a tag to compare

8.4.1 (2023-02-20)

  • fix: axiosRequestConfig option

v8.4.0

15 Feb 14:53
f59f7b7
Compare
Choose a tag to compare

8.4.0 (2023-02-15)

Features

  • extend SendMessage to server-side moderation API (#1094) (f93d8bf)

v8.3.0

19 Jan 16:03
b7936ed
Compare
Choose a tag to compare

8.3.0 (2023-01-19)

Features

v8.2.1

03 Jan 10:17
9cdbc57
Compare
Choose a tag to compare

8.2.1 (2023-01-02)

Bug Fixes

v8.2.0

28 Dec 17:22
17db432
Compare
Choose a tag to compare

8.2.0 (2022-12-24)

Features

  • add batch method for deactivate and reactivate users (#1074) (b6d14ab)