Releases: CESNET/libyang
Releases · CESNET/libyang
Version 3.4.2
Main changes of this release are:
- data handling optimizations
- 32b build fixes
- various bugfixes
Version 3.1.0
Main changes of this release are:
- lots of improvements and bugfixes in various parts of the library
Version 2.2.8
Main changes of this release are:
- new SO version 3
- with some non-backwards compatible changes
- transition manual from version 2 in docs
- (leaf-)list instance semantic ordering
- sorts instances based on their values or their key values
- minor performance cost
- logging API improved
- new parsing flag
LYD_PARSE_STORE_ONLY
- avoids value validation
- run-time plugin support
- build improvements
- lots of other bugfixes and optimizations
Version 2.1.148
Main changes of this release are:
- lots of bugfixes and improvements in various parts of the library
Version 2.1.128
Main changes of this release are:
- revert of
identityref
canonical value change- the identity always printed with the module name as the prefix
- data tree and hash table optimizations
- opaque node handling fixes and improvements
- lots of other bug fixes
Version 2.1.111
Main changes of this release are:
- opaque node parsing improved
- native RESTCONF operation parsing support
union
value error reporting improved- new
yanglint
andyangre
tests - optional support for leafref with XPath functions
- lots of other fixes and improvements
Version 2.1.80
Main changes of this release are:
- RESTCONF message parsing
- JSON parser refactor
- timezone DST handling
- public hash table API
- stored union value bugfix
- many other clarifications, improvements, and bugfixes
Version 2.1.55
Main changes of this release are:
- type compilation fixes
- multi-error validation support
- JSON parser fixes
- portability improvements
schema-mount
support improvements- minor optimizations
- other minor fixes
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