Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 1 | .. |
| 2 | .. Copyright (c) 2019 AT&T Intellectual Property. |
Timo Tietavainen | e67b9ab | 2022-03-14 07:27:30 +0200 | [diff] [blame^] | 3 | .. Copyright (c) 2019-2022 Nokia. |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 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 | e67b9ab | 2022-03-14 07:27:30 +0200 | [diff] [blame^] | 36 | [3.1.0] - 2022-03-14 |
| 37 | |
| 38 | * Enable redis/sentinel port and sentinel master name configuration |
| 39 | |
Timo Tietavainen | 6a906b7 | 2022-01-20 08:34:29 +0200 | [diff] [blame] | 40 | [3.0.2] - 2022-01-20 |
| 41 | |
| 42 | * Bump Redis client version to 4.1.1 and replace deprecated Redis client '_compat' |
| 43 | module with 'utils' module. |
| 44 | |
Timo Tietavainen | 7104c62 | 2021-11-18 20:51:38 +0200 | [diff] [blame] | 45 | [3.0.1] - 2021-11-18 |
| 46 | |
| 47 | * Add specific package versions for required dependencies: redis==3.5.3 and |
| 48 | * hiredis==2.0.0. Package ricsdl is not compatible with new redis 4.x.y versions. |
| 49 | |
Timo Tietavainen | f5af904 | 2021-06-10 15:54:37 +0300 | [diff] [blame] | 50 | [3.0.0] - 2021-06-10 |
| 51 | |
| 52 | * Simplify v2.3.0 notification callback and handle_events API to return received |
| 53 | event(s) only as a list type. Earlier single event was returned as a string type. |
| 54 | Notification callback and handle_events API changes are not backward compatible. |
| 55 | |
Timo Tietavainen | db77539 | 2021-06-09 05:56:54 +0300 | [diff] [blame] | 56 | [2.3.0] - 2021-06-09 |
| 57 | |
| 58 | * Pack all the events in a channel to one DB notification to be in line with SDL Golang. |
| 59 | |
Timo Tietavainen | c6c9af2 | 2021-05-11 14:43:09 +0300 | [diff] [blame] | 60 | [2.2.0] - 2021-05-11 |
| 61 | |
| 62 | * Add DB backend instance selection based on namespace value to balance DB load. |
| 63 | |
Timo Tietavainen | 6589d4d | 2021-03-09 14:37:14 +0200 | [diff] [blame] | 64 | [2.1.1] - 2021-03-09 |
| 65 | |
| 66 | * Take DBAAS multi-channel publishing Redis modules into use. |
| 67 | |
Timothy Ebido | a439239 | 2020-08-12 10:49:26 +0900 | [diff] [blame] | 68 | [2.1.0] - 2020-08-26 |
| 69 | |
| 70 | * Add support for notifications |
| 71 | |
Timo Tietavainen | 83a3e59 | 2020-05-13 14:21:09 +0300 | [diff] [blame] | 72 | [2.0.4] - 2020-05-13 |
| 73 | |
| 74 | * Enhance SDL API set() function argument validation to cover also dictionary items. |
| 75 | |
Timo Tietavainen | c979c0d | 2020-01-21 21:57:17 +0200 | [diff] [blame] | 76 | [2.0.3] - 2020-01-22 |
| 77 | |
| 78 | * Add a new SDL storage API function `is_active()` to check healthiness of SDL instance. |
| 79 | |
Timo Tietavainen | a44a10f | 2020-01-14 00:01:37 +0200 | [diff] [blame] | 80 | [2.0.2] - 2020-01-14 |
| 81 | |
| 82 | * Version bump. |
| 83 | |
Timo Tietavainen | 8d8b558 | 2020-01-13 18:32:29 +0200 | [diff] [blame] | 84 | [2.0.1] - 2020-01-13 |
Timo Tietavainen | 598ca39 | 2020-01-08 16:49:11 +0200 | [diff] [blame] | 85 | |
| 86 | * Add a fake database backend implementation to be used only for testing |
| 87 | purposes when the real DBAAS database service is not available. |
| 88 | |
Timo Tietavainen | 276ed3c | 2019-12-15 20:16:23 +0200 | [diff] [blame] | 89 | [2.0.0] - 2020-01-03 |
| 90 | |
| 91 | * Change find_keys() and find_and_get() API functions to support glob-style |
| 92 | regular expression in a key search pattern. API backward incompatible change. |
| 93 | * Remove 'atomic' parameter of find_and_get() API function. API backward |
| 94 | incompatible change. |
| 95 | |
Timo Tietavainen | cede9a3 | 2019-12-07 20:09:31 +0200 | [diff] [blame] | 96 | [1.0.2] - 2019-12-18 |
| 97 | |
| 98 | * Take Hiredis package into use in Redis database backend. |
| 99 | * Add unit tests for configuration handling. |
| 100 | |
Timo Tietavainen | cdc9d6f | 2019-12-06 16:35:09 +0200 | [diff] [blame] | 101 | [1.0.1] - 2019-12-06 |
| 102 | |
| 103 | * Version bump. |
| 104 | |
| 105 | [1.0.0] - 2019-12-05 |
| 106 | |
| 107 | * First version. |
| 108 | |
| 109 | |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 110 | |
| 111 | |
| 112 | Summary |
| 113 | ------- |
| 114 | |
| 115 | This is the first version of this package. |
| 116 | It implements RIC Shared Data Layer (SDL) library. |
| 117 | |
| 118 | |
| 119 | |
| 120 | |
| 121 | Release Data |
| 122 | ------------ |
| 123 | This is the first version of this package. |
| 124 | |
| 125 | |
| 126 | |
| 127 | |
| 128 | |
| 129 | Feature Additions |
| 130 | ^^^^^^^^^^^^^^^^^ |
| 131 | |
| 132 | |
| 133 | Bug Corrections |
| 134 | ^^^^^^^^^^^^^^^ |
| 135 | |
| 136 | |
| 137 | Deliverables |
| 138 | ^^^^^^^^^^^^ |
| 139 | |
| 140 | Software Deliverables |
| 141 | +++++++++++++++++++++ |
| 142 | |
| 143 | This version provides Python package ricsdl. |
| 144 | It can be retrieved from pypi.org. |
| 145 | |
| 146 | |
| 147 | |
| 148 | Documentation Deliverables |
| 149 | ++++++++++++++++++++++++++ |
| 150 | |
| 151 | |
| 152 | |
| 153 | |
| 154 | |
| 155 | Known Limitations, Issues and Workarounds |
| 156 | ----------------------------------------- |
| 157 | |
| 158 | System Limitations |
| 159 | ^^^^^^^^^^^^^^^^^^ |
| 160 | |
| 161 | |
| 162 | |
| 163 | Known Issues |
| 164 | ^^^^^^^^^^^^ |
| 165 | |
| 166 | Workarounds |
| 167 | ^^^^^^^^^^^ |
| 168 | |
| 169 | |
| 170 | |
| 171 | |
| 172 | |
| 173 | References |
| 174 | ---------- |