Skip to content

Releases: sendbird/sendbird-chat-sdk-javascript

v4.0.10

19 Aug 07:44

Choose a tag to compare

v4.0.10 (Aug 119, 2022)

  • Added sb.setOnlineListener() and sb.setOfflineListener() interfaces for non-browser environments
  • Updated to stop all running sync jobs when GroupChannelCollection.dispose(), and MessageCollection.dispose() is called
  • Added missing exports to sendbird.min.js
  • Improved stability

v4.0.9

03 Aug 06:30

Choose a tag to compare

v4.0.9 (Aug 03, 2022)

  • Fixed a bug where numeric zero values are being removed from request url
  • Improved stability

v4.0.8

26 Jul 05:08

Choose a tag to compare

v4.0.8 (Jul 26, 2022)

  • Fixed a bug where request url is malformed when it includes a stringified array as a parameter value
  • Fixed a bug where groupChannelCollection.onChannelsUpdated() is not called when groupChannel.lastMessage is updated
  • Fixed a bug where file upload failed messages are not resendable
  • Improved stability

v.4.0.7

20 Jul 05:07

Choose a tag to compare

v4.0.7 (Jul 20, 2022)

  • Fixed a bug where groupChannelCollection.hasNext is always true.
  • Fixed a bug where messageCollection.initialize() returning the result in reverse order.
  • Fixed a bug where channelHandler.onMentionReceived() returning a channel with mentionedCount value not updated when expected to be updated.
  • Params parameter of getUnreadItemCount(), getTotalUnreadMessageCount(), getTotalScheduledMessageCount(), createDistinctChannelIfNotExist() in GroupChannelModule are now made optional.
  • Deprecated sessionHandler.onSessionExpired().
  • Improved stability.

v4.0.6

08 Jul 09:15

Choose a tag to compare

https://sendbird.atlassian.net/browse/CORE-2604?filter=-4&jql=project%20%3D%20CORE%20AND%20fixVersion%20%3D%20%22js_core%404.0.6%22%20order%20by%20created%20DESC

## v4.0.6 (Jul 8, 2022)

- Fixed a bug `messageRequestHandler.onFailed()` to always return a failed message.
- Improved stability.

v4.0.5

06 Jul 05:09

Choose a tag to compare

v4.0.5 (Jul 6, 2022)

  • Fixed a bug on AppStateChangeDetector in ReactNative.

v4.0.4

01 Jul 04:38

Choose a tag to compare

## v4.0.4 (Jul 1, 2022)
- Changed `GroupChannel.createScheduledUserMessage()` and `GroupChannel.createScheduledFileMessage()` to return a `MessageRequestHandler` instance.
- An optional property `scheduledMessageParams` has been added to `ScheduledInfo`.
- Fixed a bug where `succeededMessage.replyToChannel` is false when a message is sent with `messageParams.isReplyToChannel` set to true.
- Improved stability.

v4.0.3

28 Jun 01:25

Choose a tag to compare

  • Fixed bug: Crash on using OpenChannelModule alone.

v4.0.2

22 Jun 04:39

Choose a tag to compare

v4.0.2 (Jun 22, 2022)

  • Added missing GroupChannelListQueryParams, GroupChannelCollectionParams, and PublicGroupChannelListQueryParams in GroupChannelModule.

v4.0.1

17 Jun 06:06

Choose a tag to compare

v4.0.1 (Jun 17, 2022)

  • Added appInfo getter in SendbirdChat.
  • Improved stability.