322b64cdfe941de545651c32f19841ff435cbc35
[ric-plt/dbaas.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 for O-RAN SC Amber release of
23 ric-plt/dbaas.
24
25 .. contents::
26    :depth: 3
27    :local:
28
29
30
31 Version history
32 ---------------
33
34 [0.3.1] - 2020-02-13
35
36 * Upgrade base image to alpine3-go:1-rmr1.13.1 in Redis docker build
37
38 [0.3.0] - 2020-01-23
39
40 * Enable unit tests and valgrind in CI.
41 * Update redismodule with new commands.
42 * Update documentation.
43
44 [0.2.2] - 2019-11-12
45
46 * Take Alpine (version 6-a3.9) linux base image into use in Redis docker image.
47 * Add mandatory documentation files.
48
49 [0.2.1] - 2019-09-17
50
51 * Add the curl tool to docker image to facilitate trouble-shooting.
52
53 [0.2.0] - 2019-09-03
54
55 * Take Redis 5.0 in use.
56
57 [0.1.0] - 2019-06-17
58
59 * Initial Implementation to provide all the needed elements to deploy database
60   as a service docker image to kubernetes.
61 * Introduce new Redis modules: SETIE, SETNE, DELIE, DELNE, MSETPUB, MSETMPUB,
62   SETXXPUB, SETNXPUB, SETIEPUB, SETNEPUB, DELPUB, DELMPUB, DELIEPUB, DELNEPUB,
63   NGET, NDEL.