blob: e9213f1aae5163e6b53ef1d4f5625e3640621dd4 [file] [log] [blame]
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -04001# This file contains a brief summary of each version bump.
E. Scott Daniels6ef23e12020-07-15 08:03:22 -04002# Its contents are parsed by a document builder and the rel-notes.rst
3# file for the RTD site is generated. Changes must start with a date
4# and version string. Blank are used to separate items when a version
5# has several changes. Multiple blank lines between versions are
6# squished to one.
7
8release = Cherry
E. Scott Daniels555fc142020-12-11 14:01:27 -050092020 11 December; version 2.3.3
10 Version bump to force CI jobs to promote the packages.
11
E. Scott Daniels23d0e612020-09-17 15:46:48 -0400122020 21 August; version 2.3.2
13 Small cleanup of "code smells" and add additional test stats
14 to unit tests.
15
E. Scott Danielsc7e5ea32020-08-21 07:30:28 -0400162020 21 August; version 2.3.1
17 Fix bug in message introduced with "code smell" fix. (RIC-629)
18
E. Scott Danielsc85ac8b2020-08-19 09:51:33 -0400192020 20 August; version 2.3.0
20 Address sonar flagged "bugs" in the config class (RIC-629).
21
E. Scott Danielsb0c88ed2020-08-13 15:12:35 -0400222020 13 August; version 2.2.2
23 Correct potential memory leaks in xapp class (RIC-629)
24
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400252020 July 31; version 2.2.1
26 Correct "bugs" according to sonar (RIC-629)
27
E. Scott Danielsd486a172020-07-29 12:39:54 -0400282020 July 30; version 2.2.0
29 Add support for configuration file reading and change notification.
30
E. Scott Danielsef362052020-07-22 15:49:54 -0400312020 July 22; version 2.1.0
32 Added metrics support (RIC-381).
33
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400342020 July 17; version 2.0.0
35 Add alarm support.
36
37 Add xapp namespace for Message, Msg_component, Alarm and Jhah
38 objects. This is a BREAKING change and thus the major version
39 number was bumped to 2.
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -040040
E. Scott Daniels97204c82020-06-29 15:39:57 -0400412020 June 29; version 1.2.0
42 Add support for json parsing
43
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400442020 June 26; version 1.1.0
45 Change the port type in constructors to indicate "const"
46
E. Scott Daniels97204c82020-06-29 15:39:57 -040047 Version bump to 1.1.0 to allow patches to bronze code to
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040048 continue to be done on the 1.0.* level.
49
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040050
51release= Bronze
E. Scott Danielscbd893c2020-04-28 11:10:48 -0400522020 April 28; version 1.0.0
53 Bump version to force package build (old CI version added
54 incorrect install prefix). Bump to 1.0.0 for release.
55
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -0400562020 March 27; version 0.1.2
57 Changes identified by sonar (missing copy/move builders)
58 rmr_dump example programme
59 Improvements to code for better test coverage