Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danney-chun committed Aug 24, 2023
2 parents 0a6ba92 + f16c599 commit 4e10ee2
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog
## v3.1.32 (JAN 31, 2023)
### Improvements
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access

## v3.1.31 (JAN 25, 2023)
### Improvements
- Fixed a bug where `pendingMessage.data` is set to 'null' string when `sendUserMessage()` is called with a message text as an argument
- Fixed a bug where `MessageCollection` calls `onMessagesUpdated()` with old messages on connect and reconnect when `localCacheEnabled` is set to false

## v3.1.30 (JAN 10, 2023)
### Improvements
- Added changed security attributes for ACL
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
- Improved stability

## v3.1.29 (NOV 04, 2022)
### Improvements
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# [Sendbird](https://sendbird.com) Chat SDK for JavaScript
# [Sendbird](https://sendbird.com) Chat SDK v3 for JavaScript

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

## Deprecation Note (v3)
: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.

**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/))

<br />

## Table of contents

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

## Changelogs

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

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).
2 changes: 1 addition & 1 deletion SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for Sendbird SDK v3.1.30
* Type Definitions for Sendbird SDK v3.1.32
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
*/
Expand Down
4 changes: 2 additions & 2 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.1.30",
"version": "3.1.32",
"authors": [
"Sendbird <support@sendbird.com>"
],
Expand Down
12 changes: 12 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: SendBird-SDK-JavaScript
description: Sendbird Chat SDK for JavaScript for enablement of a rich, engaging, scalable, and real-time chat service
annotations:
github.com/project-slug: sendbird/SendBird-SDK-JavaScript
spec:
type: library
lifecycle: production
owner: dep-client-platform
system: sendbird-chat
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.1.30",
"version": "3.1.32",
"description": "Sendbird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 4e10ee2

Please sign in to comment.