rpclib v2.2.0 Release Notes

Release Date: 2017-10-26 // over 6 years ago
  • ๐Ÿš€ This release fixed a number of long-standing issues.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed macOS build (#142)
    • โšก๏ธ Updated msgpack (#152)
    • ๐Ÿ›  Fixed a bug where the server could crash if the client timed out (#153)
    • ๐Ÿ›  Fixed code coverage (moved away from coveralls.io)

    โž• Additions:

    • Simplified and modularized CMake script (#94)
    • โž• Added this_session()->id() which is a unique, per-session id
    • โž• Added waffle.io badge
    • โž• Added missing client::clear_timeout function