X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=docs%2Frelease-notes.rst;h=439937c3f019086e207bbd5bdc46712fc5b8465e;hb=102b89592db01d8361a754c11a85699e5d2e965c;hp=0ca68d53acbc6c5217873d1f5edae26075fd75d4;hpb=45f8f98f0e344cc253d709df23bf27311adff0bb;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0ca68d5..439937c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,19 @@ and this project adheres to `Semantic Versioning `__. :depth: 3 :local: + +[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 ------------------- ::