Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.1.33

24 Aug 06:16
67069a2
Compare
Choose a tag to compare

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

31 Jan 08:11
Compare
Choose a tag to compare

v3.1.32 (JAN 31, 2023)

Improvements

  • Fixed a bug where sb.connect() fails in React Native due to unexpected localStorage access

v3.1.31

25 Jan 06:20
Compare
Choose a tag to compare

v3.1.31 (JAN 25, 2023)

Improvements

  • Fixed a bug where pendingMessage.data is set to 'null' string when sendUserMessage() is called with a message text as an argument
  • Fixed a bug where MessageCollection calls onMessagesUpdated() with old messages on connect and reconnect when localCacheEnabled is set to false

v3.1.30

10 Jan 06:11
Compare
Choose a tag to compare

v3.1.30 (JAN 10, 2023)

Improvements

  • Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
  • Improved stability

v3.1.29

04 Nov 07:09
Compare
Choose a tag to compare

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

28 Oct 05:50
Compare
Choose a tag to compare

Changelog

v3.1.28 (OCT 27, 2022)

  • Fixed a bug where channel.sendFileMessage() fails when it is called in a web worker, Worker

v3.1.27

23 Sep 09:03
Compare
Choose a tag to compare

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

07 Sep 05:53
Compare
Choose a tag to compare

v3.1.26 (SEP 7, 2022)

  • Fixed wrong includeMetaArray property happening during changelog sync

v3.1.25

31 Aug 07:46
Compare
Choose a tag to compare

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

19 Aug 07:45
Compare
Choose a tag to compare

v3.1.24 (AUG 119, 2022)

  • Fixed Promise polyfill for browsers that do not support 'Promise.finally()'
  • Improved stability