Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.1.33
v3.1.33 (Aug 24, 2023)
Thank you everyone for using our SDK v3. This is our final release as we transition to our latest SDK v4 (first released in Apr 2022). Please reach out to our support if you have any questions.
Improvements
- Fixed a bug where called
ChangeLogAPI
infinitely
v3.1.32
v3.1.31
v3.1.31 (JAN 25, 2023)
Improvements
- Fixed a bug where
pendingMessage.data
is set to 'null' string whensendUserMessage()
is called with a message text as an argument - Fixed a bug where
MessageCollection
callsonMessagesUpdated()
with old messages on connect and reconnect whenlocalCacheEnabled
is set to false
v3.1.30
v3.1.29
v3.1.29 (NOV 04, 2022)
Improvements
- Changed ackStateMap cleanup time when disconnect is called
- Fixed Message Filter in LocalCache not working with customTypes
v3.1.28
v3.1.27
v3.1.27 (SEP 23, 2022)
- Fixed onMessageUpdate being called for the same message in View after checking HugeGap when connecting or reconnecting
- Fixed a bug in group channel changelogs
v3.1.26
v3.1.26 (SEP 7, 2022)
- Fixed wrong includeMetaArray property happening during changelog sync
v3.1.25
v3.1.25 (AUG 31, 2022)
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
- Improved stability
v3.1.24
v3.1.24 (AUG 119, 2022)
- Fixed Promise polyfill for browsers that do not support 'Promise.finally()'
- Improved stability