Merge "Push v2.3.5 to package cloud"
[ric-plt/xapp-frame-cpp.git] / CHANGES
1 # This file contains a brief summary of each version bump.
2 # 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
8 release = E
9 2021 03 December; version 2.3.5
10         Taking in new RMR version 4.8.0. Also one bug fix added.
11
12 release = Dawn
13 2021 23 June; version 2.3.4
14         Taking in new RMR version 4.7.4 that contains many bug fixes
15
16 release = Cherry
17 2020 11 December; version 2.3.3
18         Version bump to force CI jobs to promote the packages.
19
20 2020 21 August; version 2.3.2
21         Small cleanup of "code smells" and add additional test stats
22         to unit tests.
23
24 2020 21 August; version 2.3.1
25         Fix bug in message introduced with "code smell" fix. (RIC-629)
26
27 2020 20 August; version 2.3.0
28         Address sonar flagged "bugs" in the config class (RIC-629).
29
30 2020 13 August; version 2.2.2
31         Correct potential memory leaks in xapp class (RIC-629)
32
33 2020 July 31; version 2.2.1
34         Correct "bugs" according to sonar (RIC-629)
35
36 2020 July 30; version 2.2.0
37         Add support for configuration file reading and change notification.
38
39 2020 July 22; version 2.1.0
40         Added metrics support (RIC-381).
41
42 2020 July 17; version 2.0.0
43         Add alarm support.
44
45         Add xapp namespace for Message, Msg_component, Alarm and Jhah
46         objects.  This is a BREAKING change and thus the major version
47         number was bumped to 2.
48
49 2020 June 29; version 1.2.0
50         Add support for json parsing
51
52 2020 June 26; version 1.1.0
53         Change the port type in constructors to indicate "const"
54
55         Version bump to 1.1.0 to allow patches to bronze code to
56         continue to be done on the 1.0.* level.
57
58
59 release= Bronze
60 2020 April 28; version 1.0.0
61         Bump version to force package build (old CI version added
62         incorrect install prefix). Bump to 1.0.0 for release.
63
64 2020 March 27; version 0.1.2
65         Changes identified by sonar (missing copy/move builders)
66         rmr_dump example programme
67         Improvements to code for better test coverage