File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
20
20
21
21
set (major "3" )
22
22
set (minor "0" )
23
- set (patch "11 " )
23
+ set (patch "12 " )
24
24
set (FRAMEWORK_VERSION ${major} .${minor} .${patch} )
25
25
add_definitions (-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION} " )
26
26
add_definitions (-DTARS_VERSION="${TARS_VERSION} " )
Original file line number Diff line number Diff line change
1
+ # v3.0.12 20220906
1
2
3
+ ### en
4
+ - fix: deploy/docker.sh use tonistiigi/binfmt: latest
5
+ - fix: tarsnode start server in docker mode when tarsnode is docker
6
+ - fix: tarsnode docker pull bug when image not exists
7
+ - fix: tarsnode longconnection active status bug in tarsweb
8
+ - fix: the script process does not exit after starting tarsnode under Linux
9
+
10
+ ### cn
11
+ - fix: deploy/docker.sh使用tonistiigi/binfmt: latest
12
+ - fix: tarsnode是容器模式下且以容器化方式启动业务服务的bug
13
+ - fix: tarsnode以容器化启动业务服务, 拉取基础镜像的bug
14
+ - fix: tarsnode长连接模式下tarsweb显示的bug
15
+ - fix: linux下启动tarsnode后脚本进程不退出问题修复
2
16
3
17
# v3.0.11 20220823
4
18
5
19
### en
6
-
7
20
- fix tars_node_init.sql not init tarsAdminRegistry
8
21
### cn
9
22
10
23
- fix: tars_node_init.sql 中不要初始化tarsAdminRegistry
24
+
11
25
# v3.0.10 20220819
12
26
13
27
### en
You can’t perform that action at this time.
0 commit comments