Releases: CESNET/libyang
Releases · CESNET/libyang
Version 2.0.7
Main changes of this release are:
- tree printer improvements
 - several internal data values made public
 - new function 
lyd_merge_module()allowing the use of a callback - lots of memory problem fixes mainly in data parsers
 
Version 2.0.0
Main changes of this release are:
- first release of the library with API version 2 - a complete rewrite of version 1
 - includes lots of changes and improvements, look into the transition manual in the documentation for details and help with migration from version 1
 
version 1.0.225
Main changes of this release are:
- bugfixes in various parts of the library
 
version 1.0.215
Main changes of this release are:
- JSON printer bugfixes
 - data validation fixes
 - minor XPath optimizations
 - C++ bindings improvements
 - many other minor bugfixes
 
version 1.0.184
Main changes of this release are:
- CFFI Python bindings were moved into a separated repository (https://github.com/CESNET/libyang-python)
 - new functions and clarified behavior of current functions for changing state of YANG features
 - several bugfixes (#1104, #1119, #1123, #1133)
 
version 1.0.176
Main features of this release are:
- completely new CFFI Python bindings (by @rjarry)
 - printer and internal bugfixes
 - better support of older compilers
 
version 1.0.167
Main features of this release are:
- bugfixes in almost all the components
 
version 1.0.130
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!
 
 leafrefvalidation 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
 
version 1.0.109
Main features of this release are:
- new LYB parser flag to allow using updated modules
 - minor fixes in action validation
 - other minor fixes
 
Starting from this release these tarballs will always use the project version to match actual package names.
version 1.0 - release 5
Main features of this release are:
- value canonization support in API functions
 - new debug message categories
 - nested notification/action validation clarifications and fixes
 - LYB format decimal64 value handling fixed
 - C++ bindings minor improvements
 - other minor fixes