From f3091fef52671e3f2e8e7bb0ae9ba7f2017f3487 Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Wed, 15 Jun 2022 17:32:35 +0200 Subject: [PATCH] Release 0.8.0 (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist --- CHANGELOG.md | 7 +++++++ COPYING | 4 ++-- hircluster.h | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb533bb..8abc5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.8.0 - Jun 15, 2022 + +* Basic Redis 7.0 support. +* SSL/TLS handling in separate library. +* Command timeout corrections. +* Builds on Windows and macOS. + ### 0.7.0 - Sep 22, 2021 * Added support for stream commands in regular API. diff --git a/COPYING b/COPYING index b1ac9bf..375f0fb 100644 --- a/COPYING +++ b/COPYING @@ -2,8 +2,8 @@ Copyright (c) 2009-2011, Salvatore Sanfilippo Copyright (c) 2010-2011, Pieter Noordhuis Copyright (c) 2015-2017, Ieshen Zheng Copyright (c) 2020, Nick -Copyright (c) 2020-2021, Bjorn Svensson -Copyright (c) 2020-2021, Viktor Söderqvist +Copyright (c) 2020-2022, Bjorn Svensson +Copyright (c) 2020-2022, Viktor Söderqvist Copyright (c) 2021, Red Hat All rights reserved. diff --git a/hircluster.h b/hircluster.h index f31d5f9..4dd76fa 100644 --- a/hircluster.h +++ b/hircluster.h @@ -40,9 +40,9 @@ #define UNUSED(x) (void)(x) #define HIREDIS_CLUSTER_MAJOR 0 -#define HIREDIS_CLUSTER_MINOR 7 +#define HIREDIS_CLUSTER_MINOR 8 #define HIREDIS_CLUSTER_PATCH 0 -#define HIREDIS_CLUSTER_SONAME 0.7 +#define HIREDIS_CLUSTER_SONAME 0.8 #define REDIS_CLUSTER_SLOTS 16384