We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aecfc9 commit 01ba328Copy full SHA for 01ba328
CMakeLists.txt
@@ -29,7 +29,7 @@ endif()
29
30
set(major "3")
31
set(minor "0")
32
-set(patch "16")
+set(patch "17")
33
34
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
35
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
Changelist.md
@@ -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
11
#v3.0.16 20231106
12
### en
13
- fix: tarsnode start same process two times when process start is slow
0 commit comments