Merge "BGPCEP-578: Peer Group configuration"
[docs.git] / docs / release-notes / projects / jsonrpc.rst
1 ========
2 JSON-RPC
3 ========
4
5 Major Features
6 ==============
7
8 jsonrpc
9 ------------
10
11 This is the first official release of the JSON RPC extension. It
12 provides JSON RPC client support as well as support for one
13 transport - Zero MQ.
14
15 Documentation
16 =============
17
18 * **User Guide(s):**
19
20   * :ref:`jsonrpc-user-guide.rst`
21
22 * **Developer Guide(s):**
23
24   * :ref:`jsonrpc`
25
26 Security Considerations
27 =======================
28
29 * Do you have any external interfaces other than RESTCONF?
30
31   * Configurable Zero MQ listener endpoint - by default disabled.
32
33 * Other security issues?
34
35   * None.
36
37 Quality Assurance
38 =================
39
40 * JSON RPC is being tested extensively as a part of ongoing work
41   on integrating it with OpenSwitch and other projects.
42 * Unit tests
43
44 Migration
45 ---------
46
47 * Simply install and restart daemons.
48
49 Compatibility
50 -------------
51
52 * N/A
53
54 Bugs Fixed
55 ----------
56
57 * N/A - Initial release
58
59
60 Known Issues
61 ------------
62
63 * None
64
65 End-of-life
66 ===========
67
68 * None
69
70 Standards
71 =========
72
73 * `Yang Modelled JSON RPC draft <https://tools.ietf.org/html/draft-yang-json-rpc-02>`_ (reference implementation)