From c537e2b15091542880dbad9c082f219454d6dfd9 Mon Sep 17 00:00:00 2001 From: eronkeo Date: Tue, 5 Feb 2019 16:26:45 +0000 Subject: [PATCH] Update to DMaaP DR Release Notes for Casablanca Change-Id: I4f62668785c0c91002749e45db09eb07a4f5e8d2 Issue-ID: DMAAP-1015 Signed-off-by: eronkeo --- docs/data-router/release-notes.rst | 54 +++++++++++++++++++++++++++++--------- 1 file 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 `_. +- `DMAAP Project Page `_ +- `Passing Badge information for DMAAP DataRouter `_ +- `Project Vulnerability Review Table for DMAAP `_ -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 -- 2.16.6