X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=319c49719aecba6376414bffbf96fc62f0c09f75;hb=refs%2Fchanges%2F65%2F6765%2F3;hp=0c9700ff07ac5aef480ad6a7e7f782aec6a9e03b;hpb=0f37fbdad6df038d57aaceb9313894995a7bc3cf;p=ric-plt%2Fsdlgo.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0c9700f..319c497 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -30,7 +30,30 @@ This document provides the release notes of the sdlgo. Version history --------------- -[v0.5.3] - 2020-08-17 +[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.