Skip to content

Commit

Permalink
update v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Apr 8, 2024
1 parent 97c7a87 commit 4b508bf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions Changelist-3.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# v3.0.20 20240408
## en
- fix: tc_ex using namespace std outside tars
- fix: tc_port SigInfo use NoDestroyLifetime TC_Singleton
- fix: RemoteTimeLogger not init twice
- fix: free applicationCommunicator when application terminate
- fix: servantprx/adapterprx tars_set_push_callback nullptr protected
- fix: unit-test use tarsmock
- fix: fix remote log sync bug when log size too big
- fix: communicator _schedCommunicatorEpoll create use array
- fix: tc_port exec out buff size limit
- feat: tc_port add check pid alive
- feat: tc_option parseString use static
- feat: tc_port kill add return value
- feat: tc_port add freopen
- feat: epoll server destroyApp not call bug and destroyApp log
- feat: add tarsmock to simulate tars framework
- feat: tc_port add getCommandLine/getPidsByCmdline
- feat: tc_socket: getLocalHosts support withLoopIp
- feat: tars-tools.cmake add CMAKE_CXX_FLAGS_RELEASE&CMAKE_CXX_FLAGS_DEBUG
- feat: unit-test support TARS_SHARED_PTR
- feat: support build_with_std_shared_ptr for python
- feat: Application add getRemoteConfig
- feat: tc_mysql support mysql 8.0
- feat: EndpointInfo add vectorEndpointFToStr/strToVectorEndpointF/toNodeEndpointF to support multi network interfaces
- feat: fix tc_socket getLocalHosts support ipv4
- feat: EndpointInfo add toEndpointFs

# v3.0.19 20240202

## en
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 "3.0.19")
set(TARS_VERSION "3.0.20")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE off)
Expand Down

0 comments on commit 4b508bf

Please sign in to comment.