We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3179120 commit 8b33097Copy full SHA for 8b33097
changlog.md
@@ -1,7 +1,12 @@
1
-## 1.0.3 (2025-05-12)
+## 1.0.4 (2025-05-12)
2
### Breaking
3
- 长连接订阅请求由 bool 改为 unsigned int,表示订阅请求的 id
4
5
+## 1.0.3 (2025-02-20)
6
+- properties 配置支持;
7
+- log配置优化;
8
+- kickout回调
9
+
10
## 1.0.2 (2025-01-15)
11
### Fix
12
- 长连接DNS解析问题
include/tigerapi/version.h
@@ -5,6 +5,6 @@
#ifndef TIGERAPI_VERSION_H
#define TIGERAPI_VERSION_H
-#define PROJECT_VERSION "1.0.3"
+#define PROJECT_VERSION "1.0.4"
#endif //TIGERAPI_VERSION_H
0 commit comments