Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.37

11 Aug 07:10

Choose a tag to compare

  • Added channelNameContainsFilter in myGroupChannelListQuery object.
  • Added onMetaDataCreated, onMetaDataUpdated, onMetaDataDeleted, onMetaCountersCreated, onMetaCountersUpdated and onMetaCountersDeleted handlers in ChannelHandler.

v3.0.36

24 Jul 07:00

Choose a tag to compare

  • Updated login status check.
  • minor bugfix for NodeJS.

v3.0.35

12 Jul 06:31

Choose a tag to compare

  • Updated dependent libs for NodeJS.

v3.0.34

12 Jul 01:18

Choose a tag to compare

  • Updated the TypeScript file.
  • Fixed the WebSocket disconnect.

v3.0.33

29 Jun 00:07

Choose a tag to compare

  • Fixed version check.

v3.0.32

28 Jun 16:25

Choose a tag to compare

  • Added delete() in OpenChannel.
  • Added updateChannel() in GroupChannel and OpenChannel.

v3.0.31

02 Jun 22:31

Choose a tag to compare

  • Fixed a compatibility issue with React Native.

v3.0.30

02 Jun 06:18

Choose a tag to compare

  • Added getPushTemplate() and setPushTemplate().
  • Added checking SDK's version using SendBird.version.
  • Now support connecting to custom host.
  • Added return value when call cancelUploadingFileMessage().

v3.0.29

20 May 05:19

Choose a tag to compare

  • Fix the bug that drops message events when sb.setErrorFirstCallback was set to True.

v3.0.28

09 May 04:03

Choose a tag to compare

  • SendBirdException now inherits from the JavaScript Error object.
  • You can now decide the error parameter order in callback functions using sb.setErrorFirstCallback(True|False).