Skip to content

Releases: Raltour/PhotonRPC

Release-v1.0.0

13 Jan 04:12

Choose a tag to compare

fix(log): remove all the log output

Release-0.3.0

01 Jan 06:34

Choose a tag to compare

  • Import Google-Test framework and add some core tests.
  • Import spdlog for better performance and thread-safety.
  • Fix bugs.

v0.2.0 - Support For Service Register

28 Dec 03:52

Choose a tag to compare

  • Add support for various service registration.
  • Import service and stub form protobuf library of google.

v0.1.0 - Implement Basic RPC Framework

28 Dec 03:47

Choose a tag to compare

  • Implement RPC framework, generating rpc static library
  • Add test server and client
  • Only one type of rpc call is supported.