RIC:1060: Change in PTL
[ric-plt/sdl.git] / docs / release-notes.rst
1 ..
2 ..  Copyright (c) 2019-2022 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.6.0] - 2022-03-10
33
34 * Enable redis/sentinel port and sentinel master name configuration
35
36 [1.5.1] - 2021-09-17
37
38 * Add set, get and listKeys -sdltool CLI commands
39
40 [1.5.0] - 2021-09-17
41
42 * New listKeys API to support glob-style search pattern
43 * Deprecated old findKeys and findKeysAsync API
44
45 [1.4.0] - 2021-08-11
46
47 * Add synchronous readiness check API
48
49 [1.3.0] - 2021-08-05
50
51 * Definable timeout for DB backend readiness in synchronous SDL API
52 * Fix SDL configuration file path Valgrind errors
53
54 [1.2.1] - 2021-05-31
55
56 * Multiple DBAAS Redis standalone groups
57
58 [1.2.0] - 2021-05-26
59
60 * Multiple DBAAS Redis Sentinel groups
61 * New namespace (--ns) option in sdltool test-get-set -command
62
63 [1.1.3] - 2020-05-16
64
65 * Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg.
66 * Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets.
67
68 [1.1.2] - 2020-05-15
69
70 * Add makefile targets to build rpm and Debian packages.
71
72 [1.1.1] - 2020-05-11
73
74 * Add unit test code coverage (gcov) make target.
75
76 [1.1.0] - 2020-01-09
77
78 * Add public helper classes for UT mocking.
79
80 [1.0.4] - 2019-11-13
81
82 * Add PackageCloud.io publishing to CI scripts.
83
84 [1.0.3] - 2019-11-08
85
86 * Add CI Dockerfile to compile SDL library and run unit tests.
87 * Remove AX_PTHREAD autoconf macro due to incompatible license.
88
89 [1.0.2] - 2019-10-02
90
91 * Take standard stream logger into use.
92
93 [1.0.1] - 2019-10-01
94
95 * Add support for Redis Sentinel based database discovery, which usage can be
96   activated via environment variables.
97 * Add Sentinel change notification handling logic.
98 * Unit test fix for a false positive warning, when'EXPECT_EQ' macro is used
99   to validate boolean value.
100
101 [1.0.0] - 2019-08-20
102
103 * Initial version.
104 * Take Google's C++ unit test framework into use.
105 * Implement basic storage operations to create, read, update, and delete
106   entries.