blob: 13ed41f85d78dc6c05dac4d5cc1cbc736dfc7876 [file] [log] [blame]
Tommy Carpenter53786ca2020-02-28 09:17:46 -05001.. 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
5Release Notes
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -04006=============
Tommy Carpenter53786ca2020-02-28 09:17:46 -05007
8All notable changes to this project will be documented in this file.
9
10The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
11and this project adheres to `Semantic Versioning <http://semver.org/>`__.
12
Timo Tietavainenab881ae2021-12-03 03:56:50 +020013[3.0.0] - 2021-12-03
14--------------------
15* Upgrade to RMR version 4.8.0 to fix memory leak in get_constants() function (`RIC-858 <https://jira.o-ran-sc.org/browse/RIC-858>`_)
16* From xapp-frame-py version 3.0.0 onwards it is required to have RMR version 4.8.0 or newer.
17
naman.gupta9eddcfa2021-09-17 12:54:16 +053018[2.3.0] - 2021-09-15
19--------------------
20* Add Xapp Registration (`RIC-706 <https://jira.o-ran-sc.org/browse/RIC-706>`_)
21* Integrate pylog (https://gerrit.o-ran-sc.org/r/admin/repos/com/pylog) with xapp-frame-py (`RIC-330 <https://jira.o-ran-sc.org/browse/RIC-330>`_)
Tommy Carpenter53786ca2020-02-28 09:17:46 -050022
Timo Tietavainen65c55902021-06-23 14:07:31 +030023[2.2.0] - 2021-06-23
24--------------------
25* Add E2AP package (`RIC-664 <https://jira.o-ran-sc.org/browse/RIC-664>`_)
26
27
yc999.jang750eb5b2021-06-10 19:04:18 +090028[2.1.0] - 2021-06-18
29--------------------
30* Add `RNIB <https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/nodeb-rnib>`_ feature (`RIC-788 <https://jira.o-ran-sc.org/browse/RIC-788>`_)
31
32
Timo Tietavainen581cf1e2021-06-14 19:37:49 +030033[2.0.0] - 2021-06-14
34--------------------
35* Add Xapp registration/deregistration APIs (`RIC-706 <https://jira.o-ran-sc.org/browse/RIC-706>`_)
36* Upgrade SDL 3.0.0 version, SDL scaling (`RIC-699 <https://jira.o-ran-sc.org/browse/RIC-699>`_)
37* Upgrade SDL 3.0.0 version, notification fix (`RIC-795 <https://jira.o-ran-sc.org/browse/RIC-795>`_)
38
39
yc999.jangda911992020-10-20 16:36:02 +090040[1.6.0] - 2020-10-23
41--------------------
42* Add SDL wrapping API (`RIC-659 <https://jira.o-ran-sc.org/browse/RIC-659>`_)
43
44
Lott, Christopher (cl778h)af8b53f2020-07-23 06:34:58 -040045[1.5.0] - 2020-07-10
46--------------------
47* Add Metrics API (`RIC-381 <https://jira.o-ran-sc.org/browse/RIC-381>`_)
48
49
Lott, Christopher (cl778h)a03c5172020-07-06 15:13:07 -040050[1.4.0] - 2020-07-06
51--------------------
52* Revise Alarm manager to send via RMR wormhole (`RIC-529 <https://jira.o-ran-sc.org/browse/RIC-529>`_)
53
Lott, Christopher (cl778h)af8b53f2020-07-23 06:34:58 -040054
Lott, Christopher (cl778h)e87ea192020-06-16 16:12:26 -040055[1.3.0] - 2020-06-24
56--------------------
57* Add configuration-change API (`RIC-425 <https://jira.o-ran-sc.org/browse/RIC-425>`_)
58
59
Lott, Christopher (cl778h)37f008e2020-06-22 16:16:48 -040060[1.2.1] - 2020-06-22
61--------------------
62* Revise alarm message type (`RIC-514 <https://jira.o-ran-sc.org/browse/RIC-514>`_)
63
64
Lott, Christopher (cl778h)81084bc2020-06-01 20:53:12 -040065[1.2.0] - 2020-06-04
Lott, Christopher (cl778h)884192b2020-06-03 16:27:02 -040066--------------------
67* Extend RMR module to support wormhole methods
Lott, Christopher (cl778h)81084bc2020-06-01 20:53:12 -040068* Add alarm API (`RIC-380 <https://jira.o-ran-sc.org/browse/RIC-380>`_)
Lott, Christopher (cl778h)884192b2020-06-03 16:27:02 -040069
70
Lott, Christopher (cl778h)ca170d32020-05-12 15:05:59 -040071[1.1.2] - 2020-05-13
72--------------------
73* Extend and publish class and method documentation as user guide in RST
74
75
Lott, Christopher (cl778h)bbc90282020-05-07 08:39:49 -040076[1.1.1] - 2020-05-07
77--------------------
78* Use timeout on queue get method to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_)
79* Upgrade to RMR version 4.0.5
80
81
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -040082[1.1.0] - 2020-05-06
Lott, Christopher (cl778h)666e8312020-05-05 18:31:54 -040083--------------------
84* Use RMR timeout on receive to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_)
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -040085* Publish message-summary dict keys as constants to avoid hardcoding strings
86* Add wrapper and test for RMR method rmr_set_vlevel(int)
Lott, Christopher (cl778h)666e8312020-05-05 18:31:54 -040087
88
Lott, Christopher (cl778h)2407cdc2020-04-29 09:58:37 -040089[1.0.3] - 2020-04-29
90--------------------
91* Upgrade to RMR version 4.0.2
92
93
Lott, Christopher (cl778h)e2e3e432020-04-22 09:52:23 -040094[1.0.2] - 2020-04-22
95--------------------
96* Upgrade to RMR version 3.8.0
97
98
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040099[1.0.1] - 2020-04-10
100--------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400101* Publish API documentation using Sphinx autodoc, which required
102 changes so Sphinx can run when the RMR .so file is not available,
103 such as during a ReadTheDocs build.
104* Create new subpackage rmr/rmrclib with the C library loaded via
105 ctypes.
106* Extend sphinx configuration to mock the new rmrclib subpackage
107* Add method to get constants from RMR library and detect mock
108 objects to work around a bug in Sphinx 3.0.0.
109* Split test files into test_rmr and test_rmrclib.
110* Add function to define argtype and restype values for library functions
111* Configure intersphinx link for RMR man pages at ReadTheDocs.io
112
113
114[1.0.0] - 4/6/2020
115------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400116* Python rmr has been moved into this repo. The module name has NOT
117 changed in order to make the transition for repos very easy. The
118 only transition needed should be prefixing rmr with ricxappframe in
119 import statements, and to include this rather than rmr in setup.
Tommy Carpenter3a6ac012020-04-06 14:42:57 -0400120
121
Tommy Carpenter09894e32020-04-02 19:45:19 -0400122[0.7.0] - 4/2/2020
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400123------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400124* RMRXapps by default now implement the rmr healthcheck probe;
125 users can also override it with a more complex handler if they
126 wish
127* Fix a bug in the unit tests where a payload mismatch wouldn't
128 actually fail the test (would now)
Tommy Carpenter09894e32020-04-02 19:45:19 -0400129
130
Tommy Carpenter3423ff52020-03-23 09:17:47 -0400131[0.6.0] - 3/23/2020
132-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400133* Switch to SI95 for rmr
Tommy Carpenter3423ff52020-03-23 09:17:47 -0400134
135
Tommy Carpenter0f8305b2020-03-18 10:34:28 -0400136[0.5.0] - 3/18/2020
137-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400138* All xapps (via the base class) now have a logger attribute that can
139 be invoked to provide mdc logging. It is a passthrough to the RIC
140 mdc logger for python (untouched, no value in an API on top at the
141 current time).
Tommy Carpenter0f8305b2020-03-18 10:34:28 -0400142
143
Tommy Carpenter5b582d62020-03-17 17:41:42 -0400144[0.4.1] - 3/17/2020
145-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400146* Switch tox to use py38
147* switch to latest builders
Tommy Carpenter5b582d62020-03-17 17:41:42 -0400148
149
Tommy Carpenter1c9ce6b2020-03-13 09:36:36 -0400150[0.4.0] - 3/13/2020
151-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400152* Minor breaking change; switches the default behavior RE
153 threading for RMRXapps. The default is not to return execution,
154 but the caller (in `run`) can choose to loop in a thread.
155* Add Dockerized examples
Tommy Carpenter1c9ce6b2020-03-13 09:36:36 -0400156
Tommy Carpenterf9cd5cc2020-03-09 13:46:37 -0400157
158[0.3.0] - 3/10/2020
159-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400160* Large change to the "feel" of this framework: rather than subclass
161 instantiation, xapps now use initialization and registration
162 functions to register handlers
163* rmr xapps can now register handlers for specific message types (and
164 they must prodive a default callback); if the user does this then
165 "message to function routing" is now handled by the framework itself
166* RMRXapp now runs the polling loop in a thread, and returns execution
167 back to the caller. The user is then free to loop, or do nothing,
168 and call stop() when they want.
169* Raises tox coverage minimum to 70 from 50 (currently at 86)
Tommy Carpenterf9cd5cc2020-03-09 13:46:37 -0400170
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -0400171
Tommy Carpenter99a0b482020-03-03 10:21:24 -0500172[0.2.0] - 3/3/2020
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400173------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400174* now allows for RMRXapps to call code before entering the infinite
175 loop
176* stop is now called before throwing NotImplemented in the case where
177 the client fails to provide a must have callback; this ensures there
178 is no dangling rmr thread
179* stop now calls rmr_close to correctly free up any port(s)
180* (breaking) renames `loop` to `entrypoint` since the function does
181 not have to contain a loop (though it most likely does)
182* Changes wording around the two types of xapps (docs only)
183* Uses a new version of rmr python that crashes when the rmr mrc fails
184 to init, which prevents an xapp trying to use an unusable rmr
185* more unit test code coverage
186* Adds more fields to setup like long_desc and classifiers so the pypi
187 page looks nicer
188* Removes a bad release file (will be added back in subseq. commit)
Tommy Carpenter99a0b482020-03-03 10:21:24 -0500189
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -0400190
Tommy Carpenter53786ca2020-02-28 09:17:46 -0500191[0.1.0] - 2/27/2020
192-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400193* Initial commit