Merge "Add documentation files"
[ric-plt/sdl.git] / docs / release-notes.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19 Release-Notes
20 =============
21
22 This document provides the release notes for O-RAN SC Amber release of
23 ric-plt/sdl.
24
25 .. contents::
26    :depth: 3
27    :local:
28
29
30
31 Version history
32 ---------------
33
34 [1.0.3] - 2019-11-08
35
36 * Add CI Dockerfile to compile SDL library and run unit tests.
37 * Remove AX_PTHREAD autoconf macro due to incompatible license.
38
39 [1.0.2] - 2019-10-02
40
41 * Take standard stream logger into use.
42
43 [1.0.1] - 2019-10-01
44
45 * Add support for Redis Sentinel based database discovery, which usage can be
46   activated via environment variables.
47 * Add Sentinel change notification handling logic.
48 * Unit test fix for a false positive warning, when'EXPECT_EQ' macro is used
49   to validate boolean value. 
50
51 [1.0.0] - 2019-08-20
52
53 * Initial version.
54 * Take Google's C++ unit test framework into use.
55 * Implement basic storage operations to create, read, update, and delete
56   entries.