Merge "JUNITS for JSONDELETE class"
[music.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. _release_notes:
4
5
6 Release Notes
7 =============
8 Initial Release for El Alto
9
10 Version: 3.2.35
11 ---------------
12
13 :Release Date: 2019-09-19
14
15 **New Features**
16
17 - 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.
18
19 - MUSIC includes deadlock detection when creating and acquiring locks
20
21 - Continued adherence to ONAP S3P requirements
22
23
24 **Bug Fixes**
25
26     - `MUSIC-434 <https://jira.onap.org/browse/MUSIC-434>`_ Sonar Fix : JsonDelete.java
27
28     - `MUSIC-432 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-432`_ Use try-with resources to handle the resources used in the code
29
30     - `MUSIC-410 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-410>`_ Use logger to log exception
31
32     - `MUSIC-408 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-408>`_ fix reduce method parameter
33
34
35
36 **Known Issues**
37 N/A
38
39 **Security Notes**
40
41 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>`_.
42
43 Quick Links:
44
45 - `MUSIC project page <https://wiki.onap.org/display/DW/MUSIC+Project>`_
46 - `MUSIC Dublin Release <https://wiki.onap.org/display/DW/MUSIC+El-Alto>`_
47 - `Passing Badge information for MUSIC <https://bestpractices.coreinfrastructure.org/en/projects/1722>`_
48 - `MUSIC Architecture Page <TBD>`_
49 - `Project Vulnerability Review Table for MUSIC <https://wiki.onap.org/pages/viewpage.action?pageId=64004601>`_
50
51 **Upgrade Notes**
52
53     N/A
54
55 **Deprecation Notes**
56
57     N/A
58
59 **Other**
60
61     N/A
62
63 ===========
64
65 End of Release Notes