feat: change release log
This commit is contained in:
parent
fea6a0efa9
commit
fcdcf124d5
5 changed files with 13 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,5 +2,6 @@
|
|||
.DS_Store
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
build.sh
|
||||
compose.yml
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
## [4.0.0-beta.3] - 2023-12-28
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复由于服务启动顺序导致输出非必要的错误日志
|
||||
|
||||
### 优化
|
||||
|
||||
- 支持类 ChatGPT 应用的流式 HTTP 响应([#513](https://github.com/chaitin/SafeLine/issues/513))
|
||||
- 更新流式检测引擎到 (20231228) 版本
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复由于服务启动顺序导致输出非必要的错误日志
|
||||
|
||||
## [4.0.0-beta.2] - 2023-12-22
|
||||
|
||||
### 修复
|
||||
|
|
|
@ -103,13 +103,13 @@ COPY --from=go-builder /work/server /srv/server
|
|||
|
||||
COPY documents /srv/documents
|
||||
WORKDIR /srv/documents
|
||||
RUN npm i; npm run build
|
||||
RUN npm ci; npm run build
|
||||
# npm run serve
|
||||
|
||||
ENV TARGET=http://localhost:8080
|
||||
COPY website /srv/website
|
||||
WORKDIR /srv/website
|
||||
RUN npm i; npm run build
|
||||
RUN npm ci; npm run build
|
||||
# npm start
|
||||
|
||||
COPY release /app/release
|
||||
|
|
|
@ -8,15 +8,15 @@ title: "版本更新记录"
|
|||
|
||||
### [4.0.0-beta.3] - 2023-12-28
|
||||
|
||||
#### 修复
|
||||
|
||||
- 修复由于服务启动顺序导致输出非必要的错误日志
|
||||
|
||||
#### 优化
|
||||
|
||||
- 支持类 ChatGPT 应用的流式 HTTP 响应([#513](https://github.com/chaitin/SafeLine/issues/513))
|
||||
- 更新流式检测引擎到 (20231228) 版本
|
||||
|
||||
#### 修复
|
||||
|
||||
- 修复由于服务启动顺序导致输出非必要的错误日志
|
||||
|
||||
### [4.0.0-beta.2] - 2023-12-22
|
||||
|
||||
#### 修复
|
||||
|
@ -76,7 +76,6 @@ title: "版本更新记录"
|
|||
- 
|
||||
- 拦截页面支持英文,根据客户端语言自动切换
|
||||
|
||||
|
||||
#### 优化
|
||||
|
||||
- 单个 IP 组内的 IP 数量,增加 1w 行的上限。避免更新配置时系统异常
|
||||
|
|
|
@ -36,8 +36,7 @@ services:
|
|||
- ${MGT_PORT:-9443}:1443
|
||||
environment:
|
||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||
- MGT_JWT_VALID=true
|
||||
- MGT_LICENSE_SERVER=https://safeline-ce-test-495.dev.rivers.ctopt.cn
|
||||
- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
||||
depends_on:
|
||||
- postgres
|
||||
- fvm
|
||||
|
@ -51,7 +50,7 @@ services:
|
|||
networks:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.4
|
||||
detector:
|
||||
detect:
|
||||
container_name: safeline-detector
|
||||
restart: always
|
||||
image: chaitin/safeline-detector:${IMAGE_TAG}
|
||||
|
|
Loading…
Add table
Reference in a new issue