Skip to content

Commit 01ba328

Browse files
committed
v3.0.17 & changelist
1 parent 8aecfc9 commit 01ba328

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929

3030
set(major "3")
3131
set(minor "0")
32-
set(patch "16")
32+
set(patch "17")
3333

3434
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
3535
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")

Changelist.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#v3.0.17 20240202
2+
3+
### en
4+
- update tarscpp to v3.0.19
5+
- fix: tarsnode ServerManager.cpp reportNode
6+
- feat tarsnode add nodename to template
7+
- feat: cmake add open ENABLE_ADDRESSSANITIZER
8+
- feat: tarsregsitry EndpointF set nodeName
9+
- optimize: doReserveDb drop table
10+
111
#v3.0.16 20231106
212
### en
313
- fix: tarsnode start same process two times when process start is slow

0 commit comments

Comments
 (0)