We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca7ea commit 8ca7a94Copy full SHA for 8ca7a94
CHANGELOG.md
@@ -2,6 +2,14 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.19.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.18.1...0.19.0) - 2019-02-13
6
+
7
+### Added
8
+- [MySQL 8.0.1+ table metadata](https://mysqlhighavailability.com/more-metadata-is-written-into-binary-log/) support ([#251](https://github.com/shyiko/mysql-binlog-connector-java/issues/251)).
9
10
+### Fixed
11
+- `connect`/`disconnect` keepalive thread race condition ([#260](https://github.com/shyiko/mysql-binlog-connector-java/issues/260)).
12
13
## [0.18.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.18.0...0.18.1) - 2019-02-04
14
15
### Fixed
0 commit comments