Socket
Socket
Sign inDemoInstall

sendbird

Package Overview
Dependencies
17
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.20 to 3.1.21

2

bower.json
{
"name": "sendbird",
"version": "3.1.20",
"version": "3.1.21",
"authors": [

@@ -5,0 +5,0 @@ "Sendbird <support@sendbird.com>"

# Changelog
## v3.1.21 (JUL 20, 2022)
- File upload failed messages are now resendable through `channel.resendFileMessage()`.
- Fixed a bug where `groupChannelCollection.onChannelsUpdated()` is not called when `groupChannel.lastMessage` is updated.
- When local cache is enabled, conversion of pending messages that are not registered for auto-resend to failed messages is now being processed only when `sb.connect()` is called by customer.
- `channel.resendFileMessage()` now considers `fileMessage.messageParams.file` if blob is not given as an argument.
- Improved stability.
## v3.1.20 (JUN 30, 2022)
- Fixed File upload error with PUT requests in RN
- Fixed File upload error with PUT requests in RN.
## v3.1.19 (JUN 24, 2022)

@@ -5,0 +14,0 @@ - Fixed a bug in `BaseChannel.resendFileMessage()` such that `reqId` of resent message is the same as `reqId` of the original failed message.

{
"name": "sendbird",
"version": "3.1.20",
"version": "3.1.21",
"description": "Sendbird JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "SendBird.min.js",

@@ -344,6 +344,10 @@ # [Sendbird](https://sendbird.com) Chat SDK for JavaScript

### v3.1.20 (JUN 30, 2022)
## v3.1.21 (JUL 20, 2022)
- File upload failed messages are now resendable through `channel.resendFileMessage()`.
- Fixed a bug where `groupChannelCollection.onChannelsUpdated()` is not called when `groupChannel.lastMessage` is updated.
- When local cache is enabled, conversion of pending messages that are not registered for auto-resend to failed messages is now being processed only when `sb.connect()` is called by customer.
- `channel.resendFileMessage()` now considers `fileMessage.messageParams.file` if blob is not given as an argument.
- Improved stability.
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
- Fixed File upload error with PUT requests in RN

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc