Releases: sendbird/sendbird-syncmanager-javascript
Releases · sendbird/sendbird-syncmanager-javascript
v1.1.30
v1.1.29
- Bug-fix read-only property error in
AsyncDB
.
v1.1.28
- Improved stability.
v1.1.27
- Improved stability in
AsyncDB
in React Native.
v1.1.26
v1.1.25
v1.1.24
v1.1.23
v1.1.22
- Added
messageStoreCapacity
,messageStoreEjectionPriotizedLimit
,messageStoreEjectionSize
inSendBirdSyncManager.Options
.- If the number of all the messages exceeds
messageStoreCapacity
,- It checks if a certain channel has more than
messageStoreEjectionPriotizedLimit
messages.- If yes, it ejects
messageStoreEjectionSize
oldest messages from that channel. - If no, it ejects
messageStoreEjectionSize
oldest 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.