X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=19f660e3256353717aeb4d845eb68d55bce0941e;hb=a0876efd819b43b870ba2254b34676b1a03ad326;hp=dd26d9b529bd3f6bf2105b8fc2bdd4b05aedf71a;hpb=bfa46147cce23a46a49fb53dfae8a790b0fe34e4;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index dd26d9b..19f660e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -29,6 +29,17 @@ and this project adheres to `Semantic Versioning `__. * Release 1.0.0 will be the Release A version of A1 +[0.14.1] - 10/2/2019 +:: + + * Upgrade rmr to 1.9.0 + * Upgrade rmr-python to 0.13.2 + * Use the new helpers module in rmr-python for the rec all functionality + * Switch rmr mode to a multithreaded mode that continuously reads from rmr and populates an internal queue of messages with a deterministic queue size (2048) which is better behavior for A1 + * Fix a memory leak (python obj is garbage collected but not the underlying C memory allocation) + + + [0.14.0] - 10/1/2019 ::