We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd45525 commit d8a221eCopy full SHA for d8a221e
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 更新日志
2
3
+## 3.7.0
4
+
5
+- `req.meta.remoteAddress` 优先从 `Forwarded` 头获取客户端 IP,在线上的 Hook 中可以获取到触发 Hook 的客户端 IP。
6
+- `AV.Cloud.HttpsRedirect` 优先从 `Forwarded` 头判断协议,非 `.leanapp.cn` 域名的预备环境将被正确地重定向。
7
8
## 3.6.0
9
10
添加对新的即时通讯 Hook 的支持:
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "3.6.0",
+ "version": "3.7.0",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments