From 536479c24a19d0f7a5df519c96ea0c36314bddc9 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Wed, 20 May 2020 13:29:32 -0400 Subject: Frankfurt Release Notes Issue-ID: MUSIC-590 Signed-off-by: Tschaen, Brendan Change-Id: Idc511e54dbee150ecd07d024c4dce3765791a8dd --- docs/release-notes.rst | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index e736d848..d5da2fb7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,31 +5,33 @@ Release Notes ============= -Initial Release for El Alto +Initial Release for Frankfurt -Version: 3.2.35 +Version: 3.2.40 --------------- -:Release Date: 2019-09-19 +:Release Date: 2020-05-20 **New Features** -- MUSIC features an 'ORM' layer. Applications directly using music will now have a streamlined API that matches the REST API for easier adoption and use. +- MUSIC now runs on a springboot server, instead of a standalone tomcat server -- MUSIC includes deadlock detection when creating and acquiring locks +- HTTPS support for clients through AAF certificates -- Continued adherence to ONAP S3P requirements +- A background lock clean up daemon will periodically check the status of current locks, cleaning up 'stale' references. +Clients should see a performance boost if they were previously dealing with many stale locks. +- Improved error messaging to the user, allowing clients to better debug their applications -**Bug Fixes** +- Continued adherence to ONAP S3P requirements - - `MUSIC-434 `_ Sonar Fix : JsonDelete.java - - `MUSIC-432 `_ Use logger to log exception + - `MUSIC-557 `_ fix reduce method parameter + - `MUSIC-530 `_ Security Vulnerability in pom.xml fix @@ -43,7 +45,7 @@ MUSIC code has been formally scanned during build time using NexusIQ and all Cri Quick Links: - `MUSIC project page `_ -- `MUSIC Dublin Release `_ +- `MUSIC Frankfurt Release `_ - `Passing Badge information for MUSIC `_ - `MUSIC Architecture Page `_ - `Project Vulnerability Review Table for MUSIC `_ -- cgit 1.2.3-korg