Parcourir la source

fix: qps missing in dashboard

delong.wang il y a 1 an
Parent
commit
2bff3ecf9d
2 fichiers modifiés avec 10 ajouts et 3 suppressions
  1. 9 2
      documents/docs/05-about/00-changelog.md
  2. 1 1
      release/latest/version.json

+ 9 - 2
documents/docs/05-about/00-changelog.md

@@ -6,14 +6,22 @@ title: "版本更新记录"
 
 [版本升级方法](/guide/upgrade)
 
+### [4.0.1] - 2024-01-05
+
+#### 修复
+
+- safeline-luigi 容器打印与功能无关的错误日志
+- 统计页面中不显示 QPS 数据
+
 ### [4.0.0] - 2024-01-05
+
 #### 新增
 
 - 完整支持 **流式语义分析检测**,包含 协议解析、解码、模式匹配 三个阶段的改造,解决经典 “大包绕过” 问题
 - IP 组支持通过 URL 在线订阅内容([#414](https://github.com/chaitin/SafeLine/issues/414)):
 - ![](/images/docs/about_changelog/ip_group_url.png)
 - 新增 “搜索引擎爬虫 IP”,包含 Google、Bing、百度、360 的爬虫 IP([#374](https://github.com/chaitin/SafeLine/issues/374)、[#399](https://github.com/chaitin/SafeLine/issues/399)):
-![](/images/docs/about_changelog/ip_group_builtin.png)
+  ![](/images/docs/about_changelog/ip_group_builtin.png)
 - 出厂预置 “搜索引擎爬虫白名单” 和 “长亭社区恶意 IP 情报黑名单”,方便配置
 
 #### 优化
@@ -36,7 +44,6 @@ title: "版本更新记录"
   - safeline-mgt 持续输出版本号错误日志
   - 拦截页面未显示时间
 
-
 ### [4.0.0-beta.3] - 2023-12-28
 
 #### 优化

+ 1 - 1
release/latest/version.json

@@ -1,4 +1,4 @@
 {
-  "latest_version": "v4.0.0",
+  "latest_version": "v4.0.1",
   "rec_version": "v3.10.3"
 }