X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=8febae6b707619d4eac712290a7f0821bfdd16ea;hb=refs%2Fchanges%2F37%2F3537%2F1;hp=1d2b82dfde191d3e6f1e2783c6697ab926b516c4;hpb=ccb4a69e473cab6db7e8d52a04f9b4922528e24f;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1d2b82d..8febae6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,82 @@ and this project adheres to `Semantic Versioning `__. :depth: 3 :local: +[2.1.8] - 2020-04-29 +-------------------- + +* 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 `_) + + +[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 ------------------ @@ -25,8 +101,6 @@ and this project adheres to `Semantic Versioning `__. * 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 -------------------