From 4923b04ce7ec5de7a497739de98fc522fc3897ee Mon Sep 17 00:00:00 2001 From: Harmen Date: Wed, 29 May 2024 15:39:52 +0200 Subject: [PATCH] changelog for v2.33.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cbbf2..28ed159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ ## Changelog +### v2.33.0 + +- minimum Go version is now 1.17 +- fix integer overflow (thanks @wszaranski) +- test against the last BSD redis (7.2.4) +- ignore 'redis.set_repl()' call (thanks @TingluoHuang) +- various build fixes (thanks @wszaranski) +- add StartAddrTLS function (thanks @agriffaut) +- support for the NOMKSTREAM option for XADD (thanks @Jahaja) +- return empty array for SRANDMEMBER on nonexistent key (thanks @WKBae) + + ### v2.32.1 - support for SINTERCARD (thanks @s-barr-fetch)