libjson-rpc-cpp v1.4.1 Release Notes
Release Date: 2021-11-25 // about 3 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