Skip to content

Releases: baidu/sofa-pbrpc

v1.1.3

20 Jan 07:41
Compare
Choose a tag to compare

Add create_with_init option in RpcChannelOptions, ref pr 180

noboost-v0.0.2

20 Jan 07:27
Compare
Choose a tag to compare
noboost-v0.0.2 Pre-release
Pre-release

Add create_with_init option in RpcChannelOptions, ref pr 181

Drop the dependence of boost

18 Jan 05:07
Compare
Choose a tag to compare
Pre-release
Merge pull request #179 from zd-double/no-boost

Update smart_ptr

v1.1.2

30 Dec 06:41
Compare
Choose a tag to compare
  • Add memory profiling, ref profiling
  • Improve RPC safety for arbitrary binary packet

v1.1.1

22 Sep 05:04
Compare
Choose a tag to compare
  • Supports Web Service
  • Supports CPU Profiling

v1.1.0

02 Dec 13:06
Compare
Choose a tag to compare
  • Make large protobuf package transfer more efficient
  • Support setting tcp_no_delay option

v1.0.1

13 May 06:37
Compare
Choose a tag to compare
  • Support http protocol.
  • Provide web monitor.
  • Provide python client library.

v1.0.0

22 Nov 16:14
Compare
Choose a tag to compare
  • High performace.
  • Easy to use. Refer to sample codes in './sample'.
  • Support sync call and async call. Refer to './sample/echo'.
  • Support three level (service/method/request) timeout. Refer to './sample/timeout_sample'.
  • Support transparent compression. Refer to './sample/compress_sample'.
  • Support mock test. Refer to './sample/mock_sample'.
  • Support network flow control.
  • Support auto connecting and reconnecting.
  • Support keep alive time of idle connections.
  • Support statistics for profiling.
  • Support multi-server load balance and fault tolerance.