blob: 2c3a723c6f59a85f6e021a0aa115fec62fe72f09 [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
Anssi Mannila78eadf62021-12-03 12:57:11 +020018E Release
19=========
20
212021 03 December; version 2.3.5
22-------------------------------
23Taking in new RMR version 4.8.0. Also one bug fix added.
24
wahidwbc5be412021-06-23 11:41:54 +000025Dawn Release
26============
27
282021 23 June; version 2.3.4
29---------------------------
30Taking in new RMR version 4.7.4 that contains many bug fixes.
31
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040032Cherry Release
33==============
34
E. Scott Daniels555fc142020-12-11 14:01:27 -0500352020 11 December; version 2.3.3
36-------------------------------
37Version bump to force CI jobs to promote the packages.
38
39
E. Scott Daniels23d0e612020-09-17 15:46:48 -0400402020 21 August; version 2.3.2
41-----------------------------
42Small cleanup of "code smells" and add additional test stats
43to unit tests.
44
45
462020 21 August; version 2.3.1
47-----------------------------
48Fix bug in message introduced with "code smell" fix.
49(RIC-629)
50
51
522020 20 August; version 2.3.0
53-----------------------------
54Address sonar flagged "bugs" in the config class (RIC-629).
55
56
E. Scott Danielsb0c88ed2020-08-13 15:12:35 -0400572020 13 August; version 2.2.2
58-----------------------------
59Correct potential memory leaks in xapp class (RIC-629)
60
61
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400622020 July 31; version 2.2.1
63---------------------------
64Correct "bugs" according to sonar (RIC-629)
65
66
E. Scott Danielsd486a172020-07-29 12:39:54 -0400672020 July 30; version 2.2.0
68---------------------------
69Add support for configuration file reading and change
70notification.
71
72
E. Scott Danielsef362052020-07-22 15:49:54 -0400732020 July 22; version 2.1.0
74---------------------------
75Added metrics support (RIC-381).
76
77
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400782020 July 17; version 2.0.0
79---------------------------
80Add alarm support.
81
82Add xapp namespace for Message, Msg_component, Alarm and Jhah
83objects. This is a BREAKING change and thus the major version
84number was bumped to 2.
85
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040086
E. Scott Daniels97204c82020-06-29 15:39:57 -0400872020 June 29; version 1.2.0
88---------------------------
E. Scott Daniels97204c82020-06-29 15:39:57 -040089Add support for json parsing
90
91
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400922020 June 26; version 1.1.0
93---------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040094Change the port type in constructors to indicate "const"
95
96Version bump to 1.1.0 to allow patches to bronze code to
97continue to be done on the 1.0.* level.
98
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040099
E. Scott Daniels3a2533f2020-04-22 12:40:27 -0400100
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400101Bronze Release
102==============
103
E. Scott Danielscaed01a2020-06-12 13:47:13 -04001042020 April 28; version 1.0.0
105----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400106Bump version to force package build (old CI version added
107incorrect install prefix). Bump to 1.0.0 for release.
108
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400109
E. Scott Danielscaed01a2020-06-12 13:47:13 -04001102020 March 27; version 0.1.2
111----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400112Changes identified by sonar (missing copy/move builders)
113rmr_dump example programme Improvements to code for better
114test coverage