Add xapp descriptor to qp-driver repo
[ric-app/qp-driver.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 [1.0.7] - 2020-05-15
14 --------------------
15 * Include xapp descriptor json in repo (`RICAPP-97 <https://jira.o-ran-sc.org/browse/RICAPP-97>`_)
16   
17
18 [1.0.6] - 2020-05-12
19 --------------------
20 * Decode values from SDL as JSON (`RICAPP-104 <https://jira.o-ran-sc.org/browse/RICAPP-104>`_)
21
22
23 [1.0.5] - 2020-05-08
24 --------------------
25
26 * Upgrade to RMR version 4.0.5
27 * Upgrade to framework version 1.1.0
28 * Use constants from rmr module instead of hardcoded strings
29 * Add Dockerfile-Unit-Test to support testing
30
31
32 [1.0.4] - 2020-05-05
33 --------------------
34
35 * Upgrade to RMR version 4.0.2
36
37
38 [1.0.3] - 2020-04-22
39 --------------------
40
41 * Upgrade to RMR version 3.8.2
42
43
44 [1.0.2] - 4/8/2020
45 ------------------
46
47 * Upgrade to xapp frame 1.0.0 which includes rmr python
48
49
50 [1.0.1] - 4/3/2020
51 ------------------
52
53 * Docker now builds with an empty route file so rmr starts; it will not even start properly without this
54 * Change how fake_sdl is activated for docker convienence
55 * Create dev guide file
56 * Add instructions on how to test the rmr healthcheck in a running container
57 * Update to xapp frame 0.7.0 (which has rmr healthchecks)
58
59
60 [1.0.0] - 4/1/2020
61 ------------------
62
63 * This release is seen as the first complete implementation of QPD, although likely fixes and enhancements are needed
64 * Implement the rmr messaging
65 * Add tests for various bad scenarios like UE IDs not existing and Cell data not existing
66 * Fix UE IDs to be strings as they are in the req slides
67
68
69 [0.2.0] - 3/27/2020
70 -------------------
71
72 * Implement SDL calls and testing
73 * Small cleanups
74
75
76 [0.1.0] - 3/26/2020
77 -------------------
78
79 * Implement the core business logic of the data merge
80
81
82 [0.0.2] - 3/25/2020
83 -------------------
84
85 * Move to SI95
86 * Move to Xapp frame 0.6.0
87 * Move to py38
88 * Remove unneeded stuff from setup.py since this is a docker component and not a pypi library
89 * Add some mock data for future development
90
91
92 [0.0.1] - 3/17/2020
93 -------------------
94
95 * inital skeleton creation