Add support for config file parsing and watching
[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 = Cherry
9 2020 July 30; version 2.2.0
10         Add support for configuration file reading and change notification.
11
12 2020 July 22; version 2.1.0
13         Added metrics support (RIC-381).
14
15 2020 July 17; version 2.0.0
16         Add alarm support.
17
18         Add xapp namespace for Message, Msg_component, Alarm and Jhah
19         objects.  This is a BREAKING change and thus the major version
20         number was bumped to 2.
21
22 2020 June 29; version 1.2.0
23         Add support for json parsing
24
25 2020 June 26; version 1.1.0
26         Change the port type in constructors to indicate "const"
27
28         Version bump to 1.1.0 to allow patches to bronze code to
29         continue to be done on the 1.0.* level.
30
31
32 release= Bronze
33 2020 April 28; version 1.0.0
34         Bump version to force package build (old CI version added
35         incorrect install prefix). Bump to 1.0.0 for release.
36
37 2020 March 27; version 0.1.2
38         Changes identified by sonar (missing copy/move builders)
39         rmr_dump example programme
40         Improvements to code for better test coverage