X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=74348c9ccd0503a382a2e09bd8fae9a4729a8254;hb=381c9c74bd1270ddab74d9fe22347d6d0af580cd;hp=e3767bc4e1211cc2f2cad4a33144c6f1f4ce5394;hpb=f55e4d8bf25ae7bf4424f374c8dc5753e8fb3fe5;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index e3767bc..74348c9 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,9 +10,29 @@ 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 `__. -.. contents:: - :depth: 3 - :local: + +[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 +-------------------- +* Use RMR timeout on receive to avoid 100% CPU usage (`RIC-354 `_) +* Publish message-summary dict keys as constants to avoid hardcoding strings +* Add wrapper and test for RMR method rmr_set_vlevel(int) + + +[1.0.3] - 2020-04-29 +-------------------- +* Upgrade to RMR version 4.0.2 + + +[1.0.2] - 2020-04-22 +-------------------- +* Upgrade to RMR version 3.8.0 + [1.0.1] - 2020-04-10 -------------------- @@ -55,7 +75,6 @@ and this project adheres to `Semantic Versioning `__. * Switch to SI95 for rmr - [0.5.0] - 3/18/2020 ------------------- @@ -95,6 +114,7 @@ and this project adheres to `Semantic Versioning `__. and call stop() when they want. * Raises tox coverage minimum to 70 from 50 (currently at 86) + [0.2.0] - 3/3/2020 ------------------ @@ -114,6 +134,7 @@ and this project adheres to `Semantic Versioning `__. page looks nicer * Removes a bad release file (will be added back in subseq. commit) + [0.1.0] - 2/27/2020 -------------------