Skip to content

Releases: CESNET/libyang

Version 3.4.2

13 Sep 10:15
Compare
Choose a tag to compare

Main changes of this release are:

  • data handling optimizations
  • 32b build fixes
  • various bugfixes

Version 3.1.0

28 Jun 11:50
Compare
Choose a tag to compare

Main changes of this release are:

  • lots of improvements and bugfixes in various parts of the library

Version 2.2.8

05 Apr 08:36
Compare
Choose a tag to compare

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

16 Jan 12:30
Compare
Choose a tag to compare

Main changes of this release are:

  • lots of bugfixes and improvements in various parts of the library

Version 2.1.128

11 Oct 08:03
Compare
Choose a tag to compare

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

18 Aug 12:57
Compare
Choose a tag to compare

Main changes of this release are:

  • opaque node parsing improved
  • native RESTCONF operation parsing support
  • union value error reporting improved
  • new yanglint and yangre tests
  • optional support for leafref with XPath functions
  • lots of other fixes and improvements

Version 2.1.80

22 May 08:52
Compare
Choose a tag to compare

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

17 Mar 13:22
Compare
Choose a tag to compare

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

18 Jan 09:22
Compare
Choose a tag to compare

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

08 Nov 13:59
Compare
Choose a tag to compare

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