0c9700ff07ac5aef480ad6a7e7f782aec6a9e03b
[ric-plt/sdlgo.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 of the sdlgo.
23
24 .. contents::
25    :depth: 3
26    :local:
27
28
29
30 Version history
31 ---------------
32
33 [v0.5.3] - 2020-08-17
34
35 * Take Redis client version 6.15.9 into use.
36
37 [0.5.1] - 2019-11-1
38
39 * Add CI Dockerfile to run unit tests.
40
41 [0.5.0] - 2019-10-11
42
43 * Make underlying DB instance visible to clients.
44
45 [0.4.0] - 2019-09-26
46
47 * Add support for Redis sentinel configuration.
48
49 [0.3.1] - 2019-09-11
50
51 * Set MaxRetries count to 2 for Redis client.
52
53 [0.3.0] - 2019-08-14
54
55 * Add support for resource locking to enable applications to create locks for
56   shared resources.
57
58 [0.2.1] - 2019-07-03
59
60 * Add support for multiple event publishing.
61
62 [0.2.0] - 2019-05-24
63
64 * Add support for SDL groups.
65
66 [0.1.1] - 2019-05-17
67
68 * Allow byte array/slice be given as value.
69
70 [0.1.0] - 2019-05-17
71
72 * Add support for notifications.
73
74 [0.0.2] - 2019-05-03
75
76 * Fix Close API call. Calling Close function from API caused a recursive call
77   to itself.
78
79 [0.0.1] - 2019-04-17
80
81 * Initial version.
82 * Implement basic storage functions to create, read, update, and delete
83   entries.
84 * Implement benchmark tests.