-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CHANGELOG.md
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# TiDB-Binlog | ||
All notable changes to this project are documented in this file. | ||
|
||
## [2.1.3] | ||
+ Pump | ||
- Add a API to get binlog by ts [#449](https://github.com/pingcap/tidb-binlog/pull/449) | ||
|
||
+ Drainer | ||
- Fix history job not sorted by schema version [#444](https://github.com/pingcap/tidb-binlog/pull/444) | ||
- 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) | ||
- Fix not skip rollback state ddl job [#432](https://github.com/pingcap/tidb-binlog/pull/432) | ||
- Fix data may not consistent when no pk but has uk [#421](https://github.com/pingcap/tidb-binlog/pull/421) | ||
|
||
+ Other | ||
- Add integration test for node status [#416](https://github.com/pingcap/tidb-binlog/pull/416) | ||
|