Skip to content

Commit 6b3db13

Browse files
authored
update changelog.md and tools dep to 2.1.5 (#477) (#478)
* update changelog.md and tools dep to 2.1.5 * Update CHANGELOG.md Co-Authored-By: july2993 <[email protected]>
1 parent 3257486 commit 6b3db13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ All notable changes to this project are documented in this file.
1414
+ Other
1515
- Add integration test for node status [#416](https://github.com/pingcap/tidb-binlog/pull/416)
1616

17+
## [2.1.4]
18+
- Nothing's changed
19+
20+
## [2.1.5]
21+
- Update the DDL binlog replication plan to guarantee the correctness of DDL [#466](https://github.com/pingcap/tidb-binlog/pull/466)
22+
- Switch juju/errors to pingcap/error [#464](https://github.com/pingcap/tidb-binlog/pull/464)
23+
- Open go mod and update despondencies [#475](https://github.com/pingcap/tidb-binlog/pull/475)
24+
- Add package pkg/loader [#471](https://github.com/pingcap/tidb-binlog/pull/471)
25+
- Add tool Arbiter sync from Kafka to Mysql [#441](https://github.com/pingcap/tidb-binlog/pull/441)
26+

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/pingcap/parser v0.0.0-20190118033454-a52e5bde3bd2
4343
github.com/pingcap/pd v2.1.3+incompatible
4444
github.com/pingcap/tidb v2.1.3+incompatible
45-
github.com/pingcap/tidb-tools v2.1.3-0.20190131080057-1e1754144120+incompatible
45+
github.com/pingcap/tidb-tools v2.1.5+incompatible
4646
github.com/pingcap/tipb v0.0.0-20190107072121-abbec73437b7
4747
github.com/prometheus/client_golang v0.8.0
4848
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165

0 commit comments

Comments
 (0)