2c3a723c6f59a85f6e021a0aa115fec62fe72f09
[ric-plt/xapp-frame-cpp.git] / docs / rel-notes.rst
1 =============
2 RELEASE NOTES
3 =============
4 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
5 .. SPDX-License-Identifier: CC-BY-4.0
6 ..
7 .. CAUTION: this document is generated from source in doc/src/*
8 .. To make changes edit the source and recompile the document.
9 .. Do NOT make changes directly to .rst or .md files.
10
11
12
13 C++ Framework Release Notes
14 ===========================
15 The following is a list of release highlights for the C++
16 xAPP Framework.
17
18 E Release
19 =========
20
21 2021 03 December; version 2.3.5
22 -------------------------------
23 Taking in new RMR version 4.8.0. Also one bug fix added.
24
25 Dawn Release
26 ============
27
28 2021 23 June; version 2.3.4
29 ---------------------------
30 Taking in new RMR version 4.7.4 that contains many bug fixes.
31
32 Cherry Release
33 ==============
34
35 2020 11 December; version 2.3.3
36 -------------------------------
37 Version bump to force CI jobs to promote the packages.
38
39
40 2020 21 August; version 2.3.2
41 -----------------------------
42 Small cleanup of "code smells" and add additional test stats
43 to unit tests.
44
45
46 2020 21 August; version 2.3.1
47 -----------------------------
48 Fix bug in message introduced with "code smell" fix.
49 (RIC-629)
50
51
52 2020 20 August; version 2.3.0
53 -----------------------------
54 Address sonar flagged "bugs" in the config class (RIC-629).
55
56
57 2020 13 August; version 2.2.2
58 -----------------------------
59 Correct potential memory leaks in xapp class (RIC-629)
60
61
62 2020 July 31; version 2.2.1
63 ---------------------------
64 Correct "bugs" according to sonar (RIC-629)
65
66
67 2020 July 30; version 2.2.0
68 ---------------------------
69 Add support for configuration file reading and change
70 notification.
71
72
73 2020 July 22; version 2.1.0
74 ---------------------------
75 Added metrics support (RIC-381).
76
77
78 2020 July 17; version 2.0.0
79 ---------------------------
80 Add alarm support.
81
82 Add xapp namespace for Message, Msg_component, Alarm and Jhah
83 objects. This is a BREAKING change and thus the major version
84 number was bumped to 2.
85
86
87 2020 June 29; version 1.2.0
88 ---------------------------
89 Add support for json parsing
90
91
92 2020 June 26; version 1.1.0
93 ---------------------------
94 Change the port type in constructors to indicate "const"
95
96 Version bump to 1.1.0 to allow patches to bronze code to
97 continue to be done on the 1.0.* level.
98
99
100
101 Bronze Release
102 ==============
103
104 2020 April 28; version 1.0.0
105 ----------------------------
106 Bump version to force package build (old CI version added
107 incorrect install prefix). Bump to 1.0.0 for release.
108
109
110 2020 March 27; version 0.1.2
111 ----------------------------
112 Changes identified by sonar (missing copy/move builders)
113 rmr_dump example programme Improvements to code for better
114 test coverage