rpclib v2.0.0 Release Notes

Release Date: 2017-04-02 // about 7 years ago
  • 🚀 This is an interface-breaking release (hence the major version number increase).

    🚀 Released on 2017-04-02.

    🔄 Changes since 1.0.0:

    • Added C++11 compatibility (huge thanks to Github user mbr0wn!)
    • Added global timeout for blocking calls in the client
    • Replaced the internal pimpl_ptr with std::unique_ptr for better stability
    • Fixed a build problem with newer clang versions
    • Contains some preliminary VS2013 work (but it's very far from ready)