Skip to content

Commit

Permalink
chore(release): v5.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed May 21, 2021
1 parent 8835db0 commit 3761085
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="5.0.0-rc.6"></a>

# [5.0.0-rc.6](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.5...v5.0.0-rc.6) (2021-05-21)

### **BREAKING CHANGES**

- 不再支持以 `pushOfflineMessages` 模式创建 Realtime ,需要开发者主动拉取未读消息。

### Bug Fixes

- 修复了使用相同的成员创建临时对话时没有得到唯一的对话的问题。
- 修复了 `IMClient#getConversation` 返回值类型定义的错误。
- 修复了修改、撤回消息成功后可能抛出异常的问题。

<a name="5.0.0-rc.5"></a>

# [5.0.0-rc.5](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.4...v5.0.0-rc.5) (2020-12-21)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime",
"version": "5.0.0-rc.5",
"version": "5.0.0-rc.6",
"description": "LeanCloud Realtime Message JavaScript SDK",
"main": "./dist/im-node.js",
"files": [
Expand Down

0 comments on commit 3761085

Please sign in to comment.