Skip to content

Commit

Permalink
update changelist retag: v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Nov 7, 2022
1 parent 6f6aa45 commit 04c97f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelist-3.x.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# v3.0.13 20221027
# v3.0.13 20221117
### en
- Fix: TC_Port::getSystemMemInfo not close fd bug
- Fix: threadpool waitForAllDone not quit bug in some time
- Fix: tc_common str2tm add memset tm
- Fix: QueueMode bug when fd=-1
- Fix: tarsmerge bug when multi tars files, orderFileNames.erase(it->second) cause crash
- Fixed the HTTP client crash when compiling with SSL and the unusable HTTP client when compiling without SSL
- Fix: [MSVC][std:c++latest] Fix compiler error
- Feat: tc_http dorequest support https
- Feat: ServantHandle&async_callback支持右值引用参数
Expand All @@ -17,6 +18,7 @@
- 修复: 服务QueueMode模式下fd=-1导致进错队列的bug
- 修复: tars2merge 多层嵌套tars文件,当第二次移除同一元素时会崩溃 orderFileNames.erase(it->second);
- 修复: [MSVC][std:c++latest] 修复编译错误
- 修复: tc http在https模式下http doRequest的crash
- 新增: 新增 PushCallbackDemo
- 新增: tc_http dorequest 支持 https
- 新增: ServantHandle&async_callback支持右值引用参数
Expand Down
2 changes: 1 addition & 1 deletion examples/PushCallbackDemo/Server/Hello.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// **********************************************************************
// This file was generated by a TARS parser!
// TARS version 3.0.12.
// TARS version 3.0.13.
// **********************************************************************

#ifndef __HELLO_H_
Expand Down
2 changes: 1 addition & 1 deletion examples/PushCallbackDemo/Server/Push.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// **********************************************************************
// This file was generated by a TARS parser!
// TARS version 3.0.12.
// TARS version 3.0.13.
// **********************************************************************

#ifndef __PUSH_H_
Expand Down

0 comments on commit 04c97f3

Please sign in to comment.