Skip to content

srpc v0.9.8

Compare
Choose a tag to compare
@holmes1412 holmes1412 released this 20 Feb 09:56
· 213 commits to master since this release
1fb0922

New Features

  • Support thrift union;

Changes

  • find_pacakge require protobuf >= 3.5.0;
  • Improve the directory to find dependent proto files;
  • Avoid no-rtti influence protobuf;
  • Add operation.name in trace and metrics attributes;

Bug Fixes

  • Fix RPCMetricsOTel and update docs;
  • Fix the usage of inet_ntop();
  • Fix RPCVarLocal deconstructor and CounterVar::create();