Skip to content

Commit

Permalink
chore(release): v5.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Jun 5, 2020
1 parent 0242a62 commit 5de9a7e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="5.0.0-rc.3"></a>

# [5.0.0-rc.3](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.2...v5.0.0-rc.3) (2020-06-05)

### Features

- 增加了 `ConversationQuery.or``ConversationQuery.and` 支持对话组合查询。

### Bug Fixes

- 修复了小程序中引入 SDK 抛 `Cannot read property 'document' of undefined` 异常的问题。

### BREAKING CHANGES

- 不再允许使用相同的 appId 初始化多个 Realtime 实例。该用法一般是对 SDK 的误用,容易导致连接数异常增长。对于大多数用户,该变动不会对应用带来任何影响。

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

# [5.0.0-rc.2](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.1...v5.0.0-rc.2) (2020-03-26)
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.2",
"version": "5.0.0-rc.3",
"description": "LeanCloud Realtime Message JavaScript SDK",
"main": "./dist/im-node.js",
"files": [
Expand Down

0 comments on commit 5de9a7e

Please sign in to comment.