diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-09-19 10:30:22 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-10-11 10:09:03 -0400 |
commit | da5ad5ecc57dd98654c96eb30965e09bbd22dc48 (patch) | |
tree | a915935f7873cc8356bd6ae1c0ca6733b5eed4a1 /docs | |
parent | 5a742d9e9dce7c3da9ba193d61f0505e7cc57ec5 (diff) |
El Alto Release Noteselalto
Change-Id: I6703f52383d9901cb1e08b5ce92fb6e66b454cfa
Issue-ID: MUSIC-496
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.rst | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 33f2a95e..9387c206 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -4,33 +4,31 @@ Release Notes ============= -Initial Release for Dublin +Initial Release for El Alto -Version: 3.2.18 +Version: 3.2.35 --------------- -:Release Date: 2019-06-06 +:Release Date: 2019-09-19 **New Features** -- MUSIC now uses Cassandra only as its locking service. In previous releases, MUSIC had a dependency on Zookeeper for locking. +- 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. -- 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. +- MUSIC includes deadlock detection when creating and acquiring locks - Continued adherence to ONAP S3P requirements **Bug Fixes** - - `MUSIC-386 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-386>`_ Music fails health check + - `MUSIC-434 <https://jira.onap.org/browse/MUSIC-434>`_ Sonar Fix : JsonDelete.java - - `MUSIC-368 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-368`_ MUSIC responding with 500 error + - `MUSIC-432 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-432`_ Use try-with resources to handle the resources used in the code - - `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-410 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-410>`_ Use logger to log exception - - `MUSIC-264 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-264>`_ Fails to create keyspace + - `MUSIC-408 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-408>`_ fix reduce method parameter @@ -44,9 +42,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 Dublin Release <https://wiki.onap.org/display/DW/MUSIC+El-Alto>`_ - `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** |