blob: e9c74b5674f2937835e23b43deb68fb53a6f0d44 [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.
Anssi Mannila78eadf62021-12-03 12:57:11 +02007
czichy4969fbc2023-12-13 07:25:32 +020082023 13 December; version 2.3.10.
9 Taking in new RMR version 4.9.4.
10
czichyc56c9df2023-06-08 14:48:50 +0300112023 08 June; version 2.3.8
12 Taking in new RMR version 4.9.1.
13
czichybc9f1db2022-12-14 17:59:59 +0200142022 14 December; version 2.3.8
15 adding support for REST-based E2 subscriptions
16
czichy56044b72022-12-08 12:33:09 +0200172022 08 December; version 2.3.7
18 Taking in new RMR version 4.8.5.
19
Alexandre Hufff8993262022-02-05 09:54:32 -0300202022 05 February; version 2.3.6
21 Fixed bug on XAPP_DESCRIPTOR_PATH parser.
22 Add test cases for XAPP_DESCRIPTOR_PATH parser.
23
Anssi Mannila78eadf62021-12-03 12:57:11 +020024release = E
252021 03 December; version 2.3.5
26 Taking in new RMR version 4.8.0. Also one bug fix added.
27
wahidwbc5be412021-06-23 11:41:54 +000028release = Dawn
292021 23 June; version 2.3.4
30 Taking in new RMR version 4.7.4 that contains many bug fixes
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040031
32release = Cherry
E. Scott Daniels555fc142020-12-11 14:01:27 -0500332020 11 December; version 2.3.3
34 Version bump to force CI jobs to promote the packages.
35
E. Scott Daniels23d0e612020-09-17 15:46:48 -0400362020 21 August; version 2.3.2
37 Small cleanup of "code smells" and add additional test stats
38 to unit tests.
39
E. Scott Danielsc7e5ea32020-08-21 07:30:28 -0400402020 21 August; version 2.3.1
41 Fix bug in message introduced with "code smell" fix. (RIC-629)
42
E. Scott Danielsc85ac8b2020-08-19 09:51:33 -0400432020 20 August; version 2.3.0
44 Address sonar flagged "bugs" in the config class (RIC-629).
45
E. Scott Danielsb0c88ed2020-08-13 15:12:35 -0400462020 13 August; version 2.2.2
47 Correct potential memory leaks in xapp class (RIC-629)
48
E. Scott Daniels368cf5e2020-07-31 10:51:24 -0400492020 July 31; version 2.2.1
50 Correct "bugs" according to sonar (RIC-629)
51
E. Scott Danielsd486a172020-07-29 12:39:54 -0400522020 July 30; version 2.2.0
53 Add support for configuration file reading and change notification.
54
E. Scott Danielsef362052020-07-22 15:49:54 -0400552020 July 22; version 2.1.0
56 Added metrics support (RIC-381).
57
E. Scott Daniels6ef23e12020-07-15 08:03:22 -0400582020 July 17; version 2.0.0
59 Add alarm support.
60
61 Add xapp namespace for Message, Msg_component, Alarm and Jhah
62 objects. This is a BREAKING change and thus the major version
63 number was bumped to 2.
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -040064
E. Scott Daniels97204c82020-06-29 15:39:57 -0400652020 June 29; version 1.2.0
66 Add support for json parsing
67
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400682020 June 26; version 1.1.0
69 Change the port type in constructors to indicate "const"
70
E. Scott Daniels97204c82020-06-29 15:39:57 -040071 Version bump to 1.1.0 to allow patches to bronze code to
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040072 continue to be done on the 1.0.* level.
73
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040074
75release= Bronze
E. Scott Danielscbd893c2020-04-28 11:10:48 -0400762020 April 28; version 1.0.0
77 Bump version to force package build (old CI version added
78 incorrect install prefix). Bump to 1.0.0 for release.
79
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -0400802020 March 27; version 0.1.2
81 Changes identified by sonar (missing copy/move builders)
82 rmr_dump example programme
83 Improvements to code for better test coverage