X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rpm%2Fsdl.spec.in;h=3b019b3692abda7548750ed1af8eb37a2c5be787;hb=fefde502cd4b1d2517f9de30a009d2dea59a7cf1;hp=ed49ad73c87bc66bff8ecf30f377ed1546506763;hpb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;p=ric-plt%2Fsdl.git diff --git a/rpm/sdl.spec.in b/rpm/sdl.spec.in index ed49ad7..3b019b3 100755 --- a/rpm/sdl.spec.in +++ b/rpm/sdl.spec.in @@ -1,5 +1,5 @@ Name: sdl -Version: 1.2.0 +Version: 1.5.1 Release: 1%{?dist} Summary: C++ API library for Shared Data Layer clients @@ -50,6 +50,23 @@ rm -f %{buildroot}%{_libdir}/lib*.*a %{_includedir}/sdl %changelog +* Fri Sep 17 2021 Petri Ovaska - 1.5.1-1 +- Add set, get and listKeys -sdltool CLI commands + +* Fri Sep 17 2021 Petri Ovaska - 1.5.0-1 +- New listKeys API to support glob-style search pattern +- Deprecated old findKeys and findKeysAsync API + +* Thu Aug 11 2021 Timo Tietavainen - 1.4.0-1 +- Add synchronous readiness check API + +* Thu Aug 05 2021 Timo Tietavainen - 1.3.0-1 +- Definable timeout for DB backend readiness in synchronous SDL API +- Fix SDL configuration file path Valgrind errors + +* Mon May 31 2021 Petri Ovaska - 1.2.1-1 +- Multiple DBAAS Redis standalone groups + * Wed May 26 2021 Petri Ovaska - 1.2.0-1 - Multiple DBAAS Redis Sentinel groups - New namespace (--ns) option in sdltool test-get-set -command