Skip to content

srpc v0.9.7

Compare
Choose a tag to compare
@holmes1412 holmes1412 released this 09 Jun 09:16
· 298 commits to master since this release
7a2d5a9

Improvement

  • Add metrics, support both Prometheus and OpenTelemetry;
  • Support JsonPrintOptions on RPCContext;
  • Support server set HTTP response code; Support get/set_http_header();
  • Support batch report spans to OpenTelemetry;
  • Change span to KeyValue trans_info in rpc_meta.proto;
  • Support transport baggage in trans_info;
  • Update Cmake file: make both static and dynamic lib;
  • Check protobuf >= 3.11.0 and snappy >= 1.1.6 in Cmake file;
  • Add runtime library option on Windows;

Bug Fixes

  • Fix thrift string init bug and parsing bug;
  • Fix thrift client skeleton;
  • Fix compilation with VCPKG;