Releases: sendbird/sendbird-syncmanager-javascript
Releases · sendbird/sendbird-syncmanager-javascript
Release list
v1.1.30
v1.1.29
- Bug-fix read-only property error in
AsyncDB.
v1.1.28
v1.1.27
- Improved stability in
AsyncDBin React Native.
v1.1.26
v1.1.25
v1.1.24
v1.1.23
- New messages to be queued if the background sync does not reach the latest messages.
- Bug-fix in
handleSendMessageResponse()not to give the succeeded message. - Bug-fix in background sync operation crash due to the absence of lock.
- Improved stability.
v1.1.22
- Added
messageStoreCapacity,messageStoreEjectionPriotizedLimit,messageStoreEjectionSizeinSendBirdSyncManager.Options.- If the number of all the messages exceeds
messageStoreCapacity,- It checks if a certain channel has more than
messageStoreEjectionPriotizedLimitmessages.- If yes, it ejects
messageStoreEjectionSizeoldest messages from that channel. - If no, it ejects
messageStoreEjectionSizeoldest messages regardless of channel.
- If yes, it ejects
- Once the messages are ejected, active collections work as an API-only mode (no sync).
- It checks if a certain channel has more than
- If the number of all the messages exceeds
- Improved stability.