blob: 450160604d3451a16a9b0f5d7a2a76a6f792f979 [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
wahidwbc5be412021-06-23 11:41:54 +000018Dawn Release
19============
20
212021 23 June; version 2.3.4
22---------------------------
23Taking in new RMR version 4.7.4 that contains many bug fixes.
24
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040025Cherry Release
26==============
27
E. Scott Daniels555fc142020-12-11 14:01:27 -0500282020 11 December; version 2.3.3
29-------------------------------
30Version bump to force CI jobs to promote the packages.
31
32
E. Scott Daniels23d0e612020-09-17 15:46:48 -0400332020 21 August; version 2.3.2
34-----------------------------
35Small cleanup of "code smells" and add additional test stats
36to unit tests.
37
38
392020 21 August; version 2.3.1
40-----------------------------
41Fix bug in message introduced with "code smell" fix.
42(RIC-629)
43
44
452020 20 August; version 2.3.0
46-----------------------------
47Address sonar flagged "bugs" in the config class (RIC-629).
48
49
E. Scott Danielsb0c88ed2020-08-13 15:12:35 -0400502020 13 August; version 2.2.2
51-----------------------------
52Correct potential memory leaks in xapp class (RIC-629)
53
54
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400552020 July 31; version 2.2.1
56---------------------------
57Correct "bugs" according to sonar (RIC-629)
58
59
E. Scott Danielsd486a172020-07-29 12:39:54 -0400602020 July 30; version 2.2.0
61---------------------------
62Add support for configuration file reading and change
63notification.
64
65
E. Scott Danielsef362052020-07-22 15:49:54 -0400662020 July 22; version 2.1.0
67---------------------------
68Added metrics support (RIC-381).
69
70
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400712020 July 17; version 2.0.0
72---------------------------
73Add alarm support.
74
75Add xapp namespace for Message, Msg_component, Alarm and Jhah
76objects. This is a BREAKING change and thus the major version
77number was bumped to 2.
78
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040079
E. Scott Daniels97204c82020-06-29 15:39:57 -0400802020 June 29; version 1.2.0
81---------------------------
E. Scott Daniels97204c82020-06-29 15:39:57 -040082Add support for json parsing
83
84
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400852020 June 26; version 1.1.0
86---------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040087Change the port type in constructors to indicate "const"
88
89Version bump to 1.1.0 to allow patches to bronze code to
90continue to be done on the 1.0.* level.
91
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040092
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040093
E. Scott Danielscaed01a2020-06-12 13:47:13 -040094Bronze Release
95==============
96
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400972020 April 28; version 1.0.0
98----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040099Bump version to force package build (old CI version added
100incorrect install prefix). Bump to 1.0.0 for release.
101
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400102
E. Scott Danielscaed01a2020-06-12 13:47:13 -04001032020 March 27; version 0.1.2
104----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400105Changes identified by sonar (missing copy/move builders)
106rmr_dump example programme Improvements to code for better
107test coverage