srpc v0.9.8
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();