From: Tomek Mrugalski Date: Fri, 20 Jan 2023 08:40:34 +0000 (+0100) Subject: [#2693] Updated sysrepo deprecation X-Git-Tag: Kea-2.3.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc469935fa6f92644aaeb7258ce840875ec4cbe;p=thirdparty%2Fkea.git [#2693] Updated sysrepo deprecation --- diff --git a/doc/sphinx/arm/install.rst b/doc/sphinx/arm/install.rst index 35e0dc0918..31a3a2e36e 100644 --- a/doc/sphinx/arm/install.rst +++ b/doc/sphinx/arm/install.rst @@ -634,13 +634,16 @@ This section lists significant features that have been or will be removed. We tr deprecate features before removing them to signal to current users to plan a migration. New users should not rely on deprecated features. -Sysrepo 0.x ------------ +Sysrepo 0.x or 1.x +------------------ + +Kea versions 1.9.9 and earlier required Sysrepo 0.7.x to run, when optional +support for NETCONF was enabled. Kea versions 1.9.10 and later required Sysrepo +1.4.x and the related libyang 1.x library to run. The earlier Sysrepo versions +are no longer supported. Kea 2.3.2 introduced support for Sysrepo 2.x. Sadly, +the Sysrepo continues to undergo major changes that are backwards-incompatible. +As such, Kea versions 2.3.2 and later dropped support for Sysrepo versions 1.x. -Kea versions 1.9.9 and earlier required Sysrepo 0.7.x to run, when optional support for NETCONF was -enabled. Kea versions 1.9.10 and later now require Sysrepo 1.4.x and the related libyang 1.x library to -run. The earlier Sysrepo versions are no longer supported. The latest Sysrepo 2.x version does not -provide C++ bindings, and as such, is not usable for Kea. libreload command -----------------