X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rpm%2Fsdl.spec.in;h=4d5da0d1e8c9434a7c37aad5a42d36f8c787cc9b;hb=b4e17e19a35bf714f5ae6c1c041e951ed9de10d4;hp=f7973ec1693c1d7ab9156c317232622028fea28a;hpb=2e2c88665843b4bd805dbd1a2c71e5959fa9d5bb;p=ric-plt%2Fsdl.git diff --git a/rpm/sdl.spec.in b/rpm/sdl.spec.in index f7973ec..4d5da0d 100755 --- a/rpm/sdl.spec.in +++ b/rpm/sdl.spec.in @@ -1,5 +1,5 @@ Name: sdl -Version: 1.1.3 +Version: 1.5.1 Release: 1%{?dist} Summary: C++ API library for Shared Data Layer clients @@ -50,6 +50,27 @@ 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 + +* Wed 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 + * Sat May 16 2020 Timo Tietavainen - 1.1.3-1 - Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg. - Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets.