Skip to content

Commit 7bc7baf

Browse files
committed
v3.1.29
1 parent 89e7446 commit 7bc7baf

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## v3.1.29 (NOV 04, 2022)
3+
### Improvements
4+
- Changed ackStateMap cleanup time when disconnect is called
5+
- Fixed Message Filter in LocalCache not working with customTypes
26
## v3.1.28 (OCT 27, 2022)
37
- Fixed a bug where `channel.sendFileMessage()` fails when it is called in a web worker, `Worker`
48

README.md

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

342342
## Changelogs
343343

344-
## v3.1.28 (OCT 27, 2022)
345-
- Fixed a bug where `channel.sendFileMessage()` fails when it is called in a web worker, `Worker`
344+
## v3.1.29 (NOV 04, 2022)
345+
### Improvements
346+
- Changed ackStateMap cleanup time when disconnect is called
347+
- Fixed Message Filter in LocalCache not working with customTypes
346348

347349
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.28
2+
* Type Definitions for Sendbird SDK v3.1.29
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.28",
3+
"version": "3.1.29",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
66
],

0 commit comments

Comments
 (0)