From f081a10054e68a4787f1f36977f35967abf8052d Mon Sep 17 00:00:00 2001 From: sr_zhao Date: Tue, 16 Jul 2024 21:13:21 +0800 Subject: [PATCH] rls: release 1.4.1. --- SWAP-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/SWAP-RELEASENOTES b/SWAP-RELEASENOTES index 46701438410..b1ff4f772d4 100644 --- a/SWAP-RELEASENOTES +++ b/SWAP-RELEASENOTES @@ -1,3 +1,12 @@ +================================================================================ +ror-1.4.1 Released Tue July 16 00:00:00 CST 2024 +================================================================================ +* [new] bitmap supports turn on/off by swap-bitmap-subkeys-enabled. +* [fix] bitmap self-describing subkey_size. +* [opt] bitmap supports memory usage. +* [opt] list crash due to var_arg type not match. +* [fix] ratelimit not effective. + ================================================================================ ror-1.4.0 Released Fri June 7 00:00:00 CST 2024 ================================================================================ diff --git a/src/version.h b/src/version.h index 5d741530ff8..7f7b6fa0a74 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define REDIS_VERSION "6.2.6" #define REDIS_VERSION_NUM 0x00060206 -#define SWAP_VERSION "1.4.0" +#define SWAP_VERSION "1.4.1"