Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 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 | |
Timo Tietavainen | cdc9d6f | 2019-12-06 16:35:09 +0200 | [diff] [blame] | 20 | Release Notes |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 21 | ============= |
| 22 | |
| 23 | |
Timo Tietavainen | cdc9d6f | 2019-12-06 16:35:09 +0200 | [diff] [blame] | 24 | This document provides the release notes of the ricsdl library. |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 25 | |
| 26 | .. contents:: |
| 27 | :depth: 3 |
| 28 | :local: |
| 29 | |
| 30 | |
Timo Tietavainen | cdc9d6f | 2019-12-06 16:35:09 +0200 | [diff] [blame] | 31 | |
| 32 | |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 33 | Version history |
| 34 | --------------- |
| 35 | |
Timo Tietavainen | 8d8b558 | 2020-01-13 18:32:29 +0200 | [diff] [blame^] | 36 | [2.0.1] - 2020-01-13 |
Timo Tietavainen | 598ca39 | 2020-01-08 16:49:11 +0200 | [diff] [blame] | 37 | |
| 38 | * Add a fake database backend implementation to be used only for testing |
| 39 | purposes when the real DBAAS database service is not available. |
| 40 | |
Timo Tietavainen | 276ed3c | 2019-12-15 20:16:23 +0200 | [diff] [blame] | 41 | [2.0.0] - 2020-01-03 |
| 42 | |
| 43 | * Change find_keys() and find_and_get() API functions to support glob-style |
| 44 | regular expression in a key search pattern. API backward incompatible change. |
| 45 | * Remove 'atomic' parameter of find_and_get() API function. API backward |
| 46 | incompatible change. |
| 47 | |
Timo Tietavainen | cede9a3 | 2019-12-07 20:09:31 +0200 | [diff] [blame] | 48 | [1.0.2] - 2019-12-18 |
| 49 | |
| 50 | * Take Hiredis package into use in Redis database backend. |
| 51 | * Add unit tests for configuration handling. |
| 52 | |
Timo Tietavainen | cdc9d6f | 2019-12-06 16:35:09 +0200 | [diff] [blame] | 53 | [1.0.1] - 2019-12-06 |
| 54 | |
| 55 | * Version bump. |
| 56 | |
| 57 | [1.0.0] - 2019-12-05 |
| 58 | |
| 59 | * First version. |
| 60 | |
| 61 | |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 62 | |
| 63 | |
| 64 | Summary |
| 65 | ------- |
| 66 | |
| 67 | This is the first version of this package. |
| 68 | It implements RIC Shared Data Layer (SDL) library. |
| 69 | |
| 70 | |
| 71 | |
| 72 | |
| 73 | Release Data |
| 74 | ------------ |
| 75 | This is the first version of this package. |
| 76 | |
| 77 | |
| 78 | |
| 79 | |
| 80 | |
| 81 | Feature Additions |
| 82 | ^^^^^^^^^^^^^^^^^ |
| 83 | |
| 84 | |
| 85 | Bug Corrections |
| 86 | ^^^^^^^^^^^^^^^ |
| 87 | |
| 88 | |
| 89 | Deliverables |
| 90 | ^^^^^^^^^^^^ |
| 91 | |
| 92 | Software Deliverables |
| 93 | +++++++++++++++++++++ |
| 94 | |
| 95 | This version provides Python package ricsdl. |
| 96 | It can be retrieved from pypi.org. |
| 97 | |
| 98 | |
| 99 | |
| 100 | Documentation Deliverables |
| 101 | ++++++++++++++++++++++++++ |
| 102 | |
| 103 | |
| 104 | |
| 105 | |
| 106 | |
| 107 | Known Limitations, Issues and Workarounds |
| 108 | ----------------------------------------- |
| 109 | |
| 110 | System Limitations |
| 111 | ^^^^^^^^^^^^^^^^^^ |
| 112 | |
| 113 | |
| 114 | |
| 115 | Known Issues |
| 116 | ^^^^^^^^^^^^ |
| 117 | |
| 118 | Workarounds |
| 119 | ^^^^^^^^^^^ |
| 120 | |
| 121 | |
| 122 | |
| 123 | |
| 124 | |
| 125 | References |
| 126 | ---------- |
| 127 | |
| 128 | |