Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.101

Choose a tag to compare

@HoonBaek HoonBaek released this 11 Jun 03:52
  • Improved stability.
  • Added resendUserMessage() in BaseChannel to retry to send a UserMessage which has requestID.
  • Added requestState and enum MessageRequestState which has NONE, PENDING, FAILED, and SUCCEEDED in SendBird.
  • Added myLastRead in GroupChannel to detect last read timestamp of current connected user.

v3.0.100

Choose a tag to compare

@Alchemist85K Alchemist85K released this 17 May 16:57
  • Improved stability.
  • Added delete() in GroupChannel to delete the GroupChannel. Only operators can do this action.

v3.0.99

Choose a tag to compare

@aibek-bird aibek-bird released this 03 May 08:03
  • Added isDiscoverable property to GroupChannel and GroupChannelParams.
    • if isDiscoverable of a public group channel is set to false, then the channel will not appear during querying with PublicGroupChannelListQuery. (default: true)

v3.0.98

Choose a tag to compare

@chrisallo chrisallo released this 05 Apr 03:36
  • Improved stability.

v3.0.97

Choose a tag to compare

@chrisallo chrisallo released this 14 Mar 04:48
  • Improved stability.

v3.0.96

Choose a tag to compare

@Alchemist85K Alchemist85K released this 21 Feb 03:09
  • Minor bug fixed.

v3.0.95

Choose a tag to compare

@chrisallo chrisallo released this 21 Feb 01:20
  • Minor bug fixed.

v3.0.94

Choose a tag to compare

@Alchemist85K Alchemist85K released this 14 Feb 08:43
  • Improved stability.
  • Minor bug fixed.
  • Updated SendBird.d.ts file for TypeScript.

v3.0.93

Choose a tag to compare

@chrisallo chrisallo released this 17 Jan 07:56
  • Add push trigger option to enable/disable remote push notification.
    • Added setPushTriggerOption(option, callback) to SendBird. It determines whether the current user receives remote push notification in all group channels.
    • Added getPushTriggerOption(callback) to SendBird. It returns the current push trigger option setting for all group channels.
    • Added setMyPushTriggerOption(option, callback) to GroupChannel. It determines whether the current user receives remote push notification in the group channel.
    • Added getMyPushTriggerOption(callback) to GroupChannel. It returns the current push trigger option setting for the group channel.
  • Snooze or stop snooze remote push notification in specific duration.
    • Added setSnoozePeriod(snoozeOn, startTs, endTs, callback) into SendBird. It enables or disables snooze in the period.
    • Added getSnoozePeriod(callback) into SendBird. It returns the current snooze setting for the current user.

v3.0.92

Choose a tag to compare

@chrisallo chrisallo released this 13 Dec 02:51
  • Minor bug fixed.