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