Releases: alliedtelesis/apteryx-xml
Releases · alliedtelesis/apteryx-xml
v2.0.7
Fix regression tests A few failures popped up with recent changes.
v2.0.6
Return root node in gnod_to_json
v2.0.5
SUMM-628: Add function to fetch schema defaults
v2.0.4
SUMM-522: Support augmented models Augmented model data was previously overwritten on load. Now, the model attributes are added to the root node of all branches in a model that are not already in the schema. Calling sch_model on a node shared between models will only return the first model used to load it. To determine if the node is in another model, check for that model in the subtree. Calling sch_model with ignore_ancestors set to true checks if the given node has model data attributes. Additionally added a preorder traversal function for sch_node objects.
v2.0.3
Added query support
v2.0.2
Use lua in preference to named versions
v2.0.1
SUMM-455: Updated Makefile Allows compatibility with v3 of apteryx-netconf
v1.8
xml2c: Replace dashes with underscores for macros When generating the header macros, replace dashes with underscores. As a side, trimmed trailing whitespaces
v1.7
Make REFRESH available at the top level of the schema
v1.6
Add REFRESH to the apteryx schema