From: Richard Kosegi Date: Fri, 20 Mar 2020 17:59:42 +0000 (+0100) Subject: Add JSONRPC release notes X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=4f936491eda4c20f9b6066ad52973d7d5613c068;p=docs.git Add JSONRPC release notes Update default branch in .gitreview to stable/magnesium Signed-off-by: Richard Kosegi Change-Id: I51cfc5dcbbd17e3db90f9e0b167059932a6e14cc --- diff --git a/.gitreview b/.gitreview index 02c75c4f9..66ec1f66d 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=git.opendaylight.org port=29418 project=docs.git -defaultbranch=master +defaultbranch=stable/magnesium diff --git a/docs/release-notes/projects/jsonrpc.rst b/docs/release-notes/projects/jsonrpc.rst new file mode 100644 index 000000000..86a6453b9 --- /dev/null +++ b/docs/release-notes/projects/jsonrpc.rst @@ -0,0 +1,54 @@ +============ +JSONRPC +============ + +Overview +======== + +JSON-RPC 2.0 is a lightweight remote procedure call and notification +specification maintained by http://www.jsonrpc.org/. OpenDaylight uses the +YANG-modelled JSON-RPC 2.0 specification as described in the IETF DRAFT: +https://tools.ietf.org/html/draft-yang-json-rpc-03 + +Behavior Changes +================ + +No externally visible changes from previous release. + +New and Modified Features +========================= + +.. list-table:: + :widths: 15 55 + :header-rows: 1 + + * - **Key** + - **Summary** + + * - JSONRPC-37 + - Add support for both positional and named arguments in RPCs + +Deprecated Features +=================== + +This releases does not deprecated any of existing features. + +Resolved Issues +=============== + +The following table lists the resolved issues fixed this release. + +.. list-table:: + :widths: 15 55 + :header-rows: 1 + + * - **Key** + - **Summary** + + * - JSONRPC-36 + - Incorrect deserialization of NULL value + +Known Issues +============ + +No known issues were identified in this release. \ No newline at end of file