rpclib v1.0.0 Release Notes

Release Date: 2017-03-10 // about 7 years ago
  • ๐Ÿš€ This is the first, complete release of rpclib.

    ๐Ÿš€ Released on 2017-03-11.

    ๐Ÿ”„ Changes since 1.0.0-preview:

    • A buffer overflow bug was fixed in the server
    • New unit tests were added
    • CMake no longer assumes libc++ when clang is used
    • Documentation fixes
    • Added the ability to pass extra flags to the build without changing the CMakeLists.txt
    • Fixed requiring RPCLIB_MSGPACK macro when not using Findrpclib.cmake
    • Created conan package
    • A benchmark suite was implemented