Stream Chat Js Versions Save

JS / Browser Client - Build Chat with GetStream.io

v8.10.1

10 months ago

8.10.1 (2023-07-06)

Bug Fixes

v8.10.0

10 months ago

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

11 months ago

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

11 months ago

8.8.0 (2023-05-25)

Bug Fixes

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

v8.7.0

1 year ago

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

1 year ago

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

1 year ago

8.5.0 (2023-03-29)

Features

v8.4.1

1 year ago

8.4.1 (2023-02-20)

  • fix: axiosRequestConfig option

v8.4.0

1 year ago

8.4.0 (2023-02-15)

Features

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

v8.3.0

1 year ago

8.3.0 (2023-01-19)

Features

  • add markUnread method (#1087) (bc64ccf)
  • Option to set axios config #1088