Skip to content

Commit

Permalink
Bump to 2.1.3 (tikv#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored and zhangjinpeng87 committed Jan 28, 2019
1 parent 75b8d92 commit f8c478a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.1.3]
- Support obtaining the monitoring information using the HTTP method [#3855](https://github.com/tikv/tikv/pull/3855)
- Fix the NULL issue of `data_format` [#4075](https://github.com/tikv/tikv/pull/4075)
- Add verifying the range for scan requests [#4124](https://github.com/tikv/tikv/pull/4124)

## [2.1.2]
- Support the configuration format in the unit of `DAY` (`d`) and fix the configuration compatibility issue [#3931](https://github.com/tikv/tikv/pull/3931)
- Fix the possible panic issue caused by `Approximate Size Split` [#3942](https://github.com/tikv/tikv/pull/3942)
Expand Down
12 changes: 6 additions & 6 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.1.2"
version = "2.1.3"
keywords = ["KV", "distributed-systems", "raft"]
publish = false

Expand Down

0 comments on commit f8c478a

Please sign in to comment.