X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=257c772af520936f3f7ca45b3baa40b5860811ad;hb=refs%2Fchanges%2F96%2F2296%2F3;hp=8576334317548deff7ea1bddadbb7de906b1259e;hpb=cdc9d6f67f47f207003b354da004fd4dd2c55827;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8576334..257c772 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,31 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[2.0.3] - 2020-01-22 + +* Add a new SDL storage API function `is_active()` to check healthiness of SDL instance. + +[2.0.2] - 2020-01-14 + +* Version bump. + +[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. +* Add unit tests for configuration handling. + [1.0.1] - 2019-12-06 * Version bump.