Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.12.9
Features
- Added
submitMessageForm()
toBaseMessage
Improvements
- Lower the version of
react-native-mmkv
inpeerDependencies
from^2.12.2
to^2.0.0
.
v4.12.8
Improvement
- Added
includeMetaData
toGroupChannelFilter
v4.12.7
Improvement
- Fixed the Feedback feature to function correctly
- Fixed a bug where
groupChannel.cachedMetadata
was returned asundefined
in the result value ofChangeLogs
v4.12.6
Improvement
- Fixed a bug that always throws a
Connection is canceled
error whenconnect()
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
Improvement
- Fixed a bug that pending
MultipleFilesMessage
has emptydata
- Fixed a bug that
loadMore()
inGroupChannelCollection
gives less channels in a certain condition - Improved stability
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