File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11SAFELINE-CE CHANGELOG
22===
33
4+ ## [ 3.5.1] - 2023-9-26
5+
6+ ### 优化:
7+
8+ - 修复站点详情中,今日请求量一直为 0 的问题
9+ - 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
10+ - 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)
11+
412## [ 3.5.0] - 2023-9-21
513
614### 新增
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ services:
119119 - ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
120120 - /etc/resolv.conf:/etc/resolv.conf
121121 environment :
122- - REDIS_URL=redis://:${REDIS_PASSWORD}@safeline-redis :6379/0
122+ - REDIS_URL=redis://:${REDIS_PASSWORD}@${SUBNET_PREFIX}.3 :6379/0
123123 - MGT_ADDR=${SUBNET_PREFIX}.4:9002
124124 ulimits :
125125 nofile : 131072
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v3.5.0 " ,
3- "rec_version" : " v3.4 .1"
2+ "latest_version" : " v3.5.1 " ,
3+ "rec_version" : " v3.5 .1"
44}
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /docs/guide/upgrade )
88
9+ ### [ 3.5.1] - 2023-9-26
10+
11+ #### 优化:
12+
13+ - 修复站点详情中,今日请求量一直为 0 的问题
14+ - 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
15+ - 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)
16+
917### [ 3.5.0] - 2023-9-21
1018
1119#### 新增
You can’t perform that action at this time.
0 commit comments