Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.9.2
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
Features
Improvements
- Fixed a bug where the name, size, and type of FileMessage's PendingMessage were set to default values
v4.9.0
Improvements
- Fixed a bug in the environment that does not allow local storage access
- Improved stability
v4.8.5
Improvements
- Fixed a bug in the environment that does not allow local storage access
- Improved stability
v4.8.4
Improvements
- Fixed a bug where channel metadat disappears when receiving channel events
v4.8.3
Improvements
- Added handling of session revocation.
- Fixed a bug that session refresh fails when session token is expired.
- Improved stability.
v4.8.2
Improvements
- Fixed a bug that
PublicGroupChannelListQueryoverwrites the cache with missing properties
v4.8.1
Improvements
- Improved stability
v4.8.0
PinnedMessageListQuery
You can now retrieve all pinned messages in a GroupChannel by the PinnedMessageListQuery.
- Added
PinnedMessage - Added
PinnedMessageListQuery,PinnedMessageListQueryParams - Added
groupChannel.createPinnedMessageListQuery()
const query = groupChannel.createPinnedMessageListQuery(params);
const pinnedMessages = await query.next();Improvements
Improvements stability
v4.7.2
Improvements
- Fixed a bug where
MessageCollection.initialize()would throw an Error in some cases