Tommy Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 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 |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 6 | ============= |
Tommy Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 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 | |
czichy | 2f4ab6c | 2023-12-13 07:29:10 +0200 | [diff] [blame] | 13 | [3.2.3] - 2023-12-13 |
| 14 | -------------------- |
| 15 | * update RMR version to 4.9.4 |
| 16 | |
czichy | 13030cc | 2023-06-08 15:08:52 +0300 | [diff] [blame] | 17 | [3.2.2] - 2023-06-08 |
| 18 | -------------------- |
| 19 | * update RMR version to 4.9.1 |
| 20 | |
czichy | 01b9a4a | 2022-12-12 12:39:24 +0200 | [diff] [blame] | 21 | [3.2.1] - 2022-12-12 |
| 22 | -------------------- |
| 23 | * small permission fix in python init files |
| 24 | |
czichy | ef1eafb | 2022-06-16 14:59:25 +0300 | [diff] [blame] | 25 | [3.2.0] - 2022-06-16 |
| 26 | -------------------- |
| 27 | * Added REST E2 subscription support |
| 28 | * rnib enhancements |
| 29 | * REST service with health and config interface |
| 30 | |
ehietala | 1248634 | 2022-06-15 12:21:41 +0300 | [diff] [blame] | 31 | [3.1.0] - 2022-03-22 |
| 32 | -------------------- |
| 33 | * Added the symptomdata module |
| 34 | |
Alexandre Huff | e23c326 | 2021-12-21 21:05:29 -0300 | [diff] [blame] | 35 | [3.0.2] - 2021-12-17 |
| 36 | -------------------- |
| 37 | * Fix caching of error code data not happening (`RIC-862 <https://jira.o-ran-sc.org/browse/RIC-862>`_) |
| 38 | * Improves performance of xapp-frame-py by caching the mapping dict of error codes. |
| 39 | |
Timo Tietavainen | 61c6508 | 2021-12-05 16:13:01 +0200 | [diff] [blame] | 40 | [3.0.1] - 2021-12-07 |
| 41 | -------------------- |
| 42 | * Take configuration and rmr unit tests back into use after fixing the tests (`RIC-865 <https://jira.o-ran-sc.org/browse/RIC-865>`_) |
| 43 | * Improve memory leak fix done in the version 3.0.0 to free memory also if python exception has been thrown. |
| 44 | |
Timo Tietavainen | ab881ae | 2021-12-03 03:56:50 +0200 | [diff] [blame] | 45 | [3.0.0] - 2021-12-03 |
| 46 | -------------------- |
| 47 | * 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>`_) |
| 48 | * From xapp-frame-py version 3.0.0 onwards it is required to have RMR version 4.8.0 or newer. |
| 49 | |
naman.gupta | 9eddcfa | 2021-09-17 12:54:16 +0530 | [diff] [blame] | 50 | [2.3.0] - 2021-09-15 |
| 51 | -------------------- |
| 52 | * Add Xapp Registration (`RIC-706 <https://jira.o-ran-sc.org/browse/RIC-706>`_) |
| 53 | * 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 Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 54 | |
Timo Tietavainen | 65c5590 | 2021-06-23 14:07:31 +0300 | [diff] [blame] | 55 | [2.2.0] - 2021-06-23 |
| 56 | -------------------- |
| 57 | * Add E2AP package (`RIC-664 <https://jira.o-ran-sc.org/browse/RIC-664>`_) |
| 58 | |
| 59 | |
yc999.jang | 750eb5b | 2021-06-10 19:04:18 +0900 | [diff] [blame] | 60 | [2.1.0] - 2021-06-18 |
| 61 | -------------------- |
| 62 | * 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>`_) |
| 63 | |
| 64 | |
Timo Tietavainen | 581cf1e | 2021-06-14 19:37:49 +0300 | [diff] [blame] | 65 | [2.0.0] - 2021-06-14 |
| 66 | -------------------- |
| 67 | * Add Xapp registration/deregistration APIs (`RIC-706 <https://jira.o-ran-sc.org/browse/RIC-706>`_) |
| 68 | * Upgrade SDL 3.0.0 version, SDL scaling (`RIC-699 <https://jira.o-ran-sc.org/browse/RIC-699>`_) |
| 69 | * Upgrade SDL 3.0.0 version, notification fix (`RIC-795 <https://jira.o-ran-sc.org/browse/RIC-795>`_) |
| 70 | |
| 71 | |
yc999.jang | da91199 | 2020-10-20 16:36:02 +0900 | [diff] [blame] | 72 | [1.6.0] - 2020-10-23 |
| 73 | -------------------- |
| 74 | * Add SDL wrapping API (`RIC-659 <https://jira.o-ran-sc.org/browse/RIC-659>`_) |
| 75 | |
| 76 | |
Lott, Christopher (cl778h) | af8b53f | 2020-07-23 06:34:58 -0400 | [diff] [blame] | 77 | [1.5.0] - 2020-07-10 |
| 78 | -------------------- |
| 79 | * Add Metrics API (`RIC-381 <https://jira.o-ran-sc.org/browse/RIC-381>`_) |
| 80 | |
| 81 | |
Lott, Christopher (cl778h) | a03c517 | 2020-07-06 15:13:07 -0400 | [diff] [blame] | 82 | [1.4.0] - 2020-07-06 |
| 83 | -------------------- |
| 84 | * Revise Alarm manager to send via RMR wormhole (`RIC-529 <https://jira.o-ran-sc.org/browse/RIC-529>`_) |
| 85 | |
Lott, Christopher (cl778h) | af8b53f | 2020-07-23 06:34:58 -0400 | [diff] [blame] | 86 | |
Lott, Christopher (cl778h) | e87ea19 | 2020-06-16 16:12:26 -0400 | [diff] [blame] | 87 | [1.3.0] - 2020-06-24 |
| 88 | -------------------- |
| 89 | * Add configuration-change API (`RIC-425 <https://jira.o-ran-sc.org/browse/RIC-425>`_) |
| 90 | |
| 91 | |
Lott, Christopher (cl778h) | 37f008e | 2020-06-22 16:16:48 -0400 | [diff] [blame] | 92 | [1.2.1] - 2020-06-22 |
| 93 | -------------------- |
| 94 | * Revise alarm message type (`RIC-514 <https://jira.o-ran-sc.org/browse/RIC-514>`_) |
| 95 | |
| 96 | |
Lott, Christopher (cl778h) | 81084bc | 2020-06-01 20:53:12 -0400 | [diff] [blame] | 97 | [1.2.0] - 2020-06-04 |
Lott, Christopher (cl778h) | 884192b | 2020-06-03 16:27:02 -0400 | [diff] [blame] | 98 | -------------------- |
| 99 | * Extend RMR module to support wormhole methods |
Lott, Christopher (cl778h) | 81084bc | 2020-06-01 20:53:12 -0400 | [diff] [blame] | 100 | * Add alarm API (`RIC-380 <https://jira.o-ran-sc.org/browse/RIC-380>`_) |
Lott, Christopher (cl778h) | 884192b | 2020-06-03 16:27:02 -0400 | [diff] [blame] | 101 | |
| 102 | |
Lott, Christopher (cl778h) | ca170d3 | 2020-05-12 15:05:59 -0400 | [diff] [blame] | 103 | [1.1.2] - 2020-05-13 |
| 104 | -------------------- |
| 105 | * Extend and publish class and method documentation as user guide in RST |
| 106 | |
| 107 | |
Lott, Christopher (cl778h) | bbc9028 | 2020-05-07 08:39:49 -0400 | [diff] [blame] | 108 | [1.1.1] - 2020-05-07 |
| 109 | -------------------- |
| 110 | * Use timeout on queue get method to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_) |
| 111 | * Upgrade to RMR version 4.0.5 |
| 112 | |
| 113 | |
Lott, Christopher (cl778h) | 6127090 | 2020-05-06 09:23:55 -0400 | [diff] [blame] | 114 | [1.1.0] - 2020-05-06 |
Lott, Christopher (cl778h) | 666e831 | 2020-05-05 18:31:54 -0400 | [diff] [blame] | 115 | -------------------- |
| 116 | * Use RMR timeout on receive to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_) |
Lott, Christopher (cl778h) | 6127090 | 2020-05-06 09:23:55 -0400 | [diff] [blame] | 117 | * Publish message-summary dict keys as constants to avoid hardcoding strings |
| 118 | * Add wrapper and test for RMR method rmr_set_vlevel(int) |
Lott, Christopher (cl778h) | 666e831 | 2020-05-05 18:31:54 -0400 | [diff] [blame] | 119 | |
| 120 | |
Lott, Christopher (cl778h) | 2407cdc | 2020-04-29 09:58:37 -0400 | [diff] [blame] | 121 | [1.0.3] - 2020-04-29 |
| 122 | -------------------- |
| 123 | * Upgrade to RMR version 4.0.2 |
| 124 | |
| 125 | |
Lott, Christopher (cl778h) | e2e3e43 | 2020-04-22 09:52:23 -0400 | [diff] [blame] | 126 | [1.0.2] - 2020-04-22 |
| 127 | -------------------- |
| 128 | * Upgrade to RMR version 3.8.0 |
| 129 | |
| 130 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 131 | [1.0.1] - 2020-04-10 |
| 132 | -------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 133 | * Publish API documentation using Sphinx autodoc, which required |
| 134 | changes so Sphinx can run when the RMR .so file is not available, |
| 135 | such as during a ReadTheDocs build. |
| 136 | * Create new subpackage rmr/rmrclib with the C library loaded via |
| 137 | ctypes. |
| 138 | * Extend sphinx configuration to mock the new rmrclib subpackage |
| 139 | * Add method to get constants from RMR library and detect mock |
| 140 | objects to work around a bug in Sphinx 3.0.0. |
| 141 | * Split test files into test_rmr and test_rmrclib. |
| 142 | * Add function to define argtype and restype values for library functions |
| 143 | * Configure intersphinx link for RMR man pages at ReadTheDocs.io |
| 144 | |
| 145 | |
| 146 | [1.0.0] - 4/6/2020 |
| 147 | ------------------ |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 148 | * Python rmr has been moved into this repo. The module name has NOT |
| 149 | changed in order to make the transition for repos very easy. The |
| 150 | only transition needed should be prefixing rmr with ricxappframe in |
| 151 | import statements, and to include this rather than rmr in setup. |
Tommy Carpenter | 3a6ac01 | 2020-04-06 14:42:57 -0400 | [diff] [blame] | 152 | |
| 153 | |
Tommy Carpenter | 09894e3 | 2020-04-02 19:45:19 -0400 | [diff] [blame] | 154 | [0.7.0] - 4/2/2020 |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 155 | ------------------ |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 156 | * RMRXapps by default now implement the rmr healthcheck probe; |
| 157 | users can also override it with a more complex handler if they |
| 158 | wish |
| 159 | * Fix a bug in the unit tests where a payload mismatch wouldn't |
| 160 | actually fail the test (would now) |
Tommy Carpenter | 09894e3 | 2020-04-02 19:45:19 -0400 | [diff] [blame] | 161 | |
| 162 | |
Tommy Carpenter | 3423ff5 | 2020-03-23 09:17:47 -0400 | [diff] [blame] | 163 | [0.6.0] - 3/23/2020 |
| 164 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 165 | * Switch to SI95 for rmr |
Tommy Carpenter | 3423ff5 | 2020-03-23 09:17:47 -0400 | [diff] [blame] | 166 | |
| 167 | |
Tommy Carpenter | 0f8305b | 2020-03-18 10:34:28 -0400 | [diff] [blame] | 168 | [0.5.0] - 3/18/2020 |
| 169 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 170 | * All xapps (via the base class) now have a logger attribute that can |
| 171 | be invoked to provide mdc logging. It is a passthrough to the RIC |
| 172 | mdc logger for python (untouched, no value in an API on top at the |
| 173 | current time). |
Tommy Carpenter | 0f8305b | 2020-03-18 10:34:28 -0400 | [diff] [blame] | 174 | |
| 175 | |
Tommy Carpenter | 5b582d6 | 2020-03-17 17:41:42 -0400 | [diff] [blame] | 176 | [0.4.1] - 3/17/2020 |
| 177 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 178 | * Switch tox to use py38 |
| 179 | * switch to latest builders |
Tommy Carpenter | 5b582d6 | 2020-03-17 17:41:42 -0400 | [diff] [blame] | 180 | |
| 181 | |
Tommy Carpenter | 1c9ce6b | 2020-03-13 09:36:36 -0400 | [diff] [blame] | 182 | [0.4.0] - 3/13/2020 |
| 183 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 184 | * Minor breaking change; switches the default behavior RE |
| 185 | threading for RMRXapps. The default is not to return execution, |
| 186 | but the caller (in `run`) can choose to loop in a thread. |
| 187 | * Add Dockerized examples |
Tommy Carpenter | 1c9ce6b | 2020-03-13 09:36:36 -0400 | [diff] [blame] | 188 | |
Tommy Carpenter | f9cd5cc | 2020-03-09 13:46:37 -0400 | [diff] [blame] | 189 | |
| 190 | [0.3.0] - 3/10/2020 |
| 191 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 192 | * Large change to the "feel" of this framework: rather than subclass |
| 193 | instantiation, xapps now use initialization and registration |
| 194 | functions to register handlers |
| 195 | * rmr xapps can now register handlers for specific message types (and |
| 196 | they must prodive a default callback); if the user does this then |
| 197 | "message to function routing" is now handled by the framework itself |
| 198 | * RMRXapp now runs the polling loop in a thread, and returns execution |
| 199 | back to the caller. The user is then free to loop, or do nothing, |
| 200 | and call stop() when they want. |
| 201 | * Raises tox coverage minimum to 70 from 50 (currently at 86) |
Tommy Carpenter | f9cd5cc | 2020-03-09 13:46:37 -0400 | [diff] [blame] | 202 | |
Lott, Christopher (cl778h) | 6127090 | 2020-05-06 09:23:55 -0400 | [diff] [blame] | 203 | |
Tommy Carpenter | 99a0b48 | 2020-03-03 10:21:24 -0500 | [diff] [blame] | 204 | [0.2.0] - 3/3/2020 |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 205 | ------------------ |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 206 | * now allows for RMRXapps to call code before entering the infinite |
| 207 | loop |
| 208 | * stop is now called before throwing NotImplemented in the case where |
| 209 | the client fails to provide a must have callback; this ensures there |
| 210 | is no dangling rmr thread |
| 211 | * stop now calls rmr_close to correctly free up any port(s) |
| 212 | * (breaking) renames `loop` to `entrypoint` since the function does |
| 213 | not have to contain a loop (though it most likely does) |
| 214 | * Changes wording around the two types of xapps (docs only) |
| 215 | * Uses a new version of rmr python that crashes when the rmr mrc fails |
| 216 | to init, which prevents an xapp trying to use an unusable rmr |
| 217 | * more unit test code coverage |
| 218 | * Adds more fields to setup like long_desc and classifiers so the pypi |
| 219 | page looks nicer |
| 220 | * Removes a bad release file (will be added back in subseq. commit) |
Tommy Carpenter | 99a0b48 | 2020-03-03 10:21:24 -0500 | [diff] [blame] | 221 | |
Lott, Christopher (cl778h) | 6127090 | 2020-05-06 09:23:55 -0400 | [diff] [blame] | 222 | |
Tommy Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 223 | [0.1.0] - 2/27/2020 |
| 224 | ------------------- |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 225 | * Initial commit |