Skip to content

srpc v0.10.4

Latest

Choose a tag to compare

@holmes1412 holmes1412 released this 25 Dec 14:20
· 2 commits to master since this release

Changes

  • C++ standard : Update to C++14
  • Test : Update to C++17 with gtest 1.17
  • CustomModule : Add CustomModule for RPC and Http
  • Http Message : Set ignore_unknown_fields=true in JsonParseOptions for SRPC/TRPC Http message
  • Compatibility : Update always_print_fields_with_no_presence to ensure compatibility with protobuf v26.x

Bug Fixes

  • thrift : Fix 'typedef' nested namespace bug
  • http server module : Fix memory leak.
  • srpc tools: fix default transport_type and retry_max in config
  • srpc_generator : handle error when no 'service' defined in proto file.