Skip to content

Releases: CESNET/libyang

Version 2.0.7

27 May 14:22

Choose a tag to compare

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

11 May 15:02

Choose a tag to compare

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

08 Mar 14:31

Choose a tag to compare

Main changes of this release are:

  • bugfixes in various parts of the library

version 1.0.215

28 Jan 10:00

Choose a tag to compare

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

21 Jul 10:17
afbd607

Choose a tag to compare

Main changes of this release are:

version 1.0.176

02 Jun 10:06

Choose a tag to compare

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

07 May 09:42

Choose a tag to compare

Main features of this release are:

  • bugfixes in almost all the components

version 1.0.130

03 Feb 09:09

Choose a tag to compare

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

13 Dec 13:28

Choose a tag to compare

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

04 Dec 10:16

Choose a tag to compare

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