Skip to content

Commit

Permalink
🔖 Prepare 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Aug 3, 2021
1 parent 33af60c commit 1b0e759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更新日志

## 3.8.0

- 添加对新的 Hook(`onAuthData`)的支持,这个 Hook 会在云存储处理第三方登录的 authData 时触发,开发者可以在这个 Hook 中进行对 authData 的校验。
- 正式支持 JS SDK (leancloud-storage) 4.x,对于新的项目会自动安装 4.x 版本的 JS SDK(不影响既有项目)。

## 3.7.0

- `req.meta.remoteAddress` 优先从 `Forwarded` 头获取客户端 IP,在线上的 Hook 中可以获取到触发 Hook 的客户端 IP。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leanengine",
"version": "3.7.0",
"version": "3.8.0",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b0e759

Please sign in to comment.