Skip to content

Commit 8374af2

Browse files
committed
Release 2.0.4
1 parent 412cf38 commit 8374af2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(kvrocks
3-
VERSION 2.0.3
3+
VERSION 2.0.4
44
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
55
LANGUAGES CXX)
66

Changelog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Version 2.0.4
2+
3+
New features
4+
- Support LUA script commands (#363) (#369)
5+
Currently, support EVAL, EVALSHA, and SCRIPT commands, but SCRIPT KILL
6+
and DEBUG subcommands are not supported.
7+
8+
Improvements
9+
- Allow metadata and subkey CF to share a single block cache (#365) (#373)
10+
- Add master_repl_offset in INFO command output (#374)
11+
12+
Bugfixes
13+
- Fixed dynamic resize target_file_size_base bug (#368)
14+
Before we only apply this strategy to the default CF(i.e. subkey CF)
15+
16+
117
# Version 2.0.3
218

319
Improvements

0 commit comments

Comments
 (0)