We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d312d6 commit f995f71Copy full SHA for f995f71
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# 更新日志
2
3
+## [0.4.1](https://github.com/leancloud/leanengine-node-sdk/compare/0.4.0...v0.4.1) (2016-05-28)
4
+
5
+### Bug Fixes
6
7
+* 云函数的 user 对象固定从 header 中获取 ([9eb2eee](https://github.com/leancloud/leanengine-node-sdk/commit/9eb2eee)): 防止请求时在 body 中伪造 user 信息,提高安全性。
8
9
## v0.4.0 (2016/02/01)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments