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