Update NETCONF release notes
[docs.git] / docs / release-notes / projects / netconf.rst
1 =======
2 NETCONF
3 =======
4
5 Overview
6 ========
7 The NETCONF projects hosts multiple components relating to IETF's NETCONF Working Group:
8
9 * Northbound and southbound plugins for NETCONF protocol, as described in `RFC-6241 <http://tools.ietf.org/html/rfc6241>`__
10 * Northbound plugin for RESTCONF protocol, as described in `RFC-8040 <http://tools.ietf.org/html/rfc8040>`__
11 * Northbound plugin for RESTCONF protocol, as described in `an early draft <https://tools.ietf.org/html/draft-bierman-netconf-restconf-02>`__
12 * Northnound plugin for descring RESTCONF endpoint in terms of `OpenAPI 3.0 <https://swagger.io/docs/specification/about/>`__
13
14
15 Behavior/Feature Changes
16 ========================
17 The RFC8040 endpoint now correctly interprets `YANG Patch Media Type <https://datatracker.ietf.org/doc/html/rfc8072>`__
18 requests.
19
20 The ``netcon-node-topology`` YANG model has been updated to correctly mark the presence of OpenDaylight's
21 ``yang-ext:mount`` extension. This does not affect the implementation, but improves interoperability with
22 external system.
23
24 New Features
25 ============
26 There are no new features.
27
28 Deprecated and Removed Features
29 ===============================
30 The ``odl-messagebus`` feature has been removed.
31
32 The old RESTCONF endpoint ``localhost:8181/restconf``, as installed via ``odl-restconf-nb-bierman02`` feature,
33 is now considered legacy and is expected to become deprecated in the next major release. Users are advised to
34 migrate to using the RFC8040-compliant endpoint ``localhost:8181/rests``, as installed via
35 ``odl-restconf-nb-rfc8040``.
36
37 Resolved Issues
38 ===============
39
40 The following table lists the issues resolved in this release.
41
42 .. jira_fixed_issues::
43    :project: NETCONF
44    :versions: 2.0.0-2.0.5
45
46 Known Issues
47 ============
48
49 The following table lists the known issues that exist in this release.
50
51 .. jira_known_issues::
52    :project: NETCONF
53    :versions: 2.0.0-2.0.5
54