Skip to content

Commit

Permalink
feat: 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Jun 14, 2024
1 parent fac90ae commit 86b6bb3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# SAFELINE-CE CHANGELOG

## [6.1.0] - 2024-06-14

### 新增
* 专业版站点详情新增访问日志、错误日志。且支持设置日志大小上限,达到上限后自动清理旧文件
* 动态防护单站点允许防护的资源数增加到 2 个,专业版增加到 20 个

### 优化
* 人机验证通过后,若访问/攻击频率过高(达到 3 倍的 “限频后人机验证” 阈值),则要求重新进行人机验证
* 修复导出日志 csv 中的 “动作” 和控制台页面不一致的问题
* 修复动态防护有时仍额外返回源内容的问题
* 修复部分补充规则配置了防护后也会被放行的问题
* 修复编辑证书后,会自动新建证书而不是更新证书的问题
* 修复上游服务器健康检查时,对正常的上游可能返回异常结果 tls internal error 的问题
* 优化一些 UI 交互细节

## [6.0.3] - 2024-06-06

### 优化
Expand Down
17 changes: 17 additions & 0 deletions documents/docs/06-about/00-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ title: "版本更新记录"

[版本升级方法](/guide/upgrade)

## [6.1.0] - 2024-06-14

#### 新增
* 专业版站点详情新增访问日志、错误日志。且支持设置日志大小上限,达到上限后自动清理旧文件

![](/images/docs/about_changelog/6.1.0-1.png)
* 动态防护单站点允许防护的资源数增加到 2 个,专业版增加到 20 个

#### 优化
* 人机验证通过后,若访问/攻击频率过高(达到 3 倍的 “限频后人机验证” 阈值),则要求重新进行人机验证
* 修复导出日志 csv 中的 “动作” 和控制台页面不一致的问题
* 修复动态防护有时仍额外返回源内容的问题
* 修复部分补充规则配置了防护后也会被放行的问题
* 修复编辑证书后,会自动新建证书而不是更新证书的问题
* 修复上游服务器健康检查时,对正常的上游可能返回异常结果 tls internal error 的问题
* 优化一些 UI 交互细节

### [6.0.3] - 2024-06-06

#### 优化
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions release/latest/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "v6.0.3",
"rec_version": "v6.0.3"
"latest_version": "v6.1.0",
"rec_version": "v6.1.0"
}

0 comments on commit 86b6bb3

Please sign in to comment.