File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11# SAFELINE-CE CHANGELOG
22
3- ### [ 3.14.0] - 2023-11-30
43
5- #### 新增
4+ ## [ 3.14.1] - 2023-11-30
5+
6+ ### 修复
7+
8+ - 修复日志服务 CPU 占用过高问题
9+
10+ ## [ 3.14.0] - 2023-11-30
11+
12+ ### 新增
613
714- 增加黑白名单正则表达式校验,避免 “_ url_ ” 这类错误正则
815- 事件列表固定表头 ([ #443 ] ( https://github.com/chaitin/SafeLine/issues/443 ) )
916
10- #### 优化
17+ ### 优化
1118
1219- 移除 redis 依赖,减少运行容器数量
1320
14- #### 修复
21+ ### 修复
1522
1623- 修复黑白名单 CIDR 格式校验提示文案未翻译的问题
1724- 修复 safeline-tengine 容器提示缺少 MGT_API 的问题 ([ #468 ] ( https://github.com/chaitin/SafeLine/issues/468 ) )
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /guide/upgrade )
88
9+ ### [ 3.14.1] - 2023-11-30
10+
11+ #### 修复
12+
13+ - 修复日志服务 CPU 占用过高问题
14+
915### [ 3.14.0] - 2023-11-30
1016
1117#### 新增
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v3.14.0 " ,
2+ "latest_version" : " v3.14.1 " ,
33 "rec_version" : " v3.8.2"
44}
You can’t perform that action at this time.
0 commit comments