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