Add JSONRPC release notes
[docs.git] / docs / release-notes / projects / jsonrpc.rst
1 ============
2 JSONRPC
3 ============
4
5 Overview
6 ========
7
8 JSON-RPC 2.0 is a lightweight remote procedure call and notification
9 specification maintained by http://www.jsonrpc.org/. OpenDaylight uses the
10 YANG-modelled JSON-RPC 2.0 specification as described in the IETF DRAFT:
11 https://tools.ietf.org/html/draft-yang-json-rpc-03
12
13 Behavior Changes
14 ================
15
16 No externally visible changes from previous release.
17
18 New and Modified Features
19 =========================
20
21 .. list-table::
22    :widths: 15 55
23    :header-rows: 1
24
25    * - **Key**
26      - **Summary**
27
28    * - JSONRPC-37
29      - Add support for both positional and named arguments in RPCs
30
31 Deprecated Features
32 ===================
33
34 This releases does not deprecated any of existing features.
35
36 Resolved Issues
37 ===============
38
39 The following table lists the resolved issues fixed this release.
40
41 .. list-table::
42    :widths: 15 55
43    :header-rows: 1
44
45    * - **Key**
46      - **Summary**
47
48    * - JSONRPC-36
49      - Incorrect deserialization of NULL value
50
51 Known Issues
52 ============
53
54 No known issues were identified in this release.