2 .. Copyright (c) 2019 AT&T Intellectual Property.
3 .. Copyright (c) 2019 Nokia.
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
9 .. https://creativecommons.org/licenses/by/4.0/
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.
15 .. See the License for the specific language governing permissions and
16 .. limitations under the License.
24 This document provides the release notes of the ricsdl library.
38 * Enhance SDL API set() function argument validation to cover also dictionary items.
42 * Add a new SDL storage API function `is_active()` to check healthiness of SDL instance.
50 * Add a fake database backend implementation to be used only for testing
51 purposes when the real DBAAS database service is not available.
55 * Change find_keys() and find_and_get() API functions to support glob-style
56 regular expression in a key search pattern. API backward incompatible change.
57 * Remove 'atomic' parameter of find_and_get() API function. API backward
62 * Take Hiredis package into use in Redis database backend.
63 * Add unit tests for configuration handling.
79 This is the first version of this package.
80 It implements RIC Shared Data Layer (SDL) library.
87 This is the first version of this package.
104 Software Deliverables
105 +++++++++++++++++++++
107 This version provides Python package ricsdl.
108 It can be retrieved from pypi.org.
112 Documentation Deliverables
113 ++++++++++++++++++++++++++
119 Known Limitations, Issues and Workarounds
120 -----------------------------------------