Skip to content

Releases: CESNET/libyang

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

version 1.0.215

28 Jan 10:00
Compare
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
Compare
Choose a tag to compare

Main changes of this release are:

version 1.0.176

02 Jun 10:06
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

version 1.0 - release 4

11 Oct 10:15
Compare
Choose a tag to compare

Main features of this release are:

  • many bugfixes in various parts of the library
    • schema and data validation
    • manipulation with internal schemas and loading user schemas in the context
    • xpath
    • LYB format
    • ...

version 1.0 - release 3

10 Jul 12:16
Compare
Choose a tag to compare

Main features of this release are:

  • many bugfixes in various parts of the library
    • LYB format
    • schema
    • data
    • xpath