Skip to content

Commit

Permalink
chore(release): v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Dec 18, 2020
1 parent 806951e commit 647851a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 4.9.0(2020-12-18)

### **BREAKING CHANGES**

- 移除了 `AV.Object.saveAll` 对一次发出的请求数量的限制。在早期的设计中:超出限制的请求会在方法内部分多次处理,当部分请求失败时后续的请求将不会被执行。

### Internal Changes

- 升级了内部依赖:
package|from|to
-|-|-
@leancloud/adapter-types|`3.0.0`|`4.0.0`
@leancloud/platform-adapters-browser|`1.1.0`|`1.4.0`
@leancloud/platform-adapters-node|`1.1.0`|`1.4.0`
@leancloud/platform-adapters-weapp|`1.2.0`|`1.5.0`
leancloud-realtime|`5.0.0-rc.2`|`5.0.0-rc.4`

## 4.8.3(2020-12-15)

### Internal Changes
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-storage",
"version": "4.8.3",
"version": "4.9.0",
"main": "./dist/node/entry/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.8.3';
module.exports = '4.9.0';

0 comments on commit 647851a

Please sign in to comment.