Chore: Update downloads page for Potassium SR3
[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 * Northnound plugin for descring RESTCONF endpoint in terms of `OpenAPI 3.0 <https://swagger.io/docs/specification/about/>`__
12
13
14 Behavior/Feature Changes
15 ========================
16 The transport layer of the NETCONF protocol implementation has been completely refactored. This effort has all but
17 unified the 'normal' and 'call-home' mode of operation. This results in a more maintaintanable codebase with much
18 easier feature parity between the two modes.
19
20 RESTCONF implementation has been been refactored to a large extent, taking advantage of JAX-RS asynchronous requests,
21 so that operations on the datastore and NETCONF devices no longer pin the HTTP thread.
22
23 The OpenAPI component has been completely modernized. It is now based on Swagger UI vesion 5.13.0 and is memory
24 usage has been brought under control.
25
26
27 New Features
28 ============
29 No new features.
30
31 Deprecated and Removed Features
32 ===============================
33 The ``odl-yanglib`` experimental feature has been removed.
34
35 Resolved Issues
36 ===============
37 The following table lists the issues resolved in this release.
38
39 .. jira_fixed_issues::
40    :project: NETCONF
41    :versions: 7.0.0-7.0.4
42
43 Known Issues
44 ============
45 The following table lists the known issues that exist in this release.
46
47 .. jira_known_issues::
48    :project: NETCONF
49    :versions: 7.0.0-7.0.4