X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=2a40b55450d5e7d5f889729d6f751ca73ba65452;hb=61c6508543204e10aa105b1a8e940c8c7d604fac;hp=4d1274627354cad46b5459a159394b3375721450;hpb=65c55905cc5dddcf0ff7553678d7983ef212ae78;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4d12746..2a40b55 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,20 @@ 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 `__. +[3.0.1] - 2021-12-07 +-------------------- +* Take configuration and rmr unit tests back into use after fixing the tests (`RIC-865 `_) +* Improve memory leak fix done in the version 3.0.0 to free memory also if python exception has been thrown. + +[3.0.0] - 2021-12-03 +-------------------- +* Upgrade to RMR version 4.8.0 to fix memory leak in get_constants() function (`RIC-858 `_) +* From xapp-frame-py version 3.0.0 onwards it is required to have RMR version 4.8.0 or newer. + +[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 --------------------