Skip to content

Releases: sendbird/sendbird-chat-sdk-javascript

v4.12.9

24 Jun 01:49

Choose a tag to compare

Features

  • Added submitMessageForm() to BaseMessage

Improvements

  • Lower the version of react-native-mmkv in peerDependencies from ^2.12.2 to ^2.0.0.

v4.12.8

20 Jun 00:57

Choose a tag to compare

Improvement

  • Added includeMetaData to GroupChannelFilter

v4.12.7

05 Jun 07:10

Choose a tag to compare

Improvement

  • Fixed the Feedback feature to function correctly
  • Fixed a bug where groupChannel.cachedMetadata was returned as undefined in the result value of ChangeLogs

v4.12.6

28 May 05:05

Choose a tag to compare

Improvement

  • Fixed a bug that always throws a Connection is canceled error when connect() is failed
  • Fixed a bug where SessionRefreshed() was called twice
  • Fixed a bug where SessionHandler callback is called when connect() is failed
  • Fixed a bug inconsistent count of joined channels
  • Improved stability

v4.12.5

22 May 04:41

Choose a tag to compare

Improvement

  • Fixed a bug that pending MultipleFilesMessage has empty data
  • Fixed a bug that loadMore() in GroupChannelCollection gives less channels in a certain condition
  • Improved stability

v4.12.4

16 May 05:29

Choose a tag to compare

Improvement

  • Added support for the thread policy on last message and unread message count
  • Added useMMKVStorageStore to SendbirdChatParams
  • Deprecated useAsyncStorageStore in SendbirdChatParams
  • Fixed a bug that connect() call may crash in a certain condition
  • Fixed a bug that MultipleFilesMessage has wrong data value
  • Improved stability

v4.12.3

19 Apr 00:51

Choose a tag to compare

Improvement

  • Fixed a bug when called resetMyHistory(), messages in the cache aren't deleted

v4.12.2

17 Apr 05:28

Choose a tag to compare

Improvement

  • Added ErrorCode(USER_DEACTIVATED) in Message Resendable Condition

v4.12.1

11 Apr 06:41

Choose a tag to compare

Features

  • Added additional parameters in GroupChannelEventContext

Improvement

  • Fixed a bug that lastMessage not updating on reply
  • Fixed a bug that database upgrade fails in certain environment
  • Improvement stability

v4.12.0

25 Mar 03:50
4ffb633

Choose a tag to compare

Improvement

  • Added markPushNotificationAsDelivered
  • Added markPushNotificationAsClicked
  • Added token registration with device info
  • Added logViewed/logClicked in FeedChannel
  • Deprecated markAsClicked/logImpression in FeedChannel
  • (internal)Refactoring statCollector
  • Fixed a bug that onMessagesUpdated event not firing on ThreadInfo updated event
  • Exported SendbirdErrorCode
  • Improvement stability