1.0.0
This is the first, complete release of rpclib.
Released on 2017-03-10.
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