blob: bc62520847cf8da67e844e3694c94d204275e19b [file] [log] [blame]
E. Scott Daniels6ef23e12020-07-15 08:03:22 -04001=============
2RELEASE NOTES
3=============
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -04004.. 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
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040012
E. Scott Danielscaed01a2020-06-12 13:47:13 -040013C++ Framework Release Notes
14===========================
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040015The following is a list of release highlights for the C++
16xAPP Framework.
17
Alexandre Huffdad91062022-02-07 13:00:17 -0300182022 05 February; version 2.3.6
19 Fixed bug on XAPP_DESCRIPTOR_PATH parser.
20 Add test cases for XAPP_DESCRIPTOR_PATH parser.
21
Anssi Mannila78eadf62021-12-03 12:57:11 +020022E Release
23=========
24
252021 03 December; version 2.3.5
26-------------------------------
27Taking in new RMR version 4.8.0. Also one bug fix added.
28
wahidwbc5be412021-06-23 11:41:54 +000029Dawn Release
30============
31
322021 23 June; version 2.3.4
33---------------------------
34Taking in new RMR version 4.7.4 that contains many bug fixes.
35
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040036Cherry Release
37==============
38
E. Scott Daniels555fc142020-12-11 14:01:27 -0500392020 11 December; version 2.3.3
40-------------------------------
41Version bump to force CI jobs to promote the packages.
42
43
E. Scott Daniels23d0e612020-09-17 15:46:48 -0400442020 21 August; version 2.3.2
45-----------------------------
46Small cleanup of "code smells" and add additional test stats
47to unit tests.
48
49
502020 21 August; version 2.3.1
51-----------------------------
52Fix bug in message introduced with "code smell" fix.
53(RIC-629)
54
55
562020 20 August; version 2.3.0
57-----------------------------
58Address sonar flagged "bugs" in the config class (RIC-629).
59
60
E. Scott Danielsb0c88ed2020-08-13 15:12:35 -0400612020 13 August; version 2.2.2
62-----------------------------
63Correct potential memory leaks in xapp class (RIC-629)
64
65
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400662020 July 31; version 2.2.1
67---------------------------
68Correct "bugs" according to sonar (RIC-629)
69
70
E. Scott Danielsd486a172020-07-29 12:39:54 -0400712020 July 30; version 2.2.0
72---------------------------
73Add support for configuration file reading and change
74notification.
75
76
E. Scott Danielsef362052020-07-22 15:49:54 -0400772020 July 22; version 2.1.0
78---------------------------
79Added metrics support (RIC-381).
80
81
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400822020 July 17; version 2.0.0
83---------------------------
84Add alarm support.
85
86Add xapp namespace for Message, Msg_component, Alarm and Jhah
87objects. This is a BREAKING change and thus the major version
88number was bumped to 2.
89
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040090
E. Scott Daniels97204c82020-06-29 15:39:57 -0400912020 June 29; version 1.2.0
92---------------------------
E. Scott Daniels97204c82020-06-29 15:39:57 -040093Add support for json parsing
94
95
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400962020 June 26; version 1.1.0
97---------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040098Change the port type in constructors to indicate "const"
99
100Version bump to 1.1.0 to allow patches to bronze code to
101continue to be done on the 1.0.* level.
102
E. Scott Daniels3a2533f2020-04-22 12:40:27 -0400103
E. Scott Daniels3a2533f2020-04-22 12:40:27 -0400104
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400105Bronze Release
106==============
107
E. Scott Danielscaed01a2020-06-12 13:47:13 -04001082020 April 28; version 1.0.0
109----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400110Bump version to force package build (old CI version added
111incorrect install prefix). Bump to 1.0.0 for release.
112
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400113
E. Scott Danielscaed01a2020-06-12 13:47:13 -04001142020 March 27; version 0.1.2
115----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400116Changes identified by sonar (missing copy/move builders)
117rmr_dump example programme Improvements to code for better
118test coverage