X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=19f660e3256353717aeb4d845eb68d55bce0941e;hb=a0876efd819b43b870ba2254b34676b1a03ad326;hp=3775134a09de33535d6455472ac7dba5daaace99;hpb=234009c2505988c78dc2453683705838f1c659db;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3775134..19f660e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -23,6 +23,81 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[1.0.0] - TBD + +:: + + * Release 1.0.0 will be the Release A version of A1 + +[0.14.1] - 10/2/2019 +:: + + * Upgrade rmr to 1.9.0 + * Upgrade rmr-python to 0.13.2 + * Use the new helpers module in rmr-python for the rec all functionality + * Switch rmr mode to a multithreaded mode that continuously reads from rmr and populates an internal queue of messages with a deterministic queue size (2048) which is better behavior for A1 + * Fix a memory leak (python obj is garbage collected but not the underlying C memory allocation) + + + +[0.14.0] - 10/1/2019 +:: + + * Implement instance delete + * Moves away from the status vector and now aggregates statuses + * Pop through a1s mailbox "3x as often"; on all 3 kinds of instance GET since all such calls want the latest information + * Misc cleanups in controller (closures ftw) + * Add rmr-version.yaml for CICD jobs + +[0.13.0] - 9/25/2019 +:: + + * Implement GET all policy type ids + * Implement GET all policy instance ids for a policy type + * fix a tiny bug in integration test receiver + + +[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 + * this also switches past 1.5.x, which included another change that altered the behavior of rts; deal with this with a change to a1s helmchart (env: `RMR_SRC_ID`) that causes the sourceid to be set to a1s service name, which was not needed prior + * improve integration tests overall + + +[0.12.0] - 9/19/2019 +:: + + * Implement type PUT + * Implement type GET + * Remove RIC manifest + * Read type GET to get schema for instance PUT + * Remove Utils (no longer needed) + * lots more tests (unit and integration) + +[0.11.0] - 9/17/2019 + +:: + + * This is on the road to release 1.0.0. It is not meant to be tested (E2E) as it's own release + * Implement the Release A spec in the openapi.yaml + * Rework A1 to follow that spec + * Remove rmr_mapping now that we use policyid as the mtype to send and a well known mtype for the ACKs + * Add the delay receiver test to the tavern integration tests + * Remove unneeded ENV variables from helm charts + * Switch away from builder images to avoid quicksand; upgrade rmr at our own pace + + +[0.10.3] - 8/20/2019 + +:: + + * Update to later rmr-python + * Add docs about upgrading rmr + * remove bombarder since tavern runs apache bench + + [0.10.2] - 8/14/2019 ::