File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
2020
2121set (major "3" )
2222set (minor "0" )
23- set (patch "11 " )
23+ set (patch "12 " )
2424set (FRAMEWORK_VERSION ${major} .${minor} .${patch} )
2525add_definitions (-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION} " )
2626add_definitions (-DTARS_VERSION="${TARS_VERSION} " )
Original file line number Diff line number Diff line change 1+ # v3.0.12 20220906
12
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后脚本进程不退出问题修复
216
317# v3.0.11 20220823
418
519### en
6-
720- fix tars_node_init.sql not init tarsAdminRegistry
821### cn
922
1023- fix: tars_node_init.sql 中不要初始化tarsAdminRegistry
24+
1125# v3.0.10 20220819
1226
1327### en
You can’t perform that action at this time.
0 commit comments