Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.1.23

03 Aug 06:08
Compare
Choose a tag to compare

v3.1.23 (AUG 03, 2022)

  • Fixed a bug where message.mentionedUsers is not updated when updateUserMessage() is called with messageParams.mentionedUserIds set to an empty array
  • Improved stability

V3.1.22

25 Jul 08:00
Compare
Choose a tag to compare

v3.1.22 (JUL 25, 2022)

  • Added sb.setOnlineListener() and sb.setOfflineListener() interfaces for non-browser environments
  • Improved stability

v3.1.21

20 Jul 05:06
Compare
Choose a tag to compare

v3.1.21 (JUL 20, 2022)

  • File upload failed messages are now resendable through channel.resendFileMessage().
  • Fixed a bug where groupChannelCollection.onChannelsUpdated() is not called when groupChannel.lastMessage is updated.
  • When local cache is enabled, conversion of pending messages that are not registered for auto-resend to failed messages is now being processed only when sb.connect() is called by customer.
  • channel.resendFileMessage() now considers fileMessage.messageParams.file if blob is not given as an argument.
  • Improved stability.

V3.1.20

30 Jun 01:22
Compare
Choose a tag to compare

Changelog

v3.1.20 (JUN 30, 2022)

  • Fixed File upload error with PUT requests in RN

v3.1.19

24 Jun 05:56
Compare
Choose a tag to compare

v3.1.19 (JUN 24, 2022)

  • Fixed a bug in BaseChannel.resendFileMessage() such that reqId of resent message is the same as reqId of the original failed message.

v3.1.18

22 Jun 07:31
Compare
Choose a tag to compare

v3.1.18 (JUN 22, 2022)

  • Fixed incorrect failedMessage validation in resendFileMessage()
  • Fixed issue in loading messages from cache using default limit
  • Fixed incorrect type definition of CustomTypesFilterProperty in PreviousMessageListQuery
  • Added nickname startswith/nickname exact match filter in groupChannelListQuery
  • Fixed error occurs after deleteReaction in RN

V3.1.17

10 Jun 05:34
Compare
Choose a tag to compare

v3.1.17 (JUN 10, 2022)

  • Fixed bug that enables custom typed messages being filtered out of message collection

v3.1.16

31 May 06:42
Compare
Choose a tag to compare

v3.1.16 (MAY 31, 2022)

  • Fixed bug TypingStatusUpdate event does not work in GroupChannelCollection.
  • Fixed Wrong Type definition in SendBird.d.ts
  • Fixed bug Android file upload is not working(RN)

v3.1.14

20 May 07:10
Compare
Choose a tag to compare

v3.1.14 (MAY 20, 2022)

  • Fixed bug SessionHandlers Broken.

v3.1.13

11 May 09:42
Compare
Choose a tag to compare

v3.1.13 (MAY 11, 2022)

  • Fixed incorrect type in User.lastSeenAt.
  • Fixed bug when createChannelWithUserIds without callback.
  • Fixed bug "operators is not defined" on CHANNEL_OPERATOR_UPDATE event.
  • Added HiddenChannelFilter.ALL.
  • Update axios library.