Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.12.4
Improvement
- Added support for the thread policy on last message and unread message count
- Added
useMMKVStorageStore
toSendbirdChatParams
- Deprecated
useAsyncStorageStore
inSendbirdChatParams
- Fixed a bug that
connect()
call may crash in a certain condition - Fixed a bug that
MultipleFilesMessage
has wrongdata
value - Improved stability
v4.12.3
Improvement
- Fixed a bug when called
resetMyHistory()
, messages in the cache aren't deleted
v4.12.2
Improvement
- Added ErrorCode(
USER_DEACTIVATED
) in Message Resendable Condition
v4.12.1
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
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
v4.11.3
Improvement
- Added
keys
property toMessageTemplateListParams
- Fixed a bug that database migration fails in a certain condition
- Improvement stability
v4.11.2
v4.11.1
Improvement
- Fixed a bug that
markAsRead()
with messages wrongly signals updating messages inNotificationCollection
- Improvement stability
v4.11.0
Features
MessageTemplate
Message templates created via platform API can be fetched with getMessageTemplatesByToken()
and getMessageTemplate()
- Added
MessageTemplate
- Added
MessageTemplateList
- Added
MessageTemplateListParams
- Added
MessageTemplateListResult
- Added
MessageTemplateInfo
- Added
messageTemplateInfo
inAppInfo
- Added
getMessageTemplatesByToken()
, andgetMessageTemplate()
inMessageModule
Improvement
- Fixed a bug where channel list of
GroupChannelCollection
was not removed when leaving a public group - Added get message template feature
- Improvement stability
v4.10.10
Improvement
- Fixed a bug where
thumbnails
are not being set properly - Improvement stability