Merge "lowered some code smells"
[music.git] / docs / release-notes.rst
index 33f2a95..d5da2fb 100644 (file)
@@ -1,36 +1,37 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
+.. _release_notes:
 
 
 Release Notes
 =============
-Initial Release for Dublin
+Initial Release for Frankfurt
 
-Version: 3.2.18
+Version: 3.2.40
 ---------------
 
-:Release Date: 2019-06-06
+:Release Date: 2020-05-20
 
 **New Features**
 
-- MUSIC now uses Cassandra only as its locking service. In previous releases, MUSIC had a dependency on Zookeeper for locking.
+- MUSIC now runs on a springboot server, instead of a standalone tomcat server
 
-- For the Dublin release, MUSIC now leverages Spring Boot for improved start up capabilities and performance.
+- HTTPS support for clients through AAF certificates
 
-- By leveraging CADI, MUSIC is able to more quickly and accurately authenticate it's clients.
+- 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
 
 - Continued adherence to ONAP S3P requirements
 
 
 **Bug Fixes**
+    - `MUSIC-573 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-573`_ Pods still run as root
 
-    - `MUSIC-386 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-386>`_ Music fails health check
-
-    - `MUSIC-368 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-368`_ MUSIC responding with 500 error
-
-    - `MUSIC-78 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-78>`_ Build failed to find artifact org.onap.music:MUSIC:jar:2.5.5
+    - `MUSIC-557 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-557`_ Test coverage goals met, and migrated to new sonar location
 
-    - `MUSIC-264 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-264>`_ Fails to create keyspace
+    - `MUSIC-530 <https://jira.onap.org/browse/MUSIC-530>`_ Security Vulnerability in pom.xml fix
 
 
 
@@ -44,9 +45,9 @@ MUSIC code has been formally scanned during build time using NexusIQ and all Cri
 Quick Links:
 
 - `MUSIC project page <https://wiki.onap.org/display/DW/MUSIC+Project>`_
-- `MUSIC Dublin Release <https://wiki.onap.org/display/DW/MUSIC+%28R4%29+Dublin+Release>`_
+- `MUSIC Frankfurt Release <https://wiki.onap.org/display/DW/MUSIC+Frankfurt>`_
 - `Passing Badge information for MUSIC <https://bestpractices.coreinfrastructure.org/en/projects/1722>`_
-- `MUSIC Architecture Page <https://onap.readthedocs.io/en/dublin/submodules/music.git/docs/architecture.html>`_
+- `MUSIC Architecture Page <TBD>`_
 - `Project Vulnerability Review Table for MUSIC <https://wiki.onap.org/pages/viewpage.action?pageId=64004601>`_
 
 **Upgrade Notes**