========== 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 ============ ``yang-maven-plugin`` now executes during incremental builds and does its best to not overwrite unchanged outputs. Removed Features ================ ``AugmentationNode`` and ``AugmentationIdentifer`` constructs have been removed. Deprecated Features =================== No deprecated features. Resolved Issues =============== The following table lists the issues resolved in this release. .. jira_fixed_issues:: :project: YANGTOOLS :versions: 11.0.0-11.0.0 Known Issues ============ The following table lists the known issues that exist in this release. .. jira_known_issues:: :project: YANGTOOLS :versions: 11.0.0-11.0.0