From fecadc07367e84bfe1063eaf559aba60df66602f Mon Sep 17 00:00:00 2001 From: Ben Schermel Date: Mon, 1 Jun 2020 20:51:28 -0400 Subject: [PATCH] update changelog Former-commit-id: 6968a0cfcb01d244ab9eff55b959a4c42f030182 --- pkg/deb/master_changelog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index d792095b2..26420ec1b 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,11 +1,14 @@ keydb (6.0.8-1distribution_placeholder) codename_placeholder; urgency=medium - * 6.0.8 - * Updating deb package builds to build from source and phasing out init.d on newer builds. dh_installsystemd from deb helper >=11 used where applicable + * This is our first release to fully support all Redis 6.0.4 features, including but not limited to: TLS Support (fully supports multithreading!), Client side caching, RESP 3 Support + * KeyDB Has also added the following new features: Improved memory efficiency for short strings, Fastlock autotuning, KeyDB.HRENAME (rename a member of a hash)In addition we've spent a lot of time focussing on stability. + * The following bug fixes are resolved: 150 - Deadlock in ReplicationFeedMonitors, 170 - KeyDB dying via SIGABORT, 180 - crash after setting maxclients via cmd line, 169 - Write performance of a master dropped sharply when a slave is added + * In addition untracked issues were resolved: Potential deadlock when entering futex sleep, Pub/Sub Async messages may not be sent in a timely manner when load is low, Excessive logging during failed RREPLAY, KeyDB unresponsive handling clients on different threads during RDB load + * Updated deb package builds to build from source and phasing out init.d. dh_installsystemd from deb helper 11 used where applicable * Naming conventions are now updated [ keydbpackage_version-build~distribution_architecture] and master changelog included and maintained * keydb-pro-server binary is no longer inluded in the open source package - -- Ben Schermel Sun, 31 May 2020 8:00:37 +0000 + -- Ben Schermel Mon, 1 June 2020 8:00:37 +0000 keydb (5.3.3-1distribution_placeholder) codename_placeholder; urgency=medium