X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=2f6979bb02f65aec145607c16a89d6f0d46d6249;hb=9eddcfa0683bedadd472ef382535f4359b281f08;hp=8a5001f7b83310bacf9c8c9ab0bdceded1908cab;hpb=61270901cda095afdd3ce147bf0dfd628c84cf99;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8a5001f..2f6979b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,69 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[2.3.0] - 2021-09-15 +-------------------- +* Add Xapp Registration (`RIC-706 `_) +* Integrate pylog (https://gerrit.o-ran-sc.org/r/admin/repos/com/pylog) with xapp-frame-py (`RIC-330 `_) + +[2.2.0] - 2021-06-23 +-------------------- +* Add E2AP package (`RIC-664 `_) + + +[2.1.0] - 2021-06-18 +-------------------- +* Add `RNIB `_ feature (`RIC-788 `_) + + +[2.0.0] - 2021-06-14 +-------------------- +* Add Xapp registration/deregistration APIs (`RIC-706 `_) +* Upgrade SDL 3.0.0 version, SDL scaling (`RIC-699 `_) +* Upgrade SDL 3.0.0 version, notification fix (`RIC-795 `_) + + +[1.6.0] - 2020-10-23 +-------------------- +* Add SDL wrapping API (`RIC-659 `_) + + +[1.5.0] - 2020-07-10 +-------------------- +* Add Metrics API (`RIC-381 `_) + + +[1.4.0] - 2020-07-06 +-------------------- +* Revise Alarm manager to send via RMR wormhole (`RIC-529 `_) + + +[1.3.0] - 2020-06-24 +-------------------- +* Add configuration-change API (`RIC-425 `_) + + +[1.2.1] - 2020-06-22 +-------------------- +* Revise alarm message type (`RIC-514 `_) + + +[1.2.0] - 2020-06-04 +-------------------- +* Extend RMR module to support wormhole methods +* Add alarm API (`RIC-380 `_) + + +[1.1.2] - 2020-05-13 +-------------------- +* Extend and publish class and method documentation as user guide in RST + + +[1.1.1] - 2020-05-07 +-------------------- +* Use timeout on queue get method to avoid 100% CPU usage (`RIC-354 `_) +* Upgrade to RMR version 4.0.5 + [1.1.0] - 2020-05-06 -------------------- @@ -30,7 +93,6 @@ and this project adheres to `Semantic Versioning `__. [1.0.1] - 2020-04-10 -------------------- - * Publish API documentation using Sphinx autodoc, which required changes so Sphinx can run when the RMR .so file is not available, such as during a ReadTheDocs build. @@ -46,7 +108,6 @@ and this project adheres to `Semantic Versioning `__. [1.0.0] - 4/6/2020 ------------------ - * Python rmr has been moved into this repo. The module name has NOT changed in order to make the transition for repos very easy. The only transition needed should be prefixing rmr with ricxappframe in @@ -55,7 +116,6 @@ and this project adheres to `Semantic Versioning `__. [0.7.0] - 4/2/2020 ------------------ - * RMRXapps by default now implement the rmr healthcheck probe; users can also override it with a more complex handler if they wish @@ -65,13 +125,11 @@ and this project adheres to `Semantic Versioning `__. [0.6.0] - 3/23/2020 ------------------- - * Switch to SI95 for rmr [0.5.0] - 3/18/2020 ------------------- - * All xapps (via the base class) now have a logger attribute that can be invoked to provide mdc logging. It is a passthrough to the RIC mdc logger for python (untouched, no value in an API on top at the @@ -80,14 +138,12 @@ and this project adheres to `Semantic Versioning `__. [0.4.1] - 3/17/2020 ------------------- - * Switch tox to use py38 * switch to latest builders [0.4.0] - 3/13/2020 ------------------- - * Minor breaking change; switches the default behavior RE threading for RMRXapps. The default is not to return execution, but the caller (in `run`) can choose to loop in a thread. @@ -96,7 +152,6 @@ and this project adheres to `Semantic Versioning `__. [0.3.0] - 3/10/2020 ------------------- - * Large change to the "feel" of this framework: rather than subclass instantiation, xapps now use initialization and registration functions to register handlers @@ -111,7 +166,6 @@ and this project adheres to `Semantic Versioning `__. [0.2.0] - 3/3/2020 ------------------ - * now allows for RMRXapps to call code before entering the infinite loop * stop is now called before throwing NotImplemented in the case where @@ -131,5 +185,4 @@ and this project adheres to `Semantic Versioning `__. [0.1.0] - 2/27/2020 ------------------- - * Initial commit