X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=debian%2Fchangelog.in;h=78190df993d01184bdf958748d0472ac6fdf5016;hb=63869e10ac4d8572238989e1b582c0314da91f9c;hp=baf5140084f9a47f4883eda3619654d6dd739546;hpb=91a224f190867869d2d0b14a5f96e44a0593e682;p=ric-plt%2Fsdl.git diff --git a/debian/changelog.in b/debian/changelog.in index baf5140..78190df 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -1,3 +1,55 @@ +sdl (1.5.0-1) UNRELEASED; urgency=low + + * New listKeys API to support glob-style search pattern + * Deprecated old findKeys and findKeysAsync API + + -- Petri Ovaska Fri, 17 Sep 2021 11:54:21 +0300 + +sdl (1.4.0-1) UNRELEASED; urgency=low + + * Add synchronous readiness check API + + -- Timo Tietavainen Wed, 11 Aug 2021 08:02:59 +0300 + +sdl (1.3.0-1) UNRELEASED; urgency=low + + * Definable timeout for DB backend readiness in synchronous SDL API + * Fix SDL configuration file path Valgrind errors + + -- Timo Tietavainen Thu, 05 Aug 2021 15:25:59 +0300 + +sdl (1.2.1-1) UNRELEASED; urgency=low + + * Multiple DBAAS Redis standalone groups + + -- Petri Ovaska Mon, 31 May 2021 14:06:32 +0300 + +sdl (1.2.0-1) UNRELEASED; urgency=low + + * Multiple DBAAS Redis Sentinel groups + * New namespace (--ns) option in sdltool test-get-set -command + + -- Petri Ovaska Wed, 26 May 2021 17:27:08 +0300 + +sdl (1.1.3-1) UNRELEASED; urgency=low + + * Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg. + * Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets. + + -- Timo Tietavainen Sat, 16 May 2020 12:25:59 +0300 + +sdl (1.1.2-1) UNRELEASED; urgency=low + + * Add makefile targets to build rpm and Debian packages. + + -- Timo Tietavainen Fri, 15 May 2020 20:01:25 +0300 + +sdl (1.1.1-1) UNRELEASED; urgency=low + + * Add unit test code coverage (gcov) make target. + + -- Timo Tietavainen Mon, 11 May 2020 11:35:53 +0300 + sdl (1.1.0-1) unstable; urgency=medium * Add public helper classes for UT mocking.