Move rmr python here.
[ric-plt/xapp-frame-py.git] / docs / release-notes.rst
index ec7f53d..bced3fb 100644 (file)
@@ -14,11 +14,50 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    :depth: 3
    :local:
 
+[1.0.0] - 4/6/2020
+-------------------
+::
+
+    * Python rmr has been moved into this repo. The module name has NOT changed in order to make the transition for repos very easy. The only transition needed should be prefixing rmr with ricxappframe in import statements, and to include this rather than rmr in setup.
+
+
+[0.7.0] - 4/2/2020
+-------------------
+::
+
+    * RMRXapps by default now implement the rmr healthcheck probe; users can also override it with a more complex handler if they wish
+    * Fix a bug in the unit tests where a payload mismatch wouldn't actually fail the test (would now)
+
+
+[0.6.0] - 3/23/2020
+-------------------
+::
+
+    * Switch to SI95 for rmr
+
+
+
+[0.5.0] - 3/18/2020
+-------------------
+::
+
+    * All xapps (via the base class) now have a logger attribute that can be invoked to provide mdc logging. It is a passthrough to the RIC mdc logger for python (untouched, no value in an API on top at the current time).
+
+
+[0.4.1] - 3/17/2020
+-------------------
+::
+
+    * Switch tox to use py38
+    * switch to latest builders
+
+
 [0.4.0] - 3/13/2020
 -------------------
 ::
 
     * minor breaking change; switches the default behavior RE threading for RMRXapps. The default is not to return execution, but the caller (in `run`) can choose to loop in a thread.
+    * Add Dockerized examples
 
 
 [0.3.0] - 3/10/2020