From 9273f5852bfb7c3086fb7dfbe41080a7b0480c90 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 10 Dec 2024 20:27:16 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cce50..e81cbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +- Fix a thread safety issue in `hiredis-client` when using the `pubsub` client concurrently. + # 0.22.2 - Fix the sentinel client to properly extend timeout for blocking commands.