From 669f5fa706c24e9312a62bbfc9dc5824f51ac8e8 Mon Sep 17 00:00:00 2001 From: Matthieu Geerebaert Date: Tue, 30 Apr 2019 17:34:06 +0200 Subject: Update release note for Dublin Change-Id: I6e57e31e179e74cbc54ff3fa017fb101e4f493e5 Issue-ID: EXTAPI-232 Signed-off-by: MatthieuGeerebaert --- docs/releasenotes/releasenotes.rst | 44 +++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) (limited to 'docs/releasenotes') diff --git a/docs/releasenotes/releasenotes.rst b/docs/releasenotes/releasenotes.rst index 758124b..99dc838 100755 --- a/docs/releasenotes/releasenotes.rst +++ b/docs/releasenotes/releasenotes.rst @@ -7,19 +7,46 @@ Release Notes Version: 4.0.0 -------------- -:Release Date: 2018-05-30 +:Release Date: 2019-05-30 + +New major version v4 for the API, see Upgrade Notes + +Dedicated Postman collection can be found in the integration project see `test/postman `_ + +All tests suites have been re written in Karate, see `src/test/resources/karatetest `_ for inspiration. **New Features** -Main features are: +Main new features are supports of + +- `BroadBand Service Use Case ( BBS ) `_ +- `Cross Domain and Cross Layer VPN ( CCVPN ) `_ + +Main functional changes for BBS: + +- `EXTAPI-98 `_ - Service inventory notification` +- `EXTAPI-161 `_ - New service specificationInputSchemas operation` + +Main functional change for CCVPN + +- `EXTAPI-182 `_ - Create SO -> ExtAPI interface` -Detail of features described in readTheDoc documentation. +Many other changes and improvement are listed in JIRA: + +- `All Dublin issues `_ **Known Issues** +- `EXTAPI-197 `_ - Bad hostname while registering on MSB` + +Will be fixed in the next release El Alto **Security Notes** +NBI still exposes non TLS API endpoint. TLS will be proposed in next the release, El Alto. + +NBI has been improved to reduce signs of vulnerabilities, especially by migrating from Springboot 1.x to Springboot 2 and using the ONAP Parent pom.xml + - `Dublin Vulnerability Report `_ Quick Links: @@ -28,9 +55,20 @@ Quick Links: **Upgrade Notes** +API is a new MAJOR v4 version due to the deletion of the 'hasStarted' attribute from getServiceById response +GET /service/{id} + +So don't forget to use this new path: + +/nbi/api/v4 + +before: + +/nbi/api/v3 **Deprecation Notes** +API v3 is deprecated **Other** -- cgit 1.2.3-korg