blob: 1b82c2d9e14d532f08beb44f649e60400ca21053 [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
Tommy Carpenter53786ca2020-02-28 09:17:46 -050013
Lott, Christopher (cl778h)af8b53f2020-07-23 06:34:58 -040014[1.5.0] - 2020-07-10
15--------------------
16* Add Metrics API (`RIC-381 <https://jira.o-ran-sc.org/browse/RIC-381>`_)
17
18
Lott, Christopher (cl778h)a03c5172020-07-06 15:13:07 -040019[1.4.0] - 2020-07-06
20--------------------
21* Revise Alarm manager to send via RMR wormhole (`RIC-529 <https://jira.o-ran-sc.org/browse/RIC-529>`_)
22
Lott, Christopher (cl778h)af8b53f2020-07-23 06:34:58 -040023
Lott, Christopher (cl778h)e87ea192020-06-16 16:12:26 -040024[1.3.0] - 2020-06-24
25--------------------
26* Add configuration-change API (`RIC-425 <https://jira.o-ran-sc.org/browse/RIC-425>`_)
27
28
Lott, Christopher (cl778h)37f008e2020-06-22 16:16:48 -040029[1.2.1] - 2020-06-22
30--------------------
31* Revise alarm message type (`RIC-514 <https://jira.o-ran-sc.org/browse/RIC-514>`_)
32
33
Lott, Christopher (cl778h)81084bc2020-06-01 20:53:12 -040034[1.2.0] - 2020-06-04
Lott, Christopher (cl778h)884192b2020-06-03 16:27:02 -040035--------------------
36* Extend RMR module to support wormhole methods
Lott, Christopher (cl778h)81084bc2020-06-01 20:53:12 -040037* Add alarm API (`RIC-380 <https://jira.o-ran-sc.org/browse/RIC-380>`_)
Lott, Christopher (cl778h)884192b2020-06-03 16:27:02 -040038
39
Lott, Christopher (cl778h)ca170d32020-05-12 15:05:59 -040040[1.1.2] - 2020-05-13
41--------------------
42* Extend and publish class and method documentation as user guide in RST
43
44
Lott, Christopher (cl778h)bbc90282020-05-07 08:39:49 -040045[1.1.1] - 2020-05-07
46--------------------
47* Use timeout on queue get method to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_)
48* Upgrade to RMR version 4.0.5
49
50
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -040051[1.1.0] - 2020-05-06
Lott, Christopher (cl778h)666e8312020-05-05 18:31:54 -040052--------------------
53* 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 -040054* Publish message-summary dict keys as constants to avoid hardcoding strings
55* Add wrapper and test for RMR method rmr_set_vlevel(int)
Lott, Christopher (cl778h)666e8312020-05-05 18:31:54 -040056
57
Lott, Christopher (cl778h)2407cdc2020-04-29 09:58:37 -040058[1.0.3] - 2020-04-29
59--------------------
60* Upgrade to RMR version 4.0.2
61
62
Lott, Christopher (cl778h)e2e3e432020-04-22 09:52:23 -040063[1.0.2] - 2020-04-22
64--------------------
65* Upgrade to RMR version 3.8.0
66
67
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040068[1.0.1] - 2020-04-10
69--------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040070* Publish API documentation using Sphinx autodoc, which required
71 changes so Sphinx can run when the RMR .so file is not available,
72 such as during a ReadTheDocs build.
73* Create new subpackage rmr/rmrclib with the C library loaded via
74 ctypes.
75* Extend sphinx configuration to mock the new rmrclib subpackage
76* Add method to get constants from RMR library and detect mock
77 objects to work around a bug in Sphinx 3.0.0.
78* Split test files into test_rmr and test_rmrclib.
79* Add function to define argtype and restype values for library functions
80* Configure intersphinx link for RMR man pages at ReadTheDocs.io
81
82
83[1.0.0] - 4/6/2020
84------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040085* Python rmr has been moved into this repo. The module name has NOT
86 changed in order to make the transition for repos very easy. The
87 only transition needed should be prefixing rmr with ricxappframe in
88 import statements, and to include this rather than rmr in setup.
Tommy Carpenter3a6ac012020-04-06 14:42:57 -040089
90
Tommy Carpenter09894e32020-04-02 19:45:19 -040091[0.7.0] - 4/2/2020
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040092------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040093* RMRXapps by default now implement the rmr healthcheck probe;
94 users can also override it with a more complex handler if they
95 wish
96* Fix a bug in the unit tests where a payload mismatch wouldn't
97 actually fail the test (would now)
Tommy Carpenter09894e32020-04-02 19:45:19 -040098
99
Tommy Carpenter3423ff52020-03-23 09:17:47 -0400100[0.6.0] - 3/23/2020
101-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400102* Switch to SI95 for rmr
Tommy Carpenter3423ff52020-03-23 09:17:47 -0400103
104
Tommy Carpenter0f8305b2020-03-18 10:34:28 -0400105[0.5.0] - 3/18/2020
106-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400107* All xapps (via the base class) now have a logger attribute that can
108 be invoked to provide mdc logging. It is a passthrough to the RIC
109 mdc logger for python (untouched, no value in an API on top at the
110 current time).
Tommy Carpenter0f8305b2020-03-18 10:34:28 -0400111
112
Tommy Carpenter5b582d62020-03-17 17:41:42 -0400113[0.4.1] - 3/17/2020
114-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400115* Switch tox to use py38
116* switch to latest builders
Tommy Carpenter5b582d62020-03-17 17:41:42 -0400117
118
Tommy Carpenter1c9ce6b2020-03-13 09:36:36 -0400119[0.4.0] - 3/13/2020
120-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400121* Minor breaking change; switches the default behavior RE
122 threading for RMRXapps. The default is not to return execution,
123 but the caller (in `run`) can choose to loop in a thread.
124* Add Dockerized examples
Tommy Carpenter1c9ce6b2020-03-13 09:36:36 -0400125
Tommy Carpenterf9cd5cc2020-03-09 13:46:37 -0400126
127[0.3.0] - 3/10/2020
128-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400129* Large change to the "feel" of this framework: rather than subclass
130 instantiation, xapps now use initialization and registration
131 functions to register handlers
132* rmr xapps can now register handlers for specific message types (and
133 they must prodive a default callback); if the user does this then
134 "message to function routing" is now handled by the framework itself
135* RMRXapp now runs the polling loop in a thread, and returns execution
136 back to the caller. The user is then free to loop, or do nothing,
137 and call stop() when they want.
138* Raises tox coverage minimum to 70 from 50 (currently at 86)
Tommy Carpenterf9cd5cc2020-03-09 13:46:37 -0400139
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -0400140
Tommy Carpenter99a0b482020-03-03 10:21:24 -0500141[0.2.0] - 3/3/2020
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400142------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400143* now allows for RMRXapps to call code before entering the infinite
144 loop
145* stop is now called before throwing NotImplemented in the case where
146 the client fails to provide a must have callback; this ensures there
147 is no dangling rmr thread
148* stop now calls rmr_close to correctly free up any port(s)
149* (breaking) renames `loop` to `entrypoint` since the function does
150 not have to contain a loop (though it most likely does)
151* Changes wording around the two types of xapps (docs only)
152* Uses a new version of rmr python that crashes when the rmr mrc fails
153 to init, which prevents an xapp trying to use an unusable rmr
154* more unit test code coverage
155* Adds more fields to setup like long_desc and classifiers so the pypi
156 page looks nicer
157* Removes a bad release file (will be added back in subseq. commit)
Tommy Carpenter99a0b482020-03-03 10:21:24 -0500158
Lott, Christopher (cl778h)61270902020-05-06 09:23:55 -0400159
Tommy Carpenter53786ca2020-02-28 09:17:46 -0500160[0.1.0] - 2/27/2020
161-------------------
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -0400162* Initial commit