X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=c153413e01d6e191acb4c35e5e98cdfb319aba74;hb=2c1c4e9dd207289bbdc3453bfdb3e2dad68df8a8;hp=e39ec3a167b89d7d311ef384ff24d017d3e28112;hpb=78ba273b279a7e7af6dba811a29746b881a53a8e;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index e39ec3a..c153413 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,33 @@ and this project adheres to `Semantic Versioning `__. :depth: 3 :local: +[2.1.6] - 4/7/2020 +------------------- +:: + + * Switch to rmr 3.6.3 + * Switch to using rmr in the ricxappframe + + +[2.1.5] - 3/19/2020 +------------------- +:: + + * Switch to python3.8 + * Switch to SI95 from NNG (rmr v3 vs rmr v1) + * The switch to SI95 led to a rabbit hole in which we eventually discovered that rmr_send may sometimes block for an arbitrary period of time. Because of this issue, a1's sends are now threaded. Please see the longer comment about this in a1rmr. + * Bump version of py xapp frame (SDL used only) in A1 + * Bump version of go xapp frame (0.0.24 -> 0.4.2) in integration tests + * Add some additional logging in A1 + + +[2.1.4] - 3/6/2020 +------------------- +:: + + * SDL Wrapper was moved into the python xapp framework; use it from there instead. + + [2.1.3] - 2/13/2020 ------------------- ::