All Versions
19
Latest Version
Avg Release Cycle
179 days
Latest Release
880 days ago

Changelog History
Page 2

  • v0.4.2 Changes

    January 21, 2015

    ๐Ÿ”„ Changes in v0.4.2

    • ๐Ÿ›  Fix of spelling mistakes.
    • ๐Ÿ‘‰ Use CMAKE versioning in manpage.
    • Improving include scheme of jsoncpp.
    • ๐Ÿ›  Bugfix in HttpServer with Threading option in SSL startup.
  • v0.4.1 Changes

    December 01, 2014

    โž• Added

    • ๐Ÿ‘ coverity scan support
    • ๐Ÿง API compatibility report
    • Stubgenerator option for protocol switches (JSON-RPC 1.0 & 2.0)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved manpage
  • v0.4 Changes

    November 21, 2014

    ๐Ÿ›  Fixed

    • Memory leaks

    โž• Added

    • ๐Ÿ— Full WIN32 build support
    • ๐Ÿ‘ JavaScript client stub support
    • ๐Ÿ‘Œ Improved test coverage (100% line coverage)

    ๐Ÿ”„ Changed

    • Switched Http Server to libmicrohttpd
    • โœ‚ Removed TCP Client/Server implementation due to security and codestyle problems.
    • โœ‚ Removed dirty pointer stuff in bindAndAddX() methods.
    • Using call by value in generated stubs for primitive data types.
  • v0.3.2 Changes

    October 26, 2014

    ๐Ÿ›  Fixed

    • Minor bugs

    โž• Added

    • โœ… Testcases for client + server -> higher testcoverage
    • ๐Ÿ‘ JSON-RPC 1 Client + Server support

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactorings in server for JSON-RPC 1 support
    • Hiding irrelevant API headers from installation
    • โฌ†๏ธ Renamed AbstractClientConnector to IClientConnector (please regenearte your client stubs after upgrading)
    • โœ… Reactivated dev/testcoverage.sh to measure testcoverage.
  • v0.3.1 Changes

    October 22, 2014

    ๐Ÿ›  Fixed

    • Minor bugs

    โž• Added

    • Experimental Javascript client to stubgenerator

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed SOVERSION
    • Adapted HTTP Server to enable CORS.
  • v0.3 Changes

    October 19, 2014

    ๐Ÿ›  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.
  • v0.2.1 Changes

    July 27, 2013

    โž• Added

  • v0.2 Changes

    May 29, 2013

    ๐Ÿ›  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)
  • v0.1 Changes

    February 07, 2013

    โž• Added

    • ๐ŸŽ‰ Initial release