Skip to content

Commit

Permalink
update changelist & v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 7, 2023
1 parent c36f8b0 commit cfef89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
3 changes: 3 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfef89e

Please sign in to comment.