Skip to content

Commit cfef89e

Browse files
committed
update changelist & v3.0.15
1 parent c36f8b0 commit cfef89e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
2020

2121
set(major "3")
2222
set(minor "0")
23-
set(patch "14")
23+
set(patch "15")
2424
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2525
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
2626
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

Changelist.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
- fix tars-start.sh & tars-stop.sh when is slave
44
- fix tarsconfig, out of limit return 429
55
- fix tarsquerystat/tarsqueryproperty, Resolve the bug where the log cutting parameters are not working prop
6+
- fix tarsnotify command field is empty
7+
-
68
### cn
79
- 修复: 备机是tars-start.sh & tars-stop.sh的问题
810
- 修复: tarsconfig超过频率限制时返回429
911
- 修复: tarsquerystat/tarsqueryproperty解析日志参数的bug
12+
- 修复: tarsnotify写入数据库时, command字段为空的问题(影响告警)
1013

1114
# v3.0.14 20230415
1215
### en

0 commit comments

Comments
 (0)