diff --git a/CMakeLists.txt b/CMakeLists.txt index a9ba1a8..f63754f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ add_subdirectory(tarscpp) set(major "3") set(minor "0") -set(patch "14") +set(patch "15") set(FRAMEWORK_VERSION ${major}.${minor}.${patch}) add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}") add_definitions(-DTARS_VERSION="${TARS_VERSION}") diff --git a/Changelist.md b/Changelist.md index ef6126d..0eea3b2 100644 --- a/Changelist.md +++ b/Changelist.md @@ -3,10 +3,13 @@ - fix tars-start.sh & tars-stop.sh when is slave - fix tarsconfig, out of limit return 429 - fix tarsquerystat/tarsqueryproperty, Resolve the bug where the log cutting parameters are not working prop +- fix tarsnotify command field is empty +- ### cn - 修复: 备机是tars-start.sh & tars-stop.sh的问题 - 修复: tarsconfig超过频率限制时返回429 - 修复: tarsquerystat/tarsqueryproperty解析日志参数的bug +- 修复: tarsnotify写入数据库时, command字段为空的问题(影响告警) # v3.0.14 20230415 ### en