MRI projects Calcium release notes
[docs.git] / docs / release-notes / projects / jsonrpc.rst
1 ========
2 JSON-RPC
3 ========
4
5 Overview
6 ========
7
8 JSON-RPC 2.0 is a lightweight remote procedure call and notification
9 specification maintained by `JSON RPC <http://www.jsonrpc.org/>`_. OpenDaylight
10 uses the YANG-modelled JSON-RPC 2.0 specification as described in the
11 `IETF DRAFT <https://tools.ietf.org/html/draft-yang-json-rpc-03>`_.
12
13 Behavior/Feature Changes
14 ========================
15
16 Here is the link to the features improved in this release:
17
18 `OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+jsonrpc+AND+type+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
19
20 New Features
21 ============
22
23 Here is the link to the new features introduced in this release:
24
25 `OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+jsonrpc+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
26
27 Deprecated Features
28 ===================
29
30 Here is the link to the features removed in this release:
31
32 `OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+jsonrpc+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
33
34 Resolved Issues
35 ===============
36
37 Here is the link to the resolved issues fixed in this release:
38
39 `OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+jsonrpc+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
40
41
42 Known Issues
43 ============
44
45 Here is the link to the known issues exist in this release:
46
47 `OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+jsonrpc+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_