blob: 4013a07cb6ea898c31b03102873209e512896e9f [file] [log] [blame]
Timo Tietavainendada8462019-11-27 11:50:01 +02001..
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
Timo Tietavainencdc9d6f2019-12-06 16:35:09 +020020Release Notes
Timo Tietavainendada8462019-11-27 11:50:01 +020021=============
22
23
Timo Tietavainencdc9d6f2019-12-06 16:35:09 +020024This document provides the release notes of the ricsdl library.
Timo Tietavainendada8462019-11-27 11:50:01 +020025
26.. contents::
27 :depth: 3
28 :local:
29
30
Timo Tietavainencdc9d6f2019-12-06 16:35:09 +020031
32
Timo Tietavainendada8462019-11-27 11:50:01 +020033Version history
34---------------
35
Timo Tietavainen6a906b72022-01-20 08:34:29 +020036[3.0.2] - 2022-01-20
37
38* Bump Redis client version to 4.1.1 and replace deprecated Redis client '_compat'
39 module with 'utils' module.
40
Timo Tietavainen7104c622021-11-18 20:51:38 +020041[3.0.1] - 2021-11-18
42
43* Add specific package versions for required dependencies: redis==3.5.3 and
44* hiredis==2.0.0. Package ricsdl is not compatible with new redis 4.x.y versions.
45
Timo Tietavainenf5af9042021-06-10 15:54:37 +030046[3.0.0] - 2021-06-10
47
48* Simplify v2.3.0 notification callback and handle_events API to return received
49 event(s) only as a list type. Earlier single event was returned as a string type.
50 Notification callback and handle_events API changes are not backward compatible.
51
Timo Tietavainendb775392021-06-09 05:56:54 +030052[2.3.0] - 2021-06-09
53
54* Pack all the events in a channel to one DB notification to be in line with SDL Golang.
55
Timo Tietavainenc6c9af22021-05-11 14:43:09 +030056[2.2.0] - 2021-05-11
57
58* Add DB backend instance selection based on namespace value to balance DB load.
59
Timo Tietavainen6589d4d2021-03-09 14:37:14 +020060[2.1.1] - 2021-03-09
61
62* Take DBAAS multi-channel publishing Redis modules into use.
63
Timothy Ebidoa4392392020-08-12 10:49:26 +090064[2.1.0] - 2020-08-26
65
66* Add support for notifications
67
Timo Tietavainen83a3e592020-05-13 14:21:09 +030068[2.0.4] - 2020-05-13
69
70* Enhance SDL API set() function argument validation to cover also dictionary items.
71
Timo Tietavainenc979c0d2020-01-21 21:57:17 +020072[2.0.3] - 2020-01-22
73
74* Add a new SDL storage API function `is_active()` to check healthiness of SDL instance.
75
Timo Tietavainena44a10f2020-01-14 00:01:37 +020076[2.0.2] - 2020-01-14
77
78* Version bump.
79
Timo Tietavainen8d8b5582020-01-13 18:32:29 +020080[2.0.1] - 2020-01-13
Timo Tietavainen598ca392020-01-08 16:49:11 +020081
82* Add a fake database backend implementation to be used only for testing
83 purposes when the real DBAAS database service is not available.
84
Timo Tietavainen276ed3c2019-12-15 20:16:23 +020085[2.0.0] - 2020-01-03
86
87* Change find_keys() and find_and_get() API functions to support glob-style
88 regular expression in a key search pattern. API backward incompatible change.
89* Remove 'atomic' parameter of find_and_get() API function. API backward
90 incompatible change.
91
Timo Tietavainencede9a32019-12-07 20:09:31 +020092[1.0.2] - 2019-12-18
93
94* Take Hiredis package into use in Redis database backend.
95* Add unit tests for configuration handling.
96
Timo Tietavainencdc9d6f2019-12-06 16:35:09 +020097[1.0.1] - 2019-12-06
98
99* Version bump.
100
101[1.0.0] - 2019-12-05
102
103* First version.
104
105
Timo Tietavainendada8462019-11-27 11:50:01 +0200106
107
108Summary
109-------
110
111This is the first version of this package.
112It implements RIC Shared Data Layer (SDL) library.
113
114
115
116
117Release Data
118------------
119This is the first version of this package.
120
121
122
123
124
125Feature Additions
126^^^^^^^^^^^^^^^^^
127
128
129Bug Corrections
130^^^^^^^^^^^^^^^
131
132
133Deliverables
134^^^^^^^^^^^^
135
136Software Deliverables
137+++++++++++++++++++++
138
139This version provides Python package ricsdl.
140It can be retrieved from pypi.org.
141
142
143
144Documentation Deliverables
145++++++++++++++++++++++++++
146
147
148
149
150
151Known Limitations, Issues and Workarounds
152-----------------------------------------
153
154System Limitations
155^^^^^^^^^^^^^^^^^^
156
157
158
159Known Issues
160^^^^^^^^^^^^
161
162Workarounds
163^^^^^^^^^^^
164
165
166
167
168
169References
170----------