Update yangtools release notes
[docs.git] / docs / release-notes / projects / yangtools.rst
1 ==========
2 YANG Tools
3 ==========
4
5 Overview
6 ========
7
8 YANG Tools provides a set of libraries to deal with YANG models and data modeled using them.
9
10 Behavior/Feature Changes
11 ========================
12 YANG parser will no longer take into account ``extension`` statements it does not recognize
13 through the appropriate support class. This may affect tools relying on our previous misguided
14 attempts to interpret their meaning.
15
16 YANG parser's memory efficiency has been improved by about 15-20% on service-provider-grade device
17 models.
18
19 YANG parser can now be configured to retain information about statement declaration, making it
20 useful for IDEs and similar tools.
21
22 New Features
23 ============
24 No new features.
25
26 Deprecated Features
27 ===================
28 Code generation plugin APIs for ``yang-maven-plugin`` contained in the ``yang-maven-plugin-spi``
29 artifact are deprecated and will be removed in the next major release. Their replacement live
30 in maven-agnostic ``plugin-generator-api``.
31
32 Resolved Issues
33 ===============
34 The following table lists the issues resolved in this release.
35
36 .. jira_fixed_issues::
37    :project: YANGTOOLS
38    :versions: 7.0.0-7.0.8
39
40 Known Issues
41 ============
42 The following table lists the known issues that exist in this release.
43
44 .. jira_known_issues::
45    :project: YANGTOOLS
46    :versions: 7.0.0-7.0.8