Sysrepo version 0.7.4 features following improvements:
- released mainly so that new libyang with data tree optimizations can be used
- new build constants to enable basic performance tuning
- `FILE_FORMAT_EXT` default `xml`, can be changed to `json` to improve performance
- `GET_ITEMS_FETCH_LIMIT` default `100`, can be increased to improve performance of corresponding functions for huge data trees
- `GET_SUBTREE_CHUNK_CHILD_LIMIT` default `20`, can be increased to improve performance of corresponding functions for huge data trees
- many complex module dependencies fixed
- many bugfixes and minor improvements
This release depends on libyang ([v0.15-r1](https://github.com/CESNET/libyang/releases/tag/v0.15-r1))