Skip to content

Commit 647851a

Browse files
committed
chore(release): v4.9.0
1 parent 806951e commit 647851a

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 4.9.0(2020-12-18)
2+
3+
### **BREAKING CHANGES**
4+
5+
- 移除了 `AV.Object.saveAll` 对一次发出的请求数量的限制。在早期的设计中:超出限制的请求会在方法内部分多次处理,当部分请求失败时后续的请求将不会被执行。
6+
7+
### Internal Changes
8+
9+
- 升级了内部依赖:
10+
package|from|to
11+
-|-|-
12+
@leancloud/adapter-types|`3.0.0`|`4.0.0`
13+
@leancloud/platform-adapters-browser|`1.1.0`|`1.4.0`
14+
@leancloud/platform-adapters-node|`1.1.0`|`1.4.0`
15+
@leancloud/platform-adapters-weapp|`1.2.0`|`1.5.0`
16+
leancloud-realtime|`5.0.0-rc.2`|`5.0.0-rc.4`
17+
118
## 4.8.3(2020-12-15)
219

320
### Internal Changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "4.8.3",
3+
"version": "4.9.0",
44
"main": "./dist/node/entry/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '4.8.3';
1+
module.exports = '4.9.0';

0 commit comments

Comments
 (0)