Add docs.
[scp/ric-app/kpimon.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 AT&T Intellectual Property
4
5 Release Notes
6 ===============
7
8 All notable changes to this project will be documented in this file.
9
10 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
11 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
12
13
14 [1.0.1] - 1/20/2021
15 --------------------
16
17 * Use SDL lib to replace direct use of Redis client
18 * Add xapp descriptor
19
20
21 [1.0.0] - 12/16/2020
22 --------------------
23
24 * Update builder image
25 * Change key name
26
27
28 [0.4.0] - 11/27/2020
29 ------------------
30
31 * Fix RIC_INDICATION RANContainer decoding issue
32 * Fix data format issue when storing data into DB
33
34
35 [0.3.0] - 10/16/2020
36 ------------------
37
38 * Fix interface type issue when decoding RIC_INDICATION
39 * Integration test with e2sim
40
41
42 [0.2.0] - 7/17/2020
43 ------------------
44
45 * CI config
46 * Add memory free function for E2AP/E2SM encoding and decoding
47 * Log output
48 * Code optimization
49
50
51 [0.1.0] - 4/21/2020
52 -------------------
53
54 * RIC_INDICATION
55 * Store UE/Cell metrics into Redis DB
56 * Small cleanups
57
58
59 [0.0.2] - 3/25/2020
60 -------------------
61
62 * RIC_SUB_REQ
63 * Helm chart
64 * Dockerfile
65
66
67 [0.0.1] - 3/10/2020
68 -------------------
69
70 * inital skeleton creation