Add JSONRPC release notes 56/88556/2
authorRichard Kosegi <richard.kosegi@gmail.com>
Fri, 20 Mar 2020 17:59:42 +0000 (18:59 +0100)
committerRichard Kosegi <richard.kosegi@gmail.com>
Fri, 20 Mar 2020 18:52:22 +0000 (19:52 +0100)
Update default branch in .gitreview to stable/magnesium

Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
Change-Id: I51cfc5dcbbd17e3db90f9e0b167059932a6e14cc

.gitreview
docs/release-notes/projects/jsonrpc.rst [new file with mode: 0644]

index 02c75c4f96be0e110b287ef01fabce7053ac4cea..66ec1f66d880cf213eda48c7ce1837b1efb1ae4c 100644 (file)
@@ -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 (file)
index 0000000..86a6453
--- /dev/null
@@ -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