RIC:1060: Change in PTL
[ric-plt/a1.git] / docs / release-notes.rst
index a4af2b6..092b99e 100644 (file)
-.. ==================================================================================
-..       Copyright (c) 2019 Nokia
-..       Copyright (c) 2018-2019 AT&T Intellectual Property.
-..
-..   Licensed under the Apache License, Version 2.0 (the "License");
-..   you may not use this file except in compliance with the License.
-..   You may obtain a copy of the License at
-..
-..          http://www.apache.org/licenses/LICENSE-2.0
-..
-..   Unless required by applicable law or agreed to in writing, software
-..   distributed under the License is distributed on an "AS IS" BASIS,
-..   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-..   See the License for the specific language governing permissions and
-..   limitations under the License.
-.. ==================================================================================
-
-A1 Mediator Release Notes
-=========================
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2019 AT&T Intellectual Property
+
+Release Notes
+===============
 
 All notable changes to this project will be documented in this file.
 
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
-[1.x.x] - TBD
+[2.5.0] - 2021-06-22
+--------------------
 
-::
+* Enhancement to add A1-EI support.
+* Upgrade RMR to version 4.5.2.
+* Base docker image changed to ubuntu:18.04.
+* Upgrade ricxappframe to version 2.0.0.
+* Upgrade MDC logging.
+
+[2.4.0] - 2020-12-08
+--------------------
+
+* Reference RMR version 4.4.6 via the builder image.
+
+[2.2.0] - 2020-05-28
+--------------------
+
+* Add counters of create/update/delete actions on policy types and instances
+* Add Prometheus /metrics endpoint to report counter data
+
+
+[2.1.9] - 2020-05-26
+--------------------
+
+* Fix _send_msg method to free allocated RMR message buffers
+* Adjust send-message methods to retry only on RMR_ERR_RETRY
+* Extend send-message methods to log message state after send
+* Use constants from ricxappframe.rmr instead of hardcoded strings
+* Upgrade RMR to version 4.0.5
+* Upgrade tavern to version 1.2.2
+* Extend user guide with southbound API schemas
+
+
+[2.1.8] - 2020-04-30
+--------------------
+
+* Revise Dockerfile to set user as owner of .local dir with a1 package
+* Rename console shell start script to run-a1 from run.py
+* Extend start script to report webserver listening port
+* Add tiny RMR routing table for use in demo and test
+* Extend documentation for running a container locally
+* Add documentation of start/init parameters to _RmrLoop class
+* Add new environment variable USE_FAKE_SDL (`RIC-351 <https://jira.o-ran-sc.org/browse/RIC-351>`_)
+* Respond with error if policy type ID differs from ID in object on create
+* Upgrade integration tests to use Tavern version 1.0.0
+
+
+[2.1.7] - 2020-04-28
+--------------------
+
+* Upgrade to rmr 4.0.2
+* Upgrade integration tests to xapp-frame-go version 0.4.8 which drops NNG
+* Extend exception handler to return error details in HTTP response
+* Ensure that policy type ID on path matches ID in object
+* Add OpenAPI spec to RST documentation
+
+
+[2.1.6] - 4/7/2020
+-------------------
+
+* Switch to rmr 3.6.3
+* Switch to using rmr in the ricxappframe
+
+
+[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
+-------------------
+
+* SDL Wrapper was moved into the python xapp framework; use it from there instead.
+
+
+[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
+-------------------
+
+* 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
+-------------------
+
+* Implements new logic around when instances are deleted. See flowcharts in docs/. Basically timeouts now trigger to actually delete instances from a1s database, and these timeouts are configurable.
+* Eliminates the barrier to deleting an instance when no xapp evdr replied (via timeouts)
+* Add two new ENV variables that control timeouts
+* Make unit tests more modular so new workflows can be tested easily
+* Fixes the API for ../status to return a richer structure. This is an (albeit tiny) API change.
+* Clean up unused items in the integration tests helm chart
+* Removed "RMR_RCV_RETRY_INTERVAL" leftovers since this isn't used anymore
+* Uses the standard RIC logging library
+* Switch the backend routing scheme to using subscription id with constant message types, per request.
+* Given the above, policy type ids can be any valid 32bit greater than 0
+* 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] - 10/24/2019
+--------------------
+
+* Only external change here is to healthcheck the rmr thread as part of a1s healthcheck. k8s will now respin a1 if that is failing.
+* Refactors (simplifies) how we wait for rmr initialization; it is now called as part of __init__
+* Refactors (simplifies) how the thread is actually launched; it is now internal to the object and also a part of __init__
+* Cleans up unit testing; a1rmr now exposes a replace_rcv_func; useful for unit testing, harmless if not called otherwise
+* Upgrades to rmr-python 1.0.0 for simpler message allocation
+
+
+[1.0.3] - 10/22/2019
+--------------------
+
+* Move database cleanup (e.g., deleting instances based on statuses) into the polling loop
+* Rework how unit testing works with the polling loop; prior, exceptions were being thrown silently from the thread but not printed. The polling thread has now been paramaterized with override functions for the purposes of testing
+* Make type cleanup more efficient since we know exactly what instances were touched, and it's inefficient to iterate over all instances if they were not
+* Bump rmr-python version, and bump rmr version
+* Still an item left to do in this work; refactor the thread slightly to tie in a healthcheck with a1s healthcheck. We need k8s to restart a1 if that thread dies too.
 
-    * Represents a resillent version of 1.0.0 that uses Redis for persistence
 
 [1.0.2] - 10/17/2019
+--------------------
 
-::
+* a1 now has a seperate, continuous polling thread, which will enable operations like database cleanup
+  (based on ACKs) and external notifications in real time, rather than when the API is invoked
+* all rmr send and receive operations are now in this thread
+* introduces a thread safe job queue between the two threads
+* Not done yet: database cleanups in the thread
+* Bump rmr python version
+* Clean up some logging
 
-    * a1 now has a seperate, continuous polling thread
-      this will enable operations like database cleanup (based on ACKs) and external notifications in real time,
-      rather than when the API is invoked
-    * all rmr send and receive operations are now in this thread
-    * introduces a thread safe job queue between the two threads
-    * Not done yet: database cleanups in the thread
-    * Bump rmr python version
-    * Clean up some logging
 
 [1.0.1] - 10/15/2019
+--------------------
 
-::
-
-    * Moves the "database" access calls to mimick the SDL API, in preparation for moving to SDL
-    * Does not yet actually use SDL or Redis, but the transition to those will be much shorter after this change.
+* Moves the "database" access calls to mimick the SDL API, in preparation for moving to SDL
+* Does not yet actually use SDL or Redis, but the transition to those will be much shorter after this change.
 
 
 [1.0.0] - 10/7/2019
+-------------------
 
-::
-
-    * Represents v1.0.0 of the A1 API for O-RAN-SC Release A
-    * Finished here:
-      - Implement type DELETE
-      - Clean up where policy instance cleanups happen
+* Represents v1.0.0 of the A1 API for O-RAN-SC Release A
+* Finished here:
+  - Implement type DELETE
+  - Clean up where policy instance cleanups happen
 
 
 [0.14.1] - 10/2/2019
+--------------------
+
 ::
 
     * Upgrade rmr to 1.9.0
@@ -72,6 +205,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.14.0] - 10/1/2019
+--------------------
+
 ::
 
     * Implement instance delete
@@ -81,6 +216,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
     * Add rmr-version.yaml for CICD jobs
 
 [0.13.0] - 9/25/2019
+--------------------
+
 ::
 
     * Implement GET all policy type ids
@@ -89,7 +226,10 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.12.1] - 9/20/2019
+--------------------
+
 ::
+
     * switch to rmr 1.8.1 to pick up a non blocking variant of rmr that deals with bad routing tables (no hanging connections / blocking calls)
     * improve test receiver to behave with this setup
     * add integration test for this case
@@ -98,6 +238,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.12.0] - 9/19/2019
+--------------------
+
 ::
 
     * Implement type PUT
@@ -108,6 +250,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
     * lots more tests (unit and integration)
 
 [0.11.0] - 9/17/2019
+--------------------
 
 ::
 
@@ -121,6 +264,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.10.3] - 8/20/2019
+--------------------
 
 ::
 
@@ -130,12 +274,14 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.10.2] - 8/14/2019
+--------------------
 
 ::
 
     * Update to later rmr-python
 
 [0.10.1] - 8/9/2019
+-------------------
 
 ::
 
@@ -144,10 +290,11 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.10.0] - 7/30/2019
+--------------------
 
 ::
 
-   * Rename all /ric/ URLs to be consistent with requirements of /a1-p/
+   * Rename all /ric/ URLs to be consistent with requirements of /A1-P/v2/
 
 
 [0.9.0] - 7/22/2019
@@ -179,7 +326,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
 [0.8.2] - 6/5/2019
--------------------
+------------------
 
 ::
 
@@ -215,7 +362,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Restructures the integration tests to run as a single tox command
    * Re-ogranizes the README and splits out the Developers guide, which is not needed by users.
 
-.. _section-1:
 
 [0.7.1] - 5/23/2019
 -------------------
@@ -225,7 +371,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Adds a defense mechanism against A1 getting queue-overflowed with messages A1 doesnt care about; A1 now ignores all incoming messages it's not waiting for, so it's queue size should now always be "tiny", i.e., never exceeding the number of valid requests it's waiting for ACKs back for
    * Adds a test "bombarding" script that tests this
 
-.. _section-2:
 
 [0.7.0] - 5/22/19
 -----------------
@@ -240,7 +385,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Return a 400 if am xapp does not expect a body, but the PUT provides one
    * Adds a new test policy to the example RIC manifest and a new delayed receiver to test the aformentiond race condition
 
-.. _section-3:
 
 [0.6.0]
 -------
@@ -251,7 +395,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Fix bad api spec RE GET
    * Fix a (big) bug where transactionid wasn't being checked, which wouldn't have worked on sending two policies to the same downstream policy handler
 
-.. _section-4:
 
 [0.5.1] - 5/13/2019
 -------------------
@@ -261,7 +404,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Rip some testing structures out of here that should have been in rmr (those are now in rmr 0.9.0, upgrade to that)
    * Run Python BLACK for formatting
 
-.. _section-5:
 
 [0.5.0] - 5/10/2019
 -------------------
@@ -271,7 +413,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Fix a blocking execution bug by moving from rmr's timeout to a non blocking call + retry loop + asyncronous sleep
    * Changes the ENV RMR_RCV_TIMEOUT to RMR_RCV_RETRY_INTERVAL
 
-.. _section-6:
 
 [0.4.0] - 5/9.2019
 ------------------
@@ -283,7 +424,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Add a 502 with different reasons if the xapp replies but with a bad/malformed/missing status
    * Make testing much more modular, in anticipating of moving some unit test functionality into rmr itself
 
-.. _section-7:
 
 [0.3.4] - 5/8/2019
 ------------------
@@ -294,7 +434,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Add unit tests for utils
    * Add missing lic
 
-.. _section-8:
 
 [0.3.3]
 -------
@@ -305,7 +444,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Go from deb RMR installation to git
    * Remove obnoxious receiver logging
 
-.. _section-9:
 
 [0.3.2]
 -------
@@ -314,7 +452,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
    * Upgrade A1 to rmr 0.6.0
 
-.. _section-10:
 
 [0.3.1]
 -------
@@ -323,7 +460,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
    * Add license headers
 
-.. _section-11:
 
 [0.3.0]
 -------
@@ -335,7 +471,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Read the policyname to rmr type mapping from manifest
    * Do PUT payload validation based on the manifest
 
-.. _section-12:
 
 [0.2.0]
 -------
@@ -348,7 +483,6 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    * Update the OpenAPI
    * Include a test docker compose file
 
-.. _section-13:
 
 [0.1.0]
 -------