Skip to content

Releases: alliedtelesis/apteryx-xml

v2.0.7

08 Mar 01:36
Compare
Choose a tag to compare
Fix regression tests

A few failures popped up with recent changes.

v2.0.6

23 Feb 07:47
Compare
Choose a tag to compare
Return root node in gnod_to_json

v2.0.5

20 Feb 20:40
Compare
Choose a tag to compare
SUMM-628: Add function to fetch schema defaults

v2.0.4

18 Jan 22:39
Compare
Choose a tag to compare
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

28 Nov 22:38
Compare
Choose a tag to compare
Added query support

v2.0.2

25 Nov 02:53
Compare
Choose a tag to compare
Use lua in preference to named versions

v2.0.1

25 Nov 00:13
Compare
Choose a tag to compare
SUMM-455: Updated Makefile

Allows compatibility with v3 of apteryx-netconf

v1.8

05 Aug 00:52
Compare
Choose a tag to compare
xml2c: Replace dashes with underscores for macros

When generating the header macros, replace dashes with
underscores.

As a side, trimmed trailing whitespaces

v1.7

28 May 01:11
Compare
Choose a tag to compare
Make REFRESH available at the top level of the schema

v1.6

28 May 00:49
Compare
Choose a tag to compare
Add REFRESH to the apteryx schema