From ee6fcd27dad1fd7a8cb2ea55719bef49dc3621fa Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Tue, 20 Mar 2018 08:09:24 +0000 Subject: [PATCH] JSON RPC Release Notes Change-Id: I77d0a6cf3867ab0b1bae3f767094ee7b68c1c692 Signed-off-by: Anton Ivanov --- docs/release-notes/projects/jsonrpc.rst | 73 +++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/release-notes/projects/jsonrpc.rst diff --git a/docs/release-notes/projects/jsonrpc.rst b/docs/release-notes/projects/jsonrpc.rst new file mode 100644 index 000000000..2496f4434 --- /dev/null +++ b/docs/release-notes/projects/jsonrpc.rst @@ -0,0 +1,73 @@ +======== +JSON-RPC +======== + +Major Features +============== + +jsonrpc +------------ + +This is the first official release of the JSON RPC extension. It +provides JSON RPC client support as well as support for one +transport - Zero MQ. + +Documentation +============= + +* **User Guide(s):** + + * :ref:`jsonrpc-user-guide.rst` + +* **Developer Guide(s):** + + * :ref:`jsonrpc` + +Security Considerations +======================= + +* Do you have any external interfaces other than RESTCONF? + + * Configurable Zero MQ listener endpoint - by default disabled. + +* Other security issues? + + * None. + +Quality Assurance +================= + +* JSON RPC is being tested extensively as a part of ongoing work + on integrating it with OpenSwitch and other projects. +* Unit tests + +Migration +--------- + +* Simply install and restart daemons. + +Compatibility +------------- + +* N/A + +Bugs Fixed +---------- + +* N/A - Initial release + + +Known Issues +------------ + +* None + +End-of-life +=========== + +* None + +Standards +========= + +* `Yang Modelled JSON RPC draft `_ (reference implementation) -- 2.36.6