Skip to content

Commit

Permalink
Add CHANGELOG.md (#456) (#457)
Browse files Browse the repository at this point in the history
* Add CHANGELOG.md
  • Loading branch information
july2993 authored Jan 26, 2019
1 parent fe4317d commit 50f5b19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
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)

0 comments on commit 50f5b19

Please sign in to comment.