Update docs for 2023.09 Potassium
[docs.git] / docs / release-notes / projects / netconf.rst
index 947df4a0598067fe786acaeca4643f7ce1d68797..1790188587cb0309a8d7276a5d48c6edd47cb7f8 100644 (file)
@@ -8,49 +8,38 @@ The NETCONF projects hosts multiple components relating to IETF's NETCONF Workin
 
 * Northbound and southbound plugins for NETCONF protocol, as described in `RFC-6241 <http://tools.ietf.org/html/rfc6241>`__
 * Northbound plugin for RESTCONF protocol, as described in `RFC-8040 <http://tools.ietf.org/html/rfc8040>`__
-* Northbound plugin for RESTCONF protocol, as described in `an early draft <https://tools.ietf.org/html/draft-bierman-netconf-restconf-02>`__
 * Northnound plugin for descring RESTCONF endpoint in terms of `OpenAPI 3.0 <https://swagger.io/docs/specification/about/>`__
 
 
 Behavior/Feature Changes
 ========================
-The RFC8040 endpoint now correctly rejects consecutive slash characters in request URL. The previous
-behavior of silently accepting such requests can be restored through setting the
-``org.opendaylight.restconf.url.consecutive-slashes`` system property to ``allow``. Valid options are also
-``debug`` and ``warn``, which cause offending requests to be accepted, but logged to the system log.
-
-The ``netcon-node-topology`` YANG model has been updated to correctly mark the presence of OpenDaylight's
-``yang-ext:mount`` extension. This does not affect the implementation, but improves interoperability with
-external system.
-
-The default port for ``call-home`` has been updated to ``4334``, bringing it to compliance with RFC8071.
+The ``odl-restconf-nb-rfc8040`` feature has been renamed to ``odl-restconf-nb``.
 
 New Features
 ============
-There are no new features.
+Support for subscribing to mounted NETCONF devices has been added. See
+`NETCONF-745 <https://jira.opendaylight.org/browse/NETCONF-745>`__ for details.
+
+A new RESTCONF query extension has been added. This supports reporting only leaf values which have actually
+changed. See `NETCONF-862 <https://jira.opendaylight.org/browse/NETCONF-862>`__ for details.
 
 Deprecated and Removed Features
 ===============================
-The old RESTCONF endpoint ``localhost:8181/restconf``, as installed via ``odl-restconf-nb-bierman02`` feature,
-is now considered obsolete and is not installed by default. Users are advised to migrate to using the
-RFC8040-compliant endpoint ``localhost:8181/rests``, as installed via ``odl-restconf-nb-rfc8040``. The support
-for the old endpoint will be removed in the next major release.
+RPC definitions in ``netconf-node-topology.yang`` have been deprecated. Their functionality is completely covered
+by manipulating the configuration datastore.
 
 Resolved Issues
 ===============
-
 The following table lists the issues resolved in this release.
 
 .. jira_fixed_issues::
    :project: NETCONF
-   :versions: 3.0.0-3.0.1
+   :versions: 6.0.0-6.0.0
 
 Known Issues
 ============
-
 The following table lists the known issues that exist in this release.
 
 .. jira_known_issues::
    :project: NETCONF
-   :versions: 3.0.0-3.0.1
-
+   :versions: 6.0.0-6.0.0