X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=fc7503790b9dddf4d734c932445b6245404f8351;hb=56f82fedfbfd59f13bcdb4a1e3776a61b434901b;hp=12beb5b14feae516509992b662fed5dea86ff14d;hpb=db7753971931247abf7fed67921074e518ec1f6d;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 12beb5b..fc75037 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,17 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[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.