Skip to content

Commit 40c8eca

Browse files
authored
Update README.md
1 parent 070f096 commit 40c8eca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,17 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
323323
324324
<br />
325325

326+
## Notice
327+
328+
### v.3.1.0 Release (Local Caching)
329+
330+
Local caching has been introduced to the Chat SDK in this v3.1.0 release. The newly embedded local caching functionalities can be enabled through an optional parameter `localCacheEnabled` in the `connect()`, whose default is **false**. When local caching is turned off, the SDK is backward compatible with v3.0. This means it will work exactly the same as v3.0 and therefore is compatible with SyncManager. However, we strongly recommend you to use the Chat SDK with local caching instead of SyncManager for the following reasons:
331+
Sendbird Chat SDK with local caching supports new functionalities such as group channel collection, message collection, and message auto-resend.
332+
SyncManager will be deprecated eventually as the embedded local caching serves as the new and better version of it.
333+
334+
For further information, please see our [Docs](https://sendbird.com/docs/chat/v3/javascript/guides/local-caching).
335+
Additionally, migration guide for clients currently using SyncManager will be available soon.
336+
326337
## Changelogs
327338

328339
### v3.1.1 (NOV 24, 2021)

0 commit comments

Comments
 (0)