Releases: CESNET/libyang
Releases · CESNET/libyang
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!
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
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
version 1.0 - release 4
Main features of this release are:
- many bugfixes in various parts of the library
- schema and data validation
- manipulation with internal schemas and loading user schemas in the context
- xpath
- LYB format
- ...
version 1.0 - release 3
Main features of this release are:
- many bugfixes in various parts of the library
- LYB format
- schema
- data
- xpath