Skip to content

Commit

Permalink
Bump to 2.0.10 (tikv#3932)
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
overvenus authored and Connor1996 committed Dec 17, 2018
1 parent 92a07d6 commit d3bd2c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
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).

## [2.0.10]
### Bug Fixes
* Avoid transferring the leader to a newly created peer, to optimize the possible delay [#3929](https://github.com/tikv/tikv/pull/3929)
* Fix redundant Region heartbeats [#3930](https://github.com/tikv/tikv/pull/3930)

## [2.0.9]
### Bug Fixes
* Add the `end-key` limit to the `kv_scan` interface [#3749](https://github.com/tikv/tikv/pull/3749)
Expand Down
4 changes: 2 additions & 2 deletions 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 = "2.0.9"
version = "2.0.10"
keywords = ["KV", "distributed-systems", "raft"]
build = "build.rs"

Expand Down

0 comments on commit d3bd2c7

Please sign in to comment.