Skip to content

v0.5.0

Compare
Choose a tag to compare
@cinemast cinemast released this 07 Apr 06:19
· 519 commits to master since this release

Changes in v0.5.0

  • added --version option to jsonrpcstub.
  • added msvc support.
  • added data field support for JsonRpcException.
  • added contributions guide: https://github.com/cinemast/libjson-rpc-cpp#contributions
  • HttpClient uses Http Keep-Alive, which improves performance drastically.
  • Added LIB_SUFFIX to CMake to support multilib.
  • Fixed building tests with examples disabled.
  • Made static library build optional (via BUILD_STATIC_LIBS).
  • Fixed unnecessary rebuilds of stubs on each make call.