X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=c2ca26a5087e91ff9d8f5bcedcc3f523eb588289;hb=refs%2Fchanges%2F84%2F12284%2F1;hp=13ed41f85d78dc6c05dac4d5cc1cbc736dfc7876;hpb=ab881ae80afeee1ce99802dd6a50530ad7378268;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 13ed41f..c2ca26a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,38 @@ 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.2.3] - 2023-12-13 +-------------------- +* update RMR version to 4.9.4 + +[3.2.2] - 2023-06-08 +-------------------- +* update RMR version to 4.9.1 + +[3.2.1] - 2022-12-12 +-------------------- +* small permission fix in python init files + +[3.2.0] - 2022-06-16 +-------------------- +* Added REST E2 subscription support +* rnib enhancements +* REST service with health and config interface + +[3.1.0] - 2022-03-22 +-------------------- +* Added the symptomdata module + +[3.0.2] - 2021-12-17 +-------------------- +* Fix caching of error code data not happening (`RIC-862 `_) +* Improves performance of xapp-frame-py by caching the mapping dict of error codes. + +[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 `_)