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

+6
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

+3-3
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

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
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 <[email protected]>"
66
],

package.json

+1-1
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)