Skip to content

Commit c22afe9

Browse files
committed
feat: release v3.9.0
1 parent d6322d7 commit c22afe9

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
SAFELINE-CE CHANGELOG
22
===
33

4+
## [3.9.0] - 2023-10-26
5+
6+
### 优化
7+
8+
- 人机验证页面增加响应头 Cache-Control,向下游声明不希望被缓存,避免被 CND 缓存导致不断重复验证([#402](https://github.com/chaitin/SafeLine/issues/402)
9+
- 修复人机验证在 iframe 中会不断重复验证的问题([#397](https://github.com/chaitin/SafeLine/issues/397)
10+
- 修复人机验证在 alook 浏览器中页面空白的问题([#393](https://github.com/chaitin/SafeLine/issues/393)
11+
- 修复添加、编辑站点有时出现 “Service abnormal” 异常的问题
12+
- 升级过程增加安装方式检查,通过牧云助手安装的,需要通过牧云助手升级,降低升级失败概率
13+
- 申请免费证书时,填写多个域名会报错 “domain name contains an invalid character”
14+
- 编辑站点时域名为空后会报错问题
15+
416
## [3.8.2] - 2023-10-19
517

618
### 新增

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest_version": "v3.8.2",
2+
"latest_version": "v3.9.0",
33
"rec_version": "v3.8.2"
44
}

website/docs/05-about/00-changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ title: "版本更新记录"
66

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

9+
### [3.9.0] - 2023-10-26
10+
11+
#### 优化
12+
13+
- 人机验证页面增加响应头 Cache-Control,向下游声明不希望被缓存,避免被 CND 缓存导致不断重复验证([#402](https://github.com/chaitin/SafeLine/issues/402)
14+
- 修复人机验证在 iframe 中会不断重复验证的问题([#397](https://github.com/chaitin/SafeLine/issues/397)
15+
- 修复人机验证在 alook 浏览器中页面空白的问题([#393](https://github.com/chaitin/SafeLine/issues/393)
16+
- 修复添加、编辑站点有时出现 “Service abnormal” 异常的问题
17+
- 升级过程增加安装方式检查,通过牧云助手安装的,需要通过牧云助手升级,降低升级失败概率
18+
- 申请免费证书时,填写多个域名会报错 “domain name contains an invalid character”
19+
- 编辑站点时域名为空后会报错问题
20+
921
### [3.8.2] - 2023-10-19
1022

1123
#### 新增

0 commit comments

Comments
 (0)