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