diff options
author | eronkeo <ronan.keogh@est.tech> | 2019-02-05 16:26:45 +0000 |
---|---|---|
committer | eronkeo <ronan.keogh@est.tech> | 2019-02-05 16:26:45 +0000 |
commit | c537e2b15091542880dbad9c082f219454d6dfd9 (patch) | |
tree | 3a701bbaab71e3404bbd655a6585e52e3d63b21a /docs | |
parent | 14b8d9552808063686e0c22760cec6e35b960b59 (diff) |
Update to DMaaP DR Release Notes for Casablanca
Change-Id: I4f62668785c0c91002749e45db09eb07a4f5e8d2
Issue-ID: DMAAP-1015
Signed-off-by: eronkeo <ronan.keogh@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/data-router/release-notes.rst | 54 |
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 |