Skip to content

version 1.0.130

Compare
Choose a tag to compare
@michalvasko michalvasko released this 03 Feb 09:09
· 4690 commits to master since this release

Main features of this release are:

  • new functions lyd_find_sibling*() for searching for a specific sibling
    • if available, they use hashes meaning the search complexity is constant!
  • leafref validation no longer cached
    • may make validation slightly longer but editing data is much faster
  • minor C++ binding fixes
  • minor schema/data parser bugfixes
  • other general bugfixes