Skip to content

Commit d8a221e

Browse files
committed
🔖 Prepare 3.7.0
1 parent dd45525 commit d8a221e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## 3.7.0
4+
5+
- `req.meta.remoteAddress` 优先从 `Forwarded` 头获取客户端 IP,在线上的 Hook 中可以获取到触发 Hook 的客户端 IP。
6+
- `AV.Cloud.HttpsRedirect` 优先从 `Forwarded` 头判断协议,非 `.leanapp.cn` 域名的预备环境将被正确地重定向。
7+
38
## 3.6.0
49

510
添加对新的即时通讯 Hook 的支持:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leanengine",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "LeanCloud LeanEngine Node.js SDK.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)