Skip to content

Releases: sendbird/sendbird-chat-sdk-javascript

v4.9.4

21 Jul 09:49
66397bb
Compare
Choose a tag to compare

v4.9.4 (July 21, 2023)

Improvements

  • Added EVENT_CHANNEL_BANNED to GroupchannelEventSource
  • Changed err the argument of FailedMessageHandler to not nullable type
  • Changed return value type of sb.connect() to not nullable type
  • Fixed a bug where don't get channel Info in Cache in GroupChannelCollection
  • Fixed a bug where return empty result in loadPrevious in MessageCollection
  • Fixed a bug where HugeGap check in MessageCollection
  • Fixed a bug where Poll.applyPollVoteEvent() not updating Poll.voterCount
  • Fixed a bug where the group channel changelogs did not update the group channel metadata
  • Improved stability

v4.9.4-rc.1

19 Jul 23:37
Compare
Choose a tag to compare
v4.9.4-rc.1 Pre-release
Pre-release

v4.9.4-rc.0

19 Jul 16:58
Compare
Choose a tag to compare
v4.9.4-rc.0 Pre-release
Pre-release

v4.9.3

23 Jun 01:53
Compare
Choose a tag to compare

v4.9.3 (Jun 22, 2023)

Improvements

  • Fixed a bug where sb.connect() fails when localCacheEnabled set to false in browsers with disabled Cookies
  • Fixed a bug where GroupChannelCollection displays channels in wrong order for GroupChannelListOrder.LATEST_LAST_MESSAGE

v4.9.2

14 Jun 05:20
Compare
Choose a tag to compare

IMPORTANT NOTICE

- JS Chat SDK version `4.9.1` and `4.9.2` has a CRTICAL BUG where FileMessage is NOT received when sent from an Android device. Please SKIP version `4.9.0` and `4.9.1`, and update to version `4.9.2` or above instead.

Improvements

  • Fixed a bug where FileMessage is sent as a MultipleFilesMessage

v4.9.1

05 Jun 04:29
Compare
Choose a tag to compare

Features

Improvements

  • Fixed a bug where the name, size, and type of FileMessage's PendingMessage were set to default values

v4.9.0

01 Jun 07:52
Compare
Choose a tag to compare

Improvements

  • Fixed a bug in the environment that does not allow local storage access
  • Improved stability

v4.8.5

24 May 05:49
Compare
Choose a tag to compare

Improvements

  • Fixed a bug in the environment that does not allow local storage access
  • Improved stability

v4.8.4

19 May 03:08
Compare
Choose a tag to compare

Improvements

  • Fixed a bug where channel metadat disappears when receiving channel events

v4.8.3

17 May 06:32
Compare
Choose a tag to compare

Improvements

  • Added handling of session revocation.
  • Fixed a bug that session refresh fails when session token is expired.
  • Improved stability.