Fixes and enhancements:
[ric-plt/xapp-frame-py.git] / docs / release-notes.rst
index 37e7c70..1caf93a 100644 (file)
@@ -14,6 +14,20 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    :depth: 3
    :local:
 
+[0.2.0] - 3/3/2020
+-------------------
+::
+
+    * now allows for RMR Xapps to call code before entering the infinite loop
+    * stop is now called before throwing NotImplemented in the case where the client fails to provide a must have callback; this ensures there is no dangling rmr thread
+    * stop now calls rmr_close to correctly free up any port(s)
+    * (breaking) renames `loop` to `entrypoint` since the function does not have to contain a loop (though it most likely does)
+    * Changes wording around the two types of xapps (docs only)
+    * Uses a new version of rmr python that crashes when the rmr mrc fails to init, which prevents an xapp trying to use an unusable rmr
+    * more unit test code coverage
+    * Adds more fields to setup like long_desc and classifiers so the pypi page looks nicer
+    * Removes a bad release file (will be added back in subseq. commit)
+
 [0.1.0] - 2/27/2020
 -------------------
 ::