X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frel-notes.rst;h=2c3a723c6f59a85f6e021a0aa115fec62fe72f09;hb=1eb4fa3e9703ab990fcdb171825f1aadfd98d343;hp=2bb881c008c60c4580d9da8747d6c149b7bbc966;hpb=3a2533f97b9ebee99a718530d111278cedb613d1;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 2bb881c..2c3a723 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -1,14 +1,114 @@ - +============= +RELEASE NOTES +============= .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 - -.. CAUTION: this document is generated from source in doc/src/rtd. +.. +.. CAUTION: this document is generated from source in doc/src/* .. To make changes edit the source and recompile the document. .. Do NOT make changes directly to .rst or .md files. -RIC xAPP C++ Framework -====================== -2020 April 22 Version 1.0.0 - Initial release +C++ Framework Release Notes +=========================== +The following is a list of release highlights for the C++ +xAPP Framework. + +E Release +========= + +2021 03 December; version 2.3.5 +------------------------------- +Taking in new RMR version 4.8.0. Also one bug fix added. + +Dawn Release +============ + +2021 23 June; version 2.3.4 +--------------------------- +Taking in new RMR version 4.7.4 that contains many bug fixes. + +Cherry Release +============== + +2020 11 December; version 2.3.3 +------------------------------- +Version bump to force CI jobs to promote the packages. + + +2020 21 August; version 2.3.2 +----------------------------- +Small cleanup of "code smells" and add additional test stats +to unit tests. + + +2020 21 August; version 2.3.1 +----------------------------- +Fix bug in message introduced with "code smell" fix. +(RIC-629) + + +2020 20 August; version 2.3.0 +----------------------------- +Address sonar flagged "bugs" in the config class (RIC-629). + + +2020 13 August; version 2.2.2 +----------------------------- +Correct potential memory leaks in xapp class (RIC-629) + + +2020 July 31; version 2.2.1 +--------------------------- +Correct "bugs" according to sonar (RIC-629) + + +2020 July 30; version 2.2.0 +--------------------------- +Add support for configuration file reading and change +notification. + + +2020 July 22; version 2.1.0 +--------------------------- +Added metrics support (RIC-381). + + +2020 July 17; version 2.0.0 +--------------------------- +Add alarm support. + +Add xapp namespace for Message, Msg_component, Alarm and Jhah +objects. This is a BREAKING change and thus the major version +number was bumped to 2. + + +2020 June 29; version 1.2.0 +--------------------------- +Add support for json parsing + + +2020 June 26; version 1.1.0 +--------------------------- +Change the port type in constructors to indicate "const" + +Version bump to 1.1.0 to allow patches to bronze code to +continue to be done on the 1.0.* level. + + + +Bronze Release +============== + +2020 April 28; version 1.0.0 +---------------------------- +Bump version to force package build (old CI version added +incorrect install prefix). Bump to 1.0.0 for release. + + +2020 March 27; version 0.1.2 +---------------------------- +Changes identified by sonar (missing copy/move builders) +rmr_dump example programme Improvements to code for better +test coverage