diff --git a/conf.py b/conf.py index 8837cf1..ed9fdd7 100644 --- a/conf.py +++ b/conf.py @@ -28,7 +28,7 @@ master_doc = 'index' # The full version, including alpha/beta/rc tags -release = '7.1' +release = '7.2' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' diff --git a/misc.rst b/misc.rst index 0524704..5c2da98 100644 --- a/misc.rst +++ b/misc.rst @@ -112,7 +112,7 @@ This can also be triggered via the CLI:: cli> no notify cli> -Restconf notifications (FCGI only) is also supported, +Restconf notifications are also supported. Formats ======= diff --git a/restconf.rst b/restconf.rst index d39cabd..8fd185c 100644 --- a/restconf.rst +++ b/restconf.rst @@ -660,8 +660,8 @@ All applicable features of the native restconf implementation are available for There is support for URI path internal redirect to a file called `index.html`. This can be changed by compile-time option ``HTTP_DATA_INTERNAL_REDIRECT``. -RESTCONF streams -================ +RESTCONF stream notifications +============================= Clixon has an experimental RESTCONF event stream implementations following RFC8040 Section 6 using Server-Sent Events (SSE). diff --git a/standards.rst b/standards.rst index 522c73c..bb75712 100644 --- a/standards.rst +++ b/standards.rst @@ -32,8 +32,6 @@ Not implemented: * Default values on leaf-lists (7.7.2) * error-message is not implemented as sub-statement of "range", "length" and "pattern" -Further: - Clixon supports the following extended XPath functions (10): - current() @@ -42,7 +40,7 @@ Clixon supports the following extended XPath functions (10): - derived-from-or-self() - bit-is-set() -* The following extended XPath functions are *not* supported (10): +The following extended XPath functions are *not* supported (10): - re-match() - enum-value() @@ -212,7 +210,16 @@ The following XPath axes are supported: * self * parent -The following xpath axes are *not* supported: preceding, preceding_sibling, namespace, following_sibling, following, ancestor,ancestor_or_self, and attribute +The following xpath axes are *not* supported: + +* preceding +* preceding_sibling +* namespace +* following_sibling +* following +* ancestor +* ancestor_or_self +* attribute The following XPath functions as defined in Section 2.3 / 4 of the XPath 1.0 standard are supported: