X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=4013a07cb6ea898c31b03102873209e512896e9f;hb=6a906b7852d851b850eca5f3cee80362a6ea10a4;hp=257c772af520936f3f7ca45b3baa40b5860811ad;hpb=bef156a640df036aa97fe1f2656c54a5717fc12b;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 257c772..4013a07 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,42 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[3.0.2] - 2022-01-20 + +* Bump Redis client version to 4.1.1 and replace deprecated Redis client '_compat' + module with 'utils' module. + +[3.0.1] - 2021-11-18 + +* Add specific package versions for required dependencies: redis==3.5.3 and +* hiredis==2.0.0. Package ricsdl is not compatible with new redis 4.x.y versions. + +[3.0.0] - 2021-06-10 + +* Simplify v2.3.0 notification callback and handle_events API to return received + event(s) only as a list type. Earlier single event was returned as a string type. + Notification callback and handle_events API changes are not backward compatible. + +[2.3.0] - 2021-06-09 + +* Pack all the events in a channel to one DB notification to be in line with SDL Golang. + +[2.2.0] - 2021-05-11 + +* Add DB backend instance selection based on namespace value to balance DB load. + +[2.1.1] - 2021-03-09 + +* Take DBAAS multi-channel publishing Redis modules into use. + +[2.1.0] - 2020-08-26 + +* Add support for notifications + +[2.0.4] - 2020-05-13 + +* Enhance SDL API set() function argument validation to cover also dictionary items. + [2.0.3] - 2020-01-22 * Add a new SDL storage API function `is_active()` to check healthiness of SDL instance. @@ -132,5 +168,3 @@ Workarounds References ---------- - -