Skip to content

Commit a35738c

Browse files
committed
Bump v1.1.32
1 parent 69ea863 commit a35738c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(kvrocks
3-
VERSION 1.1.31
3+
VERSION 1.1.32
44
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
55
LANGUAGES CXX)
66

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Version 1.1.32 (@2020-10-28)
2+
- FIX: hmget should not output empty string when hash key doesn't exist
3+
- FIX: disable compaction_checker_range when value is empty string
4+
15
* Version 1.1.31 (@2020-10-21)
26
- MOD: improve the multi-bulk string function performance
37
- FIX: hash tag calculation error

0 commit comments

Comments
 (0)