Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.1.23
V3.1.22
v3.1.22 (JUL 25, 2022)
- Added
sb.setOnlineListener()
andsb.setOfflineListener()
interfaces for non-browser environments - Improved stability
v3.1.21
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 whengroupChannel.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 considersfileMessage.messageParams.file
if blob is not given as an argument.- Improved stability.
V3.1.20
Changelog
v3.1.20 (JUN 30, 2022)
- Fixed File upload error with PUT requests in RN
v3.1.19
v3.1.18
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
v3.1.17 (JUN 10, 2022)
- Fixed bug that enables custom typed messages being filtered out of message collection
v3.1.16
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
v3.1.14 (MAY 20, 2022)
- Fixed bug SessionHandlers Broken.
v3.1.13
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.