Updating RMR version to 4.8.5
[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
19
20 2022 08 December; version 2.3.7
21 -------------------------------
22 Taking in new RMR version 4.8.5. 
23
24 2022 05 February; version 2.3.6
25 -------------------------------
26         Fixed bug on XAPP_DESCRIPTOR_PATH parser.
27         Add test cases for XAPP_DESCRIPTOR_PATH parser.
28
29 E Release
30 =========
31
32 2021 03 December; version 2.3.5
33 -------------------------------
34 Taking in new RMR version 4.8.0. Also one bug fix added.
35
36 Dawn Release
37 ============
38
39 2021 23 June; version 2.3.4
40 ---------------------------
41 Taking in new RMR version 4.7.4 that contains many bug fixes.
42
43 Cherry Release
44 ==============
45
46 2020 11 December; version 2.3.3
47 -------------------------------
48 Version bump to force CI jobs to promote the packages.
49
50
51 2020 21 August; version 2.3.2
52 -----------------------------
53 Small cleanup of "code smells" and add additional test stats
54 to unit tests.
55
56
57 2020 21 August; version 2.3.1
58 -----------------------------
59 Fix bug in message introduced with "code smell" fix.
60 (RIC-629)
61
62
63 2020 20 August; version 2.3.0
64 -----------------------------
65 Address sonar flagged "bugs" in the config class (RIC-629).
66
67
68 2020 13 August; version 2.2.2
69 -----------------------------
70 Correct potential memory leaks in xapp class (RIC-629)
71
72
73 2020 July 31; version 2.2.1
74 ---------------------------
75 Correct "bugs" according to sonar (RIC-629)
76
77
78 2020 July 30; version 2.2.0
79 ---------------------------
80 Add support for configuration file reading and change
81 notification.
82
83
84 2020 July 22; version 2.1.0
85 ---------------------------
86 Added metrics support (RIC-381).
87
88
89 2020 July 17; version 2.0.0
90 ---------------------------
91 Add alarm support.
92
93 Add xapp namespace for Message, Msg_component, Alarm and Jhah
94 objects. This is a BREAKING change and thus the major version
95 number was bumped to 2.
96
97
98 2020 June 29; version 1.2.0
99 ---------------------------
100 Add support for json parsing
101
102
103 2020 June 26; version 1.1.0
104 ---------------------------
105 Change the port type in constructors to indicate "const"
106
107 Version bump to 1.1.0 to allow patches to bronze code to
108 continue to be done on the 1.0.* level.
109
110
111
112 Bronze Release
113 ==============
114
115 2020 April 28; version 1.0.0
116 ----------------------------
117 Bump version to force package build (old CI version added
118 incorrect install prefix). Bump to 1.0.0 for release.
119
120
121 2020 March 27; version 0.1.2
122 ----------------------------
123 Changes identified by sonar (missing copy/move builders)
124 rmr_dump example programme Improvements to code for better
125 test coverage