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=9a6ec6e1a8a6b75e5a6a40527af934a5745fd8aa;hb=337435cd4bf0c138f261628e8f32675c9b161602;hp=0000000000000000000000000000000000000000;hpb=55d273c5c200ce9e37247de7c329640e2d1bd4ce;p=ric-plt%2Fsdl.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..9a6ec6e --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,56 @@ +.. +.. Copyright (c) 2019 AT&T Intellectual Property. +.. Copyright (c) 2019 Nokia. +.. +.. Licensed under the Creative Commons Attribution 4.0 International +.. Public License (the "License"); you may not use this file except +.. in compliance with the License. You may obtain a copy of the License at +.. +.. https://creativecommons.org/licenses/by/4.0/ +.. +.. Unless required by applicable law or agreed to in writing, documentation +.. 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. +.. + +Release-Notes +============= + +This document provides the release notes for O-RAN SC Amber release of +ric-plt/sdl. + +.. contents:: + :depth: 3 + :local: + + + +Version history +--------------- + +[1.0.3] - 2019-11-08 + +* Add CI Dockerfile to compile SDL library and run unit tests. +* Remove AX_PTHREAD autoconf macro due to incompatible license. + +[1.0.2] - 2019-10-02 + +* Take standard stream logger into use. + +[1.0.1] - 2019-10-01 + +* Add support for Redis Sentinel based database discovery, which usage can be + activated via environment variables. +* Add Sentinel change notification handling logic. +* Unit test fix for a false positive warning, when'EXPECT_EQ' macro is used + to validate boolean value. + +[1.0.0] - 2019-08-20 + +* Initial version. +* Take Google's C++ unit test framework into use. +* Implement basic storage operations to create, read, update, and delete + entries.