Skip to content

Commit

Permalink
Bump version v4.0.5 (tikv#8542)
Browse files Browse the repository at this point in the history
* bump 4.0.5

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* update change log

Signed-off-by: gengliqi <gengliqiii@gmail.com>
  • Loading branch information
gengliqi authored Aug 28, 2020
1 parent 004785b commit f39927a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project are documented in this file.
See also [TiDB Changelog](https://github.com/pingcap/tidb/blob/master/CHANGELOG.md) and [PD Changelog](https://github.com/pingcap/pd/blob/master/CHANGELOG.md).

## [4.0.5] - 2020-08-28
+ New Features
+ Define error code for errors [#8387](https://github.com/tikv/tikv/pull/8387)
+ Bug Fixes
+ Speed up leader election when Hibernate Region is enabled [#8292](https://github.com/tikv/tikv/pull/8292)
+ Fix the memory leak issue during scheduling [#8357](https://github.com/tikv/tikv/pull/8357)
+ Add the `hibernate-timeout` configuration item to prevent the leader from becoming hibernate too fast [#8208](https://github.com/tikv/tikv/pull/8208)

## [4.0.3] - 2020-07-24

+ Improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tikv"
version = "4.0.4"
version = "4.0.5"
authors = ["The TiKV Authors"]
description = "A distributed transactional key-value database powered by Rust and Raft"
license = "Apache-2.0"
Expand Down

0 comments on commit f39927a

Please sign in to comment.