X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;fp=docs%2Frelease-notes.rst;h=9c1ae30f9a8542a7740582d1aef2ce92be66bcd5;hb=0dfb5ffe03e6520b1291af0f51c6b8ace6b766aa;hp=0000000000000000000000000000000000000000;hpb=3dcee1f617eb918983bd1431d5f4f492cc5e16c7;p=scp%2Fric-app%2Fkpimon.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..9c1ae30 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,70 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2020 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 `__ +and this project adheres to `Semantic Versioning `__. + + +[1.0.1] - 1/20/2021 +-------------------- + +* Use SDL lib to replace direct use of Redis client +* Add xapp descriptor + + +[1.0.0] - 12/16/2020 +-------------------- + +* Update builder image +* Change key name + + +[0.4.0] - 11/27/2020 +------------------ + +* Fix RIC_INDICATION RANContainer decoding issue +* Fix data format issue when storing data into DB + + +[0.3.0] - 10/16/2020 +------------------ + +* Fix interface type issue when decoding RIC_INDICATION +* Integration test with e2sim + + +[0.2.0] - 7/17/2020 +------------------ + +* CI config +* Add memory free function for E2AP/E2SM encoding and decoding +* Log output +* Code optimization + + +[0.1.0] - 4/21/2020 +------------------- + +* RIC_INDICATION +* Store UE/Cell metrics into Redis DB +* Small cleanups + + +[0.0.2] - 3/25/2020 +------------------- + +* RIC_SUB_REQ +* Helm chart +* Dockerfile + + +[0.0.1] - 3/10/2020 +------------------- + +* inital skeleton creation