libjson-rpc-cpp v0.2 Release Notes

Release Date: 2013-05-29 // almost 11 years ago
  • 🛠 Fixed

    • Minor bugs

    ➕ Added

    • Stub generator for client and server.
    • SpecificationWriter to generate Specifications from RPC-Server definitions.
    • 📜 SpecificationParser to parse a Specification file and generate Methods for the RPC-Server.
    • 🏗 Automated testing after build phase (using make test)

    🔄 Changed

    • 🔨 Refactored architecture.
    • ✂ Removed mandatory configuration files (making it more compatible for embedded use cases).
    • ⚡️ Updated JsonCPP library
    • ⚡️ Update Mongoose library
    • 👍 Enable SSL Support (provided by mongoose)
    • Embedding dependent libraries (to avoid naming conflicts)