Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.121

10 Apr 06:47

Choose a tag to compare

  • Improved stability.

v3.0.120

07 Apr 02:05

Choose a tag to compare

  • webpack build failure fix.
  • Improved stability.

v3.0.119

11 Mar 03:40

Choose a tag to compare

  • Added sendingStatus in UserMessage and FileMessage.
  • Added role in Member.
  • Added onOperatorUpdated in ChannelHandler.
  • Deprecated requestState in UserMessage and FileMessage.
  • Improved stability.

v3.0.118

05 Mar 04:03

Choose a tag to compare

  • Added version control over the final state of reactions.
  • Improved stability.

v3.0.117

15 Jan 00:52

Choose a tag to compare

  • Added createMessageSearchQuery() in SendBird.
    • MessageSearchQuery searches messages with the keyword.
    • Options like exactMatch, channelUrl, channelCustomType, messageTimestampFrom, messageTimestampTo, order are available for fine-tuned search.
  • Improved stability.

v3.0.116

10 Jan 08:17

Choose a tag to compare

  • Improved stability.

v3.0.115

24 Dec 05:24

Choose a tag to compare

  • Added reactions in BaseMessage.
    • Added addReaction(), deleteReaction() in BaseChannel.
    • Added onReactionUpdated() in ChannelHandler.
    • Added applyReactionEvent() in BaseMessage.
    • Added includeReaction parameter to get**MessagesByID(), get**MessagesByTimestamp() in BaseChannel.
    • Added includeReaction parameter to getMessageChangeLogsByID(), getMessageChangeLogsByTimestamp() in BaseChannel.
  • Added always push notification support.
  • Added markAsDelivered(), getDeliveryReceipt() in GroupChannel.
    • Added onDeliveryReceiptUpdated in ChannelHandler.
  • Improved stability.

v3.0.114

18 Dec 04:12

Choose a tag to compare

  • Bug-fix in file uploading.
  • Improved stability.

v3.0.113

04 Dec 02:21

Choose a tag to compare

  • Added errorCode and isResendable() in UserMessage and FileMessage.
    • resendUserMessage() and resendFileMessage() work only when isResendable() is true.
  • Improved stability.

v3.0.112

08 Nov 08:19

Choose a tag to compare

  • Added updateCurrentUserInfoWithPreferredLanguages() in SendBird.
    • When preferredLanguages is set, push notification message would get translated with target languages.
  • Added preferredLanguages in User.
  • Added messageOffsetTimestamp in GroupChannel.
  • Added reqId for the BaseMessages which are fetched from API call.
  • Improved stability.