Socket
Socket
Sign inDemoInstall

sendbird

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendbird - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

deprecated.md

2

bower.json
{
"name": "sendbird",
"version": "3.1.1",
"version": "3.1.2",
"authors": [

@@ -5,0 +5,0 @@ "Sendbird <support@sendbird.com>"

# Changelog
## v3.1.2 (DEC 01, 2021)
- Fixed TypeScript interface in `PreviousMessageListQuery`.
- Deprecated `includeReplies` and `includeParentMessageText`.
- Added `replyType` and `includeParentMessageInfo`.
## v3.1.1 (NOV 24, 2021)

@@ -4,0 +9,0 @@ - `dns` dependency removed.

{
"name": "sendbird",
"version": "3.1.1",
"version": "3.1.2",
"description": "Sendbird JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "SendBird.min.js",

@@ -14,3 +14,4 @@ # [Sendbird](https://sendbird.com) Chat SDK for JavaScript

1. [Appendix](#appendix)
1. [Changelogs](#changelogs)
2. [Notice](#notice)
3. [Changelogs](#changelogs)

@@ -327,8 +328,25 @@ <br />

## Notice
### v.3.1.0 Release (Local Caching)
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 `Sendbird` constructor, 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:
- Sendbird Chat SDK with local caching supports new functionalities such as group channel collection, message collection, and message auto-resend.
- SyncManager will be deprecated eventually as the embedded local caching serves as the new and better version of it.
For further information, please see our [Docs](https://sendbird.com/docs/chat/v3/javascript/guides/local-caching).
Additionally, migration guide for clients currently using SyncManager will be available soon.
<br />
## Changelogs
### v3.1.1 (NOV 24, 2021)
### v3.1.2 (DEC 01, 2021)
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).
- `dns` dependency removed.
- Fixed TypeScript interface in `PreviousMessageListQuery`.
- Deprecated `includeReplies` and `includeParentMessageText`.
- Added `replyType` and `includeParentMessageInfo`.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc