0f0d870bde2dbfae3cf1898dc5aee75d9ee9975f
[ric-plt/sdl.git] / docs / release-notes.rst
1 ..
2 ..  Copyright (c) 2019 Nokia.
3 ..
4 ..  Licensed under the Creative Commons Attribution 4.0 International
5 ..  Public License (the "License"); you may not use this file except
6 ..  in compliance with the License. You may obtain a copy of the License at
7 ..
8 ..    https://creativecommons.org/licenses/by/4.0/
9 ..
10 ..  Unless required by applicable law or agreed to in writing, documentation
11 ..  distributed under the License is distributed on an "AS IS" BASIS,
12 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ..
14 ..  See the License for the specific language governing permissions and
15 ..  limitations under the License.
16 ..
17
18 Release Notes
19 =============
20
21 This document provides the release notes of the sdl library.
22
23 .. contents::
24    :depth: 3
25    :local:
26
27
28
29 Version history
30 ---------------
31
32 [1.4.0] - 2021-08-11
33
34 * Add synchronous readiness check API
35
36 [1.3.0] - 2021-08-05
37
38 * Definable timeout for DB backend readiness in synchronous SDL API
39 * Fix SDL configuration file path Valgrind errors
40
41 [1.2.1] - 2021-05-31
42
43 * Multiple DBAAS Redis standalone groups
44
45 [1.2.0] - 2021-05-26
46
47 * Multiple DBAAS Redis Sentinel groups
48 * New namespace (--ns) option in sdltool test-get-set -command
49
50 [1.1.3] - 2020-05-16
51
52 * Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg.
53 * Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets.
54
55 [1.1.2] - 2020-05-15
56
57 * Add makefile targets to build rpm and Debian packages.
58
59 [1.1.1] - 2020-05-11
60
61 * Add unit test code coverage (gcov) make target.
62
63 [1.1.0] - 2020-01-09
64
65 * Add public helper classes for UT mocking.
66
67 [1.0.4] - 2019-11-13
68
69 * Add PackageCloud.io publishing to CI scripts.
70
71 [1.0.3] - 2019-11-08
72
73 * Add CI Dockerfile to compile SDL library and run unit tests.
74 * Remove AX_PTHREAD autoconf macro due to incompatible license.
75
76 [1.0.2] - 2019-10-02
77
78 * Take standard stream logger into use.
79
80 [1.0.1] - 2019-10-01
81
82 * Add support for Redis Sentinel based database discovery, which usage can be
83   activated via environment variables.
84 * Add Sentinel change notification handling logic.
85 * Unit test fix for a false positive warning, when'EXPECT_EQ' macro is used
86   to validate boolean value.
87
88 [1.0.0] - 2019-08-20
89
90 * Initial version.
91 * Take Google's C++ unit test framework into use.
92 * Implement basic storage operations to create, read, update, and delete
93   entries.