Releases: CESNET/libyang
Releases · CESNET/libyang
Version 2.1.30
Main changes of this release are:
- many JSON printer/parser fixes and improvements
- unintentionally large library size reduced
- thread safety improvements
- big-endian compatibility fix
uncrustify
updated- lots of other fixes and improvements
Version 2.1.4
Main changes of this release are:
- large extensions refactoring
- increased ext plugin API version
- new callbacks and capabilities of plugins
- changes in the parsed and compiled ext instance structures
- native support for
structure
extension - error path logging improvements
- fixed unions with leafrefs
yanglint
schema mount
support- huge number of other fixes and improvements
Version 2.0.231
Main changes of this release are:
- XPath axes support
schema-mount
fixes- many other fixes in various parts of the library
Version 2.0.194
Main changes of this release are:
- major
yanglint
improvements - minor XPath fixes
- nested extension handling fixes
- other minor bugfixes
- RPM scripts updated
Version 2.0.164
Main changes of this release are:
- Windows support (thanks to @jktjkt)
- Schema Mount support
- schema compilation fixes
- minor schema printer fixes
- user-ordered list diff bugfix
- JSON anyxml/anydata format fixed
- XML parser CDATA support
- module caching improvements
- doc improvements
- many other various bugfixes
Version 2.0.112
Main changes of this release are:
- support for XPath variables
- minor doxygen improvements
- LYB format bugfixes
- many other bugfixes
Version 2.0.97
Main changes of this release are:
- LYB format data length limit of 64kB lifted
- YANG
error-app-tag
anderror-message
improved support - XPath
*
evaluation fix - other minor XPath fixes
Version 2.0.88
Main changes of this release are:
- changed compilation to pedantic and use C11 standard
- major JSON parser fixes
- LYB format updated and performance improved
- LYB big-endian fixes
- opaque node fixes
- major
identity
handling fixes - schema compilation refactorization and fixes
- data validation fixes
- NETCONF RPC filter attribute support
- many other minor fixes
Version 1.0.240
Main changes of this release are:
- config deviation fixes
- state leaf-list validation fixes
- XPath
derived-from()
fixes - minor memory problems fixes
- other minor bugfixes
Versions 1.x are deprecated and versions 2.x should be used instead.
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