Skip to content

Commit

Permalink
Release 1.3.2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShooterIT authored Apr 20, 2021
1 parent 083df59 commit 6d0b869
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(kvrocks
VERSION 1.3.1
VERSION 1.3.2
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
LANGUAGES CXX)

Expand Down
11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 1.3.2

Bug fixes
- Fix incorrect used_db_size in INFO command (#204)
- Fix the SST file creation time maybe 0 in some unknown conditions (#211)
- Fix get corruption writebatch data after psync restart (#221)

Improvements
- Optimize TCP keepalive detection time (#201)


# Version 1.3.1

New features
Expand Down

0 comments on commit 6d0b869

Please sign in to comment.