libjson-rpc-cpp v1.4.1 Release Notes

Release Date: 2021-11-25 // over 2 years ago
  • ๐Ÿ›  Fixed

    • โšก๏ธ Fedora CI build by updating to Catch v2.13.7
    • Typo in README (#313)

    ๐Ÿ”„ Changed

    • Vendoring catch library instead of downloading from github

Previous changes from v1.4.0

  • ๐Ÿ›  Fixed

    • ๐Ÿ—„ Deprecation warnings for Jsoncpp (#312)
    • Compatibility with newer libmicrohttpd versions (>= 0.9.71) (#298 #299)
    • Typo in diagram (#293)
    • File descriptor leaks in connectors

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved from travis-ci to circleci (#311)
    • ๐Ÿ‘‰ Use .empty() checks instead of .size() == 0