X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=docs%2Frelease-notes.rst;h=5173a2571b548e3e1a5e2cd8cbde601842ef0d36;hb=0b42dfc507b22b49669f360883a1cecaa50cda7b;hp=59676d06f3c73dd02871b22fc0ec8046d1bb006f;hpb=8bcc51a6d44d40a1a338fb6a721b5ee8f992f323;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 59676d0..5173a25 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -29,6 +29,16 @@ and this project adheres to `Semantic Versioning `__. * Represents a resillent version of 1.0.0 that uses Redis for persistence +[1.0.4] + +:: + + * Only external change here is to healthcheck the rmr thread as part of a1s healthcheck. k8s will now respin a1 if that is failing. + * Refactors (simplifies) how we wait for rmr initialization; it is now called as part of __init__ + * Refactors (simplifies) how the thread is actually launched; it is now internal to the object and also a part of __init__ + * Cleans up unit testing; a1rmr now exposes a replace_rcv_func; useful for unit testing, harmless if not called otherwise + * Upgrades to rmr-python 1.0.0 for simpler message allocation + [1.0.3] - 10/22/2019 ::