Deadlock detection by owner
[music.git] / docs / release-notes.rst
index 096d5cb..33f2a95 100644 (file)
@@ -4,53 +4,63 @@
 
 Release Notes
 =============
-Initial Release for Beijing
+Initial Release for Dublin
 
-Version: 2.5.4
---------------
+Version: 3.2.18
+---------------
 
-:Release Date: 2018-06-07
+:Release Date: 2019-06-06
 
 **New Features**
 
-MUSIC provides a service with recipes that individual ONAP components and microservice can use for 
-    - state replication across multiple geo-distributed sites
-    - flexible fine-grained consistency management of state
-    - policy driven state-ownership across replicas of the service 
+- MUSIC now uses Cassandra only as its locking service. In previous releases, MUSIC had a dependency on Zookeeper for locking.
+
+- For the Dublin release, MUSIC now leverages Spring Boot for improved start up capabilities and performance.
+
+- By leveraging CADI, MUSIC is able to more quickly and accurately authenticate it's clients.
+
+- Continued adherence to ONAP S3P requirements
 
 
 **Bug Fixes**
 
-       - `MUSIC-33 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-33>`_ CriticalPut is causing HTTP Status 500 – Internal Server Error
+    - `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-34 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-34>`_ CreateTable,InsertIntoTable,UpdateTable,DeleteFromTable,DropTable don't check resource existence
+    - `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-35 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-35>`_ Onboarding issues
+    - `MUSIC-264 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-264>`_ Fails to create keyspace
 
-       - `MUSIC-36 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-36>`_ Test Case failing
 
-       - `MUSIC-37 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-37>`_ Acquire lock to return more information
 
 **Known Issues**
 N/A
 
 **Security Notes**
 
-MUSIC 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 MUSIC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=25439359>`_.
+MUSIC 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 MUSIC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45285410>`_.
 
 Quick Links:
-       - `MUSIC project page <https://wiki.onap.org/display/DW/MUSIC+Project>`_
-       
-       - `Passing Badge information for MUSIC <https://bestpractices.coreinfrastructure.org/en/projects/1722>`_
-       
-       - `Project Vulnerability Review Table for MUSIC <https://wiki.onap.org/pages/viewpage.action?pageId=25439359>`_
+
+- `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>`_
+- `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>`_
+- `Project Vulnerability Review Table for MUSIC <https://wiki.onap.org/pages/viewpage.action?pageId=64004601>`_
 
 **Upgrade Notes**
-N/A
+
+    N/A
+
 **Deprecation Notes**
-N/A
+
+    N/A
+
 **Other**
-N/A
+
+    N/A
+
 ===========
 
 End of Release Notes