Skip to content

Commit 035b698

Browse files
committed
v3.1.21
1 parent fd0dcd7 commit 035b698

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
2+
3+
## v3.1.21 (JUL 20, 2022)
4+
- File upload failed messages are now resendable through `channel.resendFileMessage()`.
5+
- Fixed a bug where `groupChannelCollection.onChannelsUpdated()` is not called when `groupChannel.lastMessage` is updated.
6+
- 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.
7+
- `channel.resendFileMessage()` now considers `fileMessage.messageParams.file` if blob is not given as an argument.
8+
- Improved stability.
9+
210
## v3.1.20 (JUN 30, 2022)
3-
- Fixed File upload error with PUT requests in RN
11+
- Fixed File upload error with PUT requests in RN.
12+
413
## v3.1.19 (JUN 24, 2022)
514
- Fixed a bug in `BaseChannel.resendFileMessage()` such that `reqId` of resent message is the same as `reqId` of the original failed message.
615

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,12 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.20 (JUN 30, 2022)
344+
## v3.1.21 (JUL 20, 2022)
345345

346-
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).
346+
- File upload failed messages are now resendable through `channel.resendFileMessage()`.
347+
- Fixed a bug where `groupChannelCollection.onChannelsUpdated()` is not called when `groupChannel.lastMessage` is updated.
348+
- 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.
349+
- `channel.resendFileMessage()` now considers `fileMessage.messageParams.file` if blob is not given as an argument.
350+
- Improved stability.
347351

348-
- Fixed File upload error with PUT requests in RN
352+
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).

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.20
2+
* Type Definitions for Sendbird SDK v3.1.21
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.20",
3+
"version": "3.1.21",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.20",
3+
"version": "3.1.21",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)