Skip to content

Releases: Gooddbird/tinyrpc

v1.2.0

05 Nov 15:43
2ab7b18
Compare
Choose a tag to compare

TinyRPC 1.2.0 版本发布,增加的新特性如下:

  1. 增加 tinyrpc_generator 代码生成工具,一行命令构建 rpc 项目

v1.1.0

20 Aug 08:40
9b646f0
Compare
Choose a tag to compare

It is a larger version update from v1.0.0 to stable v1.1.0, beacuse I just have refactor tinyrpc to m:n coroutine model, so thrat is qps improve to 14w+.
This is some feature of:

  1. refactor m:n coroutine, improve qps to 14w+
  2. refactor corroutine, support multi-threaded alternate scheduling of coroutines
  3. fix bug that AsyncLogger coredump when vector overflow
  4. fix bug that TcpConnection Construct function export this pointer cause coredump
  5. update README to help reader understand

In a word, tinyrpc becomes more efficient and powerful

v1.0.0

05 Jul 14:58
ffa8c08
Compare
Choose a tag to compare

TinyRPC version 1.0.0.
This is a version that implements the basic functionality:

  1. Basic project structure
  2. Can easily start RPC server
  3. Can easily call rpc async by two ways
  4. Support two protocal: Http and TinyPB