Releases: shuai132/rpc_core
Releases · shuai132/rpc_core
v2.1.0
01 Jan 10:15
Compare
Sorry, something went wrong.
No results found
feat: async response
feat: async subscribe
feat: support co_await for c++20 coroutine
feat: update cpp version to c++14
feat: support varint for msg len
perf: remove virtual interface
refactor: refine code
v2.0.3
23 Jun 09:11
Compare
Sorry, something went wrong.
No results found
serialize support nlohmann-json
support custom serialize
support msvc compiler
refine c++ and rust code
ci for windows and macos
v2.0.2
23 Jun 09:06
Compare
Sorry, something went wrong.
No results found
v2.0.1
21 Oct 05:49
Compare
Sorry, something went wrong.
No results found
fix request lifecycle
cleanup warning
add no_such_cmd response
refine code avoid memory copy
refine serialize code and support binary wrap
v2.0.0
20 Sep 09:56
Compare
Sorry, something went wrong.
No results found
new serialization
refine some api
add stream_connection
format code
v1.0.3
23 Jan 06:34
Compare
Sorry, something went wrong.
No results found
1. add future api
2. refine code