File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
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 "14 " )
23
+ set (patch "15 " )
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 3
3
- fix tars-start.sh & tars-stop.sh when is slave
4
4
- fix tarsconfig, out of limit return 429
5
5
- fix tarsquerystat/tarsqueryproperty, Resolve the bug where the log cutting parameters are not working prop
6
+ - fix tarsnotify command field is empty
7
+ -
6
8
### cn
7
9
- 修复: 备机是tars-start.sh & tars-stop.sh的问题
8
10
- 修复: tarsconfig超过频率限制时返回429
9
11
- 修复: tarsquerystat/tarsqueryproperty解析日志参数的bug
12
+ - 修复: tarsnotify写入数据库时, command字段为空的问题(影响告警)
10
13
11
14
# v3.0.14 20230415
12
15
### en
You can’t perform that action at this time.
0 commit comments