Skip to content

Commit

Permalink
v3.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
danney-chun committed Nov 4, 2022
1 parent 89e7446 commit 7bc7baf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v3.1.29 (NOV 04, 2022)
### Improvements
- Changed ackStateMap cleanup time when disconnect is called
- Fixed Message Filter in LocalCache not working with customTypes
## v3.1.28 (OCT 27, 2022)
- Fixed a bug where `channel.sendFileMessage()` fails when it is called in a web worker, `Worker`

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ Additionally, migration guide for clients currently using SyncManager will be av

## Changelogs

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

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).
2 changes: 1 addition & 1 deletion SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for Sendbird SDK v3.1.28
* Type Definitions for Sendbird SDK v3.1.29
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
*/
Expand Down
4 changes: 2 additions & 2 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.1.28",
"version": "3.1.29",
"authors": [
"Sendbird <[email protected]>"
],
Expand Down

0 comments on commit 7bc7baf

Please sign in to comment.