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