Skip to content

Releases: CESNET/libyang

Version 2.0.231

26 Jul 14:06
Compare
Choose a tag to compare

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

06 May 08:52
Compare
Choose a tag to compare

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

15 Mar 12:19
Compare
Choose a tag to compare

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

11 Nov 15:09
Compare
Choose a tag to compare

Main changes of this release are:

  • support for XPath variables
  • minor doxygen improvements
  • LYB format bugfixes
  • many other bugfixes

Version 2.0.97

08 Oct 13:17
Compare
Choose a tag to compare

Main changes of this release are:

  • LYB format data length limit of 64kB lifted
  • YANG error-app-tag and error-message improved support
  • XPath * evaluation fix
  • other minor XPath fixes

Version 2.0.88

24 Sep 07:16
Compare
Choose a tag to compare

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

02 Jun 08:16
Compare
Choose a tag to compare

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

27 May 14:22
Compare
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
Compare
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
Compare
Choose a tag to compare

Main changes of this release are:

  • bugfixes in various parts of the library