Skip to content

Commit 08eb476

Browse files
committed
v1.1.23
1 parent 1f6c968 commit 08eb476

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.1.23(FEB 9, 2021)
4+
5+
- New messages to be queued if the background sync does not reach the latest messages.
6+
- Bug-fix in `handleSendMessageResponse()` not to give the succeeded message.
7+
- Bug-fix in background sync operation crash due to the absence of lock.
8+
- Improved stability.
9+
310
## v1.1.22(JAN 15, 2021)
411

512
- Added `messageStoreCapacity`, `messageStoreEjectionPriotizedLimit`, `messageStoreEjectionSize` in `SendBirdSyncManager.Options`.

SendBirdSyncManager.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-syncmanager",
3-
"version": "1.1.22",
3+
"version": "1.1.23",
44
"description": "SendBird data sync manager for JavaScript",
55
"main": "SendBirdSyncManager.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)