Commit 6b3db13 1 parent 3257486 commit 6b3db13 Copy full SHA for 6b3db13
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,13 @@ All notable changes to this project are documented in this file.
14
14
+ Other
15
15
- Add integration test for node status [#416](https://github.com/pingcap/tidb-binlog/pull/416)
16
16
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
+
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
github.com/pingcap/parser v0.0.0-20190118033454-a52e5bde3bd2
43
43
github.com/pingcap/pd v2.1.3+incompatible
44
44
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
46
46
github.com/pingcap/tipb v0.0.0-20190107072121-abbec73437b7
47
47
github.com/prometheus/client_golang v0.8.0
48
48
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
You can’t perform that action at this time.
0 commit comments