X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CHANGES_CORE.txt;h=4a275d869599bb5e0e6c75c26cfa56b8680ca42e;hb=refs%2Fchanges%2F43%2F3443%2F1;hp=89d0595b5fae3d6e293d85c76c30db73afb7349d;hpb=e3a021c1e7bc4bdb877cd12601a55c7e3f74437e;p=ric-plt%2Flib%2Frmr.git diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 89d0595..4a275d8 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,20 @@ # API and build change and fix summaries. Doc correctsions # and/or changes are not mentioned here; see the commit messages. +2020 April 22; version 4.0.1 + Correct message type constant for Traffic Steering predication (RIC-342) + +2020 April 21; version 4.0.0 + The NNG based libraries are no longer included in the RMR packages. + This is considered a breaking change as NNG will not be supported by + default. It is still possible to build with RMR-NNG libraries, but + that is the exception. The API between 3.8.2 and 4.0.0 is the SAME. + Upgrading to 4.0.0 only means that the underlying transport mechanism + is limited only to SI95. + + The rmr_rcv_specific() function has been deprecated as it was necessary + only for NNG and Nanomsg support. Its use should be discontinued. + 2020 April 20; version 3.8.2 Fix bug which was preventing an instance receiving dynamic route table updates. (RIC-336)