X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Frelease-notes.rst;h=bb7fdc4c856e6633a03c3bdff80bcf5b50a77cdb;hb=1fb0e222e95d5af6df20d922501f585c1ef9fd0b;hp=0c9700ff07ac5aef480ad6a7e7f782aec6a9e03b;hpb=0f37fbdad6df038d57aaceb9313894995a7bc3cf;p=ric-plt%2Fsdlgo.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0c9700f..bb7fdc4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,6 @@ .. .. Copyright (c) 2019 AT&T Intellectual Property. -.. Copyright (c) 2019 Nokia. +.. Copyright (c) 2019-2022 Nokia. .. .. Licensed under the Creative Commons Attribution 4.0 International .. Public License (the "License"); you may not use this file except @@ -30,7 +30,64 @@ This document provides the release notes of the sdlgo. Version history --------------- -[v0.5.3] - 2020-08-17 +[0.10.0] - 2022-03-14 + +* Enable redis/sentinel port and sentinel master name configuration + +[0.9.6] - 2022-02-07 + +* Fix multi-namespace SDL event subscribe + +[0.9.5] - 2022-01-20 + +* Pump Redis client version to v8.11.4 and fix Redis APIs to have a Golang + Context type of argument. + +[0.9.4] - 2022-01-12 + +* SDL CLI command to generate sdlcli shell completion file for bash + +[0.9.3] - 2021-12-30 + +* Fix SDL CLI get -command to write results stdout stream when command success + +[0.9.2] - 2021-12-22 + +* Fix SDL CLI healthcheck to ignore ghost Redis Sentinel entries + +[0.9.1] - 2021-12-20 + +* Refactor and reduce code complexity, no API changes +* Validate namespace argument in SDL CLI get keys -command + +[0.9.0] - 2021-12-16 + +* SDL CLI tool + +[0.8.0] - 2021-09-22 + +* New ListKeys API in syncstorage +* Add deprecation warnings for SdlInstance APIs + +[0.7.0] - 2021-05-11 + +* Add DB backend instance selection based on namespace value to balance DB load. + +[0.6.0] - 2021-05-11 + +* Add SDL multi-namespace API 'SyncStorage'. + +[0.5.5] - 2021-03-09 + +* Take DBAAS multi-channel publishing Redis modules into use. +* Fix potential type conversion crash in RemoveIf() and + RemoveIfAndPublish() APIs. + +[0.5.4] - 2020-10-07 + +* Fix Go routine race condition when new DB notifications are subscribed. + +[0.5.3] - 2020-08-17 * Take Redis client version 6.15.9 into use.