Skip to content

Commit 50f5b19

Browse files
authored
Add CHANGELOG.md (#456) (#457)
* Add CHANGELOG.md
1 parent fe4317d commit 50f5b19

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# TiDB-Binlog
2+
All notable changes to this project are documented in this file.
3+
4+
## [2.1.3]
5+
+ Pump
6+
- Add a API to get binlog by ts [#449](https://github.com/pingcap/tidb-binlog/pull/449)
7+
8+
+ Drainer
9+
- Fix history job not sorted by schema version [#444](https://github.com/pingcap/tidb-binlog/pull/444)
10+
- Change default config value to more reasonable value [#439](https://github.com/pingcap/tidb-binlog/pull/439) [#442](https://github.com/pingcap/tidb-binlog/pull/442)
11+
- Fix not skip rollback state ddl job [#432](https://github.com/pingcap/tidb-binlog/pull/432)
12+
- Fix data may not consistent when no pk but has uk [#421](https://github.com/pingcap/tidb-binlog/pull/421)
13+
14+
+ Other
15+
- Add integration test for node status [#416](https://github.com/pingcap/tidb-binlog/pull/416)
16+

0 commit comments

Comments
 (0)