X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=c7b927d34eba3a9be156ee200f6083c9e958e6a0;hb=8d8b558fbc0f68bb5942849a5846d9ce1cbf444d;hp=92a49a6552c325ab5db4d7c8807dbaab2b6a3d30;hpb=cede9a3eacc358aeec806c71208540743889e303;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 92a49a6..c7b927d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,18 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[2.0.1] - 2020-01-13 + +* Add a fake database backend implementation to be used only for testing + purposes when the real DBAAS database service is not available. + +[2.0.0] - 2020-01-03 + +* Change find_keys() and find_and_get() API functions to support glob-style + regular expression in a key search pattern. API backward incompatible change. +* Remove 'atomic' parameter of find_and_get() API function. API backward + incompatible change. + [1.0.2] - 2019-12-18 * Take Hiredis package into use in Redis database backend.