blob: 7f368e9428926ad4c586b0badb2f2c593dcedc21 [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
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040018Cherry Release
19==============
20
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400212020 July 31; version 2.2.1
22---------------------------
23Correct "bugs" according to sonar (RIC-629)
24
25
E. Scott Danielsd486a172020-07-29 12:39:54 -0400262020 July 30; version 2.2.0
27---------------------------
28Add support for configuration file reading and change
29notification.
30
31
E. Scott Danielsef362052020-07-22 15:49:54 -0400322020 July 22; version 2.1.0
33---------------------------
34Added metrics support (RIC-381).
35
36
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400372020 July 17; version 2.0.0
38---------------------------
39Add alarm support.
40
41Add xapp namespace for Message, Msg_component, Alarm and Jhah
42objects. This is a BREAKING change and thus the major version
43number was bumped to 2.
44
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040045
E. Scott Daniels97204c82020-06-29 15:39:57 -0400462020 June 29; version 1.2.0
47---------------------------
E. Scott Daniels97204c82020-06-29 15:39:57 -040048Add support for json parsing
49
50
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400512020 June 26; version 1.1.0
52---------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040053Change the port type in constructors to indicate "const"
54
55Version bump to 1.1.0 to allow patches to bronze code to
56continue to be done on the 1.0.* level.
57
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040058
E. Scott Daniels3a2533f2020-04-22 12:40:27 -040059
E. Scott Danielscaed01a2020-06-12 13:47:13 -040060Bronze Release
61==============
62
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400632020 April 28; version 1.0.0
64----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040065Bump version to force package build (old CI version added
66incorrect install prefix). Bump to 1.0.0 for release.
67
E. Scott Danielscaed01a2020-06-12 13:47:13 -040068
E. Scott Danielscaed01a2020-06-12 13:47:13 -0400692020 March 27; version 0.1.2
70----------------------------
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040071Changes identified by sonar (missing copy/move builders)
72rmr_dump example programme Improvements to code for better
73test coverage