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 | |
| 13 | .. contents:: |
| 14 | :depth: 3 |
| 15 | :local: |
| 16 | |
Lott, Christopher (cl778h) | 666e831 | 2020-05-05 18:31:54 -0400 | [diff] [blame^] | 17 | [1.0.4] - 2020-05-05 |
| 18 | -------------------- |
| 19 | * Use RMR timeout on receive to avoid 100% CPU usage (`RIC-354 <https://jira.o-ran-sc.org/browse/RIC-354>`_) |
| 20 | |
| 21 | |
Lott, Christopher (cl778h) | 2407cdc | 2020-04-29 09:58:37 -0400 | [diff] [blame] | 22 | [1.0.3] - 2020-04-29 |
| 23 | -------------------- |
| 24 | * Upgrade to RMR version 4.0.2 |
| 25 | |
| 26 | |
Lott, Christopher (cl778h) | e2e3e43 | 2020-04-22 09:52:23 -0400 | [diff] [blame] | 27 | [1.0.2] - 2020-04-22 |
| 28 | -------------------- |
| 29 | * Upgrade to RMR version 3.8.0 |
| 30 | |
| 31 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 32 | [1.0.1] - 2020-04-10 |
| 33 | -------------------- |
Tommy Carpenter | 3a6ac01 | 2020-04-06 14:42:57 -0400 | [diff] [blame] | 34 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 35 | * Publish API documentation using Sphinx autodoc, which required |
| 36 | changes so Sphinx can run when the RMR .so file is not available, |
| 37 | such as during a ReadTheDocs build. |
| 38 | * Create new subpackage rmr/rmrclib with the C library loaded via |
| 39 | ctypes. |
| 40 | * Extend sphinx configuration to mock the new rmrclib subpackage |
| 41 | * Add method to get constants from RMR library and detect mock |
| 42 | objects to work around a bug in Sphinx 3.0.0. |
| 43 | * Split test files into test_rmr and test_rmrclib. |
| 44 | * Add function to define argtype and restype values for library functions |
| 45 | * Configure intersphinx link for RMR man pages at ReadTheDocs.io |
| 46 | |
| 47 | |
| 48 | [1.0.0] - 4/6/2020 |
| 49 | ------------------ |
| 50 | |
| 51 | * Python rmr has been moved into this repo. The module name has NOT |
| 52 | changed in order to make the transition for repos very easy. The |
| 53 | only transition needed should be prefixing rmr with ricxappframe in |
| 54 | import statements, and to include this rather than rmr in setup. |
Tommy Carpenter | 3a6ac01 | 2020-04-06 14:42:57 -0400 | [diff] [blame] | 55 | |
| 56 | |
Tommy Carpenter | 09894e3 | 2020-04-02 19:45:19 -0400 | [diff] [blame] | 57 | [0.7.0] - 4/2/2020 |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 58 | ------------------ |
Tommy Carpenter | 09894e3 | 2020-04-02 19:45:19 -0400 | [diff] [blame] | 59 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 60 | * RMRXapps by default now implement the rmr healthcheck probe; |
| 61 | users can also override it with a more complex handler if they |
| 62 | wish |
| 63 | * Fix a bug in the unit tests where a payload mismatch wouldn't |
| 64 | actually fail the test (would now) |
Tommy Carpenter | 09894e3 | 2020-04-02 19:45:19 -0400 | [diff] [blame] | 65 | |
| 66 | |
Tommy Carpenter | 3423ff5 | 2020-03-23 09:17:47 -0400 | [diff] [blame] | 67 | [0.6.0] - 3/23/2020 |
| 68 | ------------------- |
Tommy Carpenter | 3423ff5 | 2020-03-23 09:17:47 -0400 | [diff] [blame] | 69 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 70 | * Switch to SI95 for rmr |
Tommy Carpenter | 3423ff5 | 2020-03-23 09:17:47 -0400 | [diff] [blame] | 71 | |
| 72 | |
Tommy Carpenter | 0f8305b | 2020-03-18 10:34:28 -0400 | [diff] [blame] | 73 | |
| 74 | [0.5.0] - 3/18/2020 |
| 75 | ------------------- |
Tommy Carpenter | 0f8305b | 2020-03-18 10:34:28 -0400 | [diff] [blame] | 76 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 77 | * All xapps (via the base class) now have a logger attribute that can |
| 78 | be invoked to provide mdc logging. It is a passthrough to the RIC |
| 79 | mdc logger for python (untouched, no value in an API on top at the |
| 80 | current time). |
Tommy Carpenter | 0f8305b | 2020-03-18 10:34:28 -0400 | [diff] [blame] | 81 | |
| 82 | |
Tommy Carpenter | 5b582d6 | 2020-03-17 17:41:42 -0400 | [diff] [blame] | 83 | [0.4.1] - 3/17/2020 |
| 84 | ------------------- |
Tommy Carpenter | 5b582d6 | 2020-03-17 17:41:42 -0400 | [diff] [blame] | 85 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 86 | * Switch tox to use py38 |
| 87 | * switch to latest builders |
Tommy Carpenter | 5b582d6 | 2020-03-17 17:41:42 -0400 | [diff] [blame] | 88 | |
| 89 | |
Tommy Carpenter | 1c9ce6b | 2020-03-13 09:36:36 -0400 | [diff] [blame] | 90 | [0.4.0] - 3/13/2020 |
| 91 | ------------------- |
Tommy Carpenter | 1c9ce6b | 2020-03-13 09:36:36 -0400 | [diff] [blame] | 92 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 93 | * Minor breaking change; switches the default behavior RE |
| 94 | threading for RMRXapps. The default is not to return execution, |
| 95 | but the caller (in `run`) can choose to loop in a thread. |
| 96 | * Add Dockerized examples |
Tommy Carpenter | 1c9ce6b | 2020-03-13 09:36:36 -0400 | [diff] [blame] | 97 | |
Tommy Carpenter | f9cd5cc | 2020-03-09 13:46:37 -0400 | [diff] [blame] | 98 | |
| 99 | [0.3.0] - 3/10/2020 |
| 100 | ------------------- |
Tommy Carpenter | f9cd5cc | 2020-03-09 13:46:37 -0400 | [diff] [blame] | 101 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 102 | * Large change to the "feel" of this framework: rather than subclass |
| 103 | instantiation, xapps now use initialization and registration |
| 104 | functions to register handlers |
| 105 | * rmr xapps can now register handlers for specific message types (and |
| 106 | they must prodive a default callback); if the user does this then |
| 107 | "message to function routing" is now handled by the framework itself |
| 108 | * RMRXapp now runs the polling loop in a thread, and returns execution |
| 109 | back to the caller. The user is then free to loop, or do nothing, |
| 110 | and call stop() when they want. |
| 111 | * Raises tox coverage minimum to 70 from 50 (currently at 86) |
Tommy Carpenter | f9cd5cc | 2020-03-09 13:46:37 -0400 | [diff] [blame] | 112 | |
Tommy Carpenter | 99a0b48 | 2020-03-03 10:21:24 -0500 | [diff] [blame] | 113 | [0.2.0] - 3/3/2020 |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 114 | ------------------ |
Tommy Carpenter | 99a0b48 | 2020-03-03 10:21:24 -0500 | [diff] [blame] | 115 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 116 | * now allows for RMRXapps to call code before entering the infinite |
| 117 | loop |
| 118 | * stop is now called before throwing NotImplemented in the case where |
| 119 | the client fails to provide a must have callback; this ensures there |
| 120 | is no dangling rmr thread |
| 121 | * stop now calls rmr_close to correctly free up any port(s) |
| 122 | * (breaking) renames `loop` to `entrypoint` since the function does |
| 123 | not have to contain a loop (though it most likely does) |
| 124 | * Changes wording around the two types of xapps (docs only) |
| 125 | * Uses a new version of rmr python that crashes when the rmr mrc fails |
| 126 | to init, which prevents an xapp trying to use an unusable rmr |
| 127 | * more unit test code coverage |
| 128 | * Adds more fields to setup like long_desc and classifiers so the pypi |
| 129 | page looks nicer |
| 130 | * Removes a bad release file (will be added back in subseq. commit) |
Tommy Carpenter | 99a0b48 | 2020-03-03 10:21:24 -0500 | [diff] [blame] | 131 | |
Tommy Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 132 | [0.1.0] - 2/27/2020 |
| 133 | ------------------- |
Tommy Carpenter | 53786ca | 2020-02-28 09:17:46 -0500 | [diff] [blame] | 134 | |
Lott, Christopher (cl778h) | f55e4d8 | 2020-04-10 16:02:11 -0400 | [diff] [blame] | 135 | * Initial commit |