Skip to content

2.0.0

Choose a tag to compare

@sztomi sztomi released this 02 Apr 17:45
· 146 commits to master since this release
v2.0.0

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)