aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/data-router/release-notes.rst54
1 files changed, 41 insertions, 13 deletions
diff --git a/docs/data-router/release-notes.rst b/docs/data-router/release-notes.rst
index f69ea2c8..ecb1cc46 100644
--- a/docs/data-router/release-notes.rst
+++ b/docs/data-router/release-notes.rst
@@ -3,27 +3,55 @@
Release-notes
==============
+Version: 1.0.3 (Casablanca)
+---------------------------
-Version: 1.0.1
---------------
-
-:Release Date: 2018-09-20
+:Release Date: 2018-11-30
+The DataRouter(DR) provisioning API is a HTTPS-based, REST-like API for creating and managing DR feeds and
+subscriptions.
New Features:
- - Implements a RESTful HTTPS API for creating feeds to publish files to and subscribe to,
- as well as perform CRUD operations on these feeds.
- - Implements a RESTful HTTPS API for subscribing to feeds and perform CRUD operations on these subscriptions.
- - Implements a RESTful HTTPS API for publishing to feeds and perform CRUD operations on these published files.
++--------------+------------------------------------------------------------------+
+| JIRA ID | Description |
++==============+==================================================================+
+| DMAAP-20 | REST api for publishing data to DR |
++--------------+------------------------------------------------------------------+
+| DMAAP-21 | REST api for subscribing to data in DR |
++--------------+------------------------------------------------------------------+
+
+Bug Fixes:
+
++----------------+---------------------------------------------------------------------------------------------------------------------------------+
+| JIRA ID | Description |
++================+=================================================================================================================================+
+| DMAAP-877 | DR Logging API not storing Feed/Sub data |
++----------------+---------------------------------------------------------------------------------------------------------------------------------+
+| DMAAP-850 | Second subscriber not receiving the published file |
++----------------+---------------------------------------------------------------------------------------------------------------------------------+
+| DMAAP-596 | DR - datarouter-prov container fails to come up successfully |
++----------------+---------------------------------------------------------------------------------------------------------------------------------+
+| DMAAP-565 | Incorrect nexusUrl parameter in datarouter pom files |
++----------------+---------------------------------------------------------------------------------------------------------------------------------+
+
+Known Issues
+N/A
+Security Issues
+DMAAP code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been
+addressed, items that remain open have been assessed for risk and determined to be false positive. The DMAAP open
+Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_.
+- `DMAAP Project Page <https://wiki.onap.org/display/DW/DMaaP+Planning>`_
+- `Passing Badge information for DMAAP DataRouter <https://bestpractices.coreinfrastructure.org/en/projects/2192>`_
+- `Project Vulnerability Review Table for DMAAP <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_
-Bug Fixes
-NA
+Upgrade Notes
+N/A
-Known Issues
-NA
+Deprecation Notes
+N/A
Other
-NA \ No newline at end of file
+N/A \ No newline at end of file