Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.141

21 Dec 08:46
Compare
Choose a tag to compare
  • Added a setter for operators in OpenChannelParams.
  • Added getLogLevel() and setLogLevel() in SendBird.
  • Improved stability.

v3.0.140

21 Dec 08:47
Compare
Choose a tag to compare
  • Bug-fix in connection management.
  • Minor bug fixed.

v3.0.139

25 Nov 03:16
Compare
Choose a tag to compare
  • Removed addOperator(), addOperators(), addOperatorUserId(), addOperatorUserIds() from OpenChannelParams.
  • Improved stability.

v3.0.138

30 Oct 13:10
Compare
Choose a tag to compare
  • Added getAllowFriendDiscovery() and setAllowFriendDiscovery() in SendBird.
    • If it's set to false, uploadFriendDiscoveries() called by others does not add the user as a friend.
  • Set size in FileMessage automatically.
  • Improved stability.

v3.0.137

21 Oct 00:12
Compare
Choose a tag to compare
  • Bug-fix in profileUrl.

v3.0.136

16 Oct 05:09
Compare
Choose a tag to compare
  • Added showSubchannelMessagesOnly in MessageListParams and PreviousMessageListQuery.
  • Bug-fix in profileUrl not showing in Sender.
  • Improved stability.

v3.0.135

08 Oct 01:37
Compare
Choose a tag to compare
  • Bug-fix in outdated isMuted in Member.
  • Bug-fix in error handling.

v3.0.134

17 Sep 07:54
Compare
Choose a tag to compare
  • Added getTypingUsers() in GroupChannel.
    • It returns the users even if the user is not in members.
    • Deprecated getTypingMembers() in GroupChanenl.
  • Set url as visible in FileMessage object.
  • Set profileUrl as visible in User object.
  • Bug-fix in error handling
  • Improved stability.

v3.0.133

04 Sep 06:48
Compare
Choose a tag to compare
  • Added nicknameStartsWithFilter in ApplicationUserListQuery.

v3.0.132

21 Aug 07:34
Compare
Choose a tag to compare
  • Added creator in BaseChannel.
  • Added isOperatorMessage in BaseMessage.
  • Added copyUserMessage() and copyFileMessage() in BaseChannel.
  • Change the type of all messageIds to number.
  • Bug-fix in wrong channel info in onChannelFrozen callback.
  • Bug-fix in unread member count and unread delivery count.