libjson-rpc-cpp v0.3 Release Notes

Release Date: 2014-10-19 // over 9 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ“‡ Renamed .so files to avoid collisions with makerbot's libjsonrpc.
    • Invalid Batchcalls in Client and Server caused runtime exceptions.

    โž• Added

    • ๐Ÿ“ฆ Namespace/package support for generated stub classes.
    • โœ… CMake options to enable/disable Stubgenerator, Examples, Connectors and Testsuite.
    • โœ… Boost-test based unit testing suite, which makes testing more flexible.

    ๐Ÿ”„ Changed

    • Split up server and client into separate libraries
    • ๐Ÿ”จ Lot's of refactorings in the build system and stubgenerator.
    • โœ‚ Removed Autotools support (because of all the changes in this release).
    • โœ‚ Removed embedded libjson-cpp.
    • Simplified spec format: a procedure specification without return field is a notification.