Mostly integration test work:
[ric-plt/a1.git] / docs / release-notes.rst
index 002be1e..e39ec3a 100644 (file)
@@ -14,13 +14,43 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    :depth: 3
    :local:
 
-[x.x.x] - TBD
--------------
+[2.1.3] - 2/13/2020
+-------------------
+::
+
+    * This is a pretty big amount of work/changes, however no APIs were changed hence the semver patch
+    * Switches A1's three test receivers (integration tests) over to golang; this was mostly done to learn the go xapp framework and they are identical in functionality.
+    * Upgrades the version of rmr in A1 and all integration receivers to 1.13.*
+    * Uses a much fancier Docker build to reduce the size of a1's image. The python:3.7-alpine image itself is 98MB and A1 is now only ~116MB, so we're done optimizing A1's container size.
+
+[2.1.2] - 1/22/2020
+-------------------
 
 ::
 
-    * Represents a resillent version of x.x.x that uses Redis for persistence
+    * Upgrades from sdl 2.0.2 to 2.0.3
+    * Integrates an sdl healthcheck into a1's healthcheck
+
+
+[2.1.1] - 1/14/2020
+-------------------
+
+::
+
+    * Upgrades from sdl 1.0.0 to 2.0.2
+    * Delete a1test_helpers because SDL 2.0.2 provides the mockup we need
+    * Remove general catch all from A1
+
+[2.1.0] - 1/8/2020
+------------------
+
+::
 
+    * Represents a resillent version of 2.0.0 that uses Redis for persistence
+    * Now relies on SDL and dbaas; SDL is the python interface library to dbaas
+    * Adds a 503 http code to nearly all http methods, as A1 now depends on an upstream system
+    * Integration tests have a copy of a dbaas helm chart, however the goal is to simplify that deployment per https://jira.o-ran-sc.org/browse/RIC-45
+    * Unit tests have a mockup of SDL, however again the goal is to simplify as SDL grows per https://jira.o-ran-sc.org/browse/RIC-44
 
 [2.0.0] - 12/9/2019
 -------------------
@@ -40,6 +70,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
     * Decouple the API between northbound and A1 from A1 with xapps. This is now two seperate OpenAPI files
     * Update example for AC Xapp
     * Updgrade rmr and rmr-python to utilize new features; lots of cleanups because of that
+    * Implements a POLICY QUERY feature where A1 listens for queries for a policy type. A1 then responds via multiple RTS messages every policy instance of that policy type (and expects an ACK back from xapps as usual). This feature can be used for xapp recovery etc.
 
 [1.0.4]
 -------