JSON RPC Release Notes 54/69654/1
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Tue, 20 Mar 2018 08:09:24 +0000 (08:09 +0000)
committerAnton Ivanov <anton.ivanov@cambridgegreys.com>
Tue, 20 Mar 2018 08:09:24 +0000 (08:09 +0000)
Change-Id: I77d0a6cf3867ab0b1bae3f767094ee7b68c1c692
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
docs/release-notes/projects/jsonrpc.rst [new file with mode: 0644]

diff --git a/docs/release-notes/projects/jsonrpc.rst b/docs/release-notes/projects/jsonrpc.rst
new file mode 100644 (file)
index 0000000..2496f44
--- /dev/null
@@ -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 <https://tools.ietf.org/html/draft-yang-json-rpc-02>`_ (reference implementation)