Skip to content

Commit 1b8f573

Browse files
committed
v3.1.30
1 parent 7f710c9 commit 1b8f573

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
2+
## v3.1.30 (JAN 10, 2023)
3+
### Improvements
4+
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
5+
- Improved stability
6+
27
## v3.1.29 (NOV 04, 2022)
38
### Improvements
49
- Changed ackStateMap cleanup time when disconnect is called
510
- Fixed Message Filter in LocalCache not working with customTypes
11+
612
## v3.1.28 (OCT 27, 2022)
713
- Fixed a bug where `channel.sendFileMessage()` fails when it is called in a web worker, `Worker`
814

README.md

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

342342
## Changelogs
343343

344-
## v3.1.29 (NOV 04, 2022)
344+
## v3.1.30 (JAN 10, 2023)
345345
### Improvements
346-
- Changed ackStateMap cleanup time when disconnect is called
347-
- Fixed Message Filter in LocalCache not working with customTypes
346+
- Added changed security attributes for ACL
347+
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
348348

349349
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.29
2+
* Type Definitions for Sendbird SDK v3.1.30
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.29",
3+
"version": "3.1.30",
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.29",
3+
"version": "3.1.30",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)