Skip to content

Commit

Permalink
update changelist v2.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Jul 27, 2021
1 parent 482e4f8 commit 09dd728
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

# v2.4.20 2021.05.18
### en
- application add addServantWithParams support parameter for handle
- remove message.h opentracking define
- fix tc_timer memory leak and timer id duplicate bug
- support grpc and add GrpcDemo and fix tc_grpc compiler
- 修复 windows 下 socket 设置阻塞异常
- 修复 refresh-endpoint-interval 配置无效
- update unittest
### cn
- Application 添加 addServantWithParams, 支持Servant构造参数
- 去掉Message.h opentracking 定义
- 修复tc_timer内存泄露和timer id可能冲突的问题
- 支持grpc GrpcDemo, 修复tc_grpc compiler
- 修复 windows 下 socket 设置阻塞异常
- 修复 refresh-endpoint-interval 配置无效
- 更新unittest

# v2.4.19 2021.05.18
### en
- fix TARS_OPENTARCKING not report trace bug
Expand Down
2 changes: 1 addition & 1 deletion cmake/Common.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


set(TARS_VERSION "2.4.13")
set(TARS_VERSION "2.4.20")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE off)
Expand Down

0 comments on commit 09dd728

Please sign in to comment.