X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=f5ad8c271f58e133fa4115e9639b09afedf86cf6;hb=f5af904e67965020d95688d62a738682c80bd920;hp=496254cd4585ac02904a1d84daf5847b5910be64;hpb=6589d4db658073c411c1e9e419e7770d45ed0a66;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 496254c..f5ad8c2 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,20 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[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.