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