Skip to content

Commit 4e10ee2

Browse files
committed
2 parents 0a6ba92 + f16c599 commit 4e10ee2

File tree

7 files changed

+37
-10
lines changed

7 files changed

+37
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
2+
## v3.1.32 (JAN 31, 2023)
3+
### Improvements
4+
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access
5+
6+
## v3.1.31 (JAN 25, 2023)
7+
### Improvements
8+
- Fixed a bug where `pendingMessage.data` is set to 'null' string when `sendUserMessage()` is called with a message text as an argument
9+
- Fixed a bug where `MessageCollection` calls `onMessagesUpdated()` with old messages on connect and reconnect when `localCacheEnabled` is set to false
10+
211
## v3.1.30 (JAN 10, 2023)
312
### Improvements
4-
- Added changed security attributes for ACL
513
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
14+
- Improved stability
615

716
## v3.1.29 (NOV 04, 2022)
817
### Improvements

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# [Sendbird](https://sendbird.com) Chat SDK for JavaScript
1+
# [Sendbird](https://sendbird.com) Chat SDK v3 for JavaScript
22

33
![Platform](https://img.shields.io/badge/platform-JAVASCRIPT-orange.svg)
44
![Languages](https://img.shields.io/badge/language-JAVASCRIPT-orange.svg)
55
[![npm](https://img.shields.io/npm/v/sendbird.svg?style=popout&colorB=red)](https://www.npmjs.com/package/sendbird)
66

7+
## Deprecation Note (v3)
8+
:warning: Please note that Sendbird’s SDK v3 will be deprecated by **July 2023**. You may still use the older SDKs at your choice, but no new updates or bug fixes will be made to SDK v3.
9+
10+
**We recommend clients to plan their migration to SDK v4 as early as possible as there are breaking changes.** We also provide prioritized support for migration and any issues related to v4. SDK v4 provides far richer and robust features in Websocket, Local caching, Polls, Scheduled Messages, Pinned Message, and many more. So try it out now! ([Chat SDK v4](https://github.com/sendbird/sendbird-chat-sdk-javascript/))
11+
12+
<br />
13+
714
## Table of contents
815

916
1. [Introduction](#introduction)
@@ -341,9 +348,8 @@ Additionally, migration guide for clients currently using SyncManager will be av
341348

342349
## Changelogs
343350

344-
## v3.1.30 (JAN 10, 2023)
351+
## v3.1.32 (JAN 31, 2023)
345352
### Improvements
346-
- Added changed security attributes for ACL
347-
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
353+
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access
348354

349355
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).

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.1.30
2+
* Type Definitions for Sendbird SDK v3.1.32
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.30",
3+
"version": "3.1.32",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
66
],

catalog-info.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: SendBird-SDK-JavaScript
5+
description: Sendbird Chat SDK for JavaScript for enablement of a rich, engaging, scalable, and real-time chat service
6+
annotations:
7+
github.com/project-slug: sendbird/SendBird-SDK-JavaScript
8+
spec:
9+
type: library
10+
lifecycle: production
11+
owner: dep-client-platform
12+
system: sendbird-chat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.1.30",
3+
"version": "3.1.32",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)