YANG Tools¶
Overview¶
YANG Tools provides a set of libraries to deal with YANG models and data modeled using them.
Behavior/Feature Changes¶
The mapping of YANG augmentations in yang-data-api has changed. Where previously these have
been supported by AugmetationNode and addressable via AugmentationIdentifier, any augmented
nodes are now direct children of their data tree parent nodes.
YangTextSchemaSource is now a CharSource rather than a ByteSource. This eliminates ambiguity
and assumptions made on the text encoding character set, pushing the responsibility down to users
introducing schema sources into the system.
New Features¶
No new features.
Removed Features¶
No removed features.
Deprecated Features¶
No deprecated features.
Resolved Issues¶
The following table lists the issues resolved in this release.
Type |
Key |
Summary |
Resolution |
Fix Version(s) |
|---|---|---|---|---|
max-elements argument range is not enforced |
Done |
13.0.10, 14.0.14 |
||
min-elements argument range is not enforced |
Done |
13.0.10, 14.0.14 |
||
Unexpected error with min-elements/max-elements mismatch |
Done |
13.0.10, 14.0.14 |
||
binding-data-codec-dynamic requires javax.inject |
Done |
14.0.10 |
||
Extend DataTreeConfiguration to control full structural verification |
Done |
14.0.14 |
||
Expose DOMSourceXMLStreamReader |
Done |
13.0.10, 14.0.14 |
||
Add DataObjectIdentifier.Builder.toReferenceBuilder() |
Done |
14.0.10 |
||
Add DataObjectReference.{find,get}FirstKeyOf() |
Done |
14.0.10 |
Known Issues¶
The following table lists the known issues that exist in this release.