Add metrics to the framework
[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 July 22; version 2.1.0
22 ---------------------------
23 Added metrics support (RIC-381).
24
25
26 2020 July 17; version 2.0.0
27 ---------------------------
28 Add alarm support.
29
30 Add xapp namespace for Message, Msg_component, Alarm and Jhah
31 objects. This is a BREAKING change and thus the major version
32 number was bumped to 2.
33
34
35 2020 June 29; version 1.2.0
36 ---------------------------
37 Add support for json parsing
38
39
40 2020 June 26; version 1.1.0
41 ---------------------------
42 Change the port type in constructors to indicate "const"
43
44 Version bump to 1.1.0 to allow patches to bronze code to
45 continue to be done on the 1.0.* level.
46
47
48
49 Bronze Release
50 ==============
51
52 2020 April 28; version 1.0.0
53 ----------------------------
54 Bump version to force package build (old CI version added
55 incorrect install prefix). Bump to 1.0.0 for release.
56
57
58 2020 March 27; version 0.1.2
59 ----------------------------
60 Changes identified by sonar (missing copy/move builders)
61 rmr_dump example programme Improvements to code for better
62 test coverage