File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.10.0] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.9.2...0.10.0 ) - 2017-02-28
6
+
7
+ ### Added
8
+ - ` BinaryLogClient::heartbeatInterval ` ([ 118] ( https://github.com/shyiko/mysql-binlog-connector-java/issues/118 ) ).
9
+ NOTE: While it's 0 (disabled) by default it's RECOMMENDED that you turn it on (regardless whether you use built-in
10
+ keepAlive mechanism or not).
11
+
12
+ ### Changed
13
+ - ` BinaryLogClient::connectTimeout ` scope (connection will now be forcefully terminated if ` LifecycleListener::onConnect `
14
+ isn't reached within ` BinaryLogClient::connectTimeout ` from ` BinaryLogClient::connect ` ).
15
+
5
16
## [ 0.9.2] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.9.1...0.9.2 ) - 2017-02-25
6
17
7
18
### Fixed
You can’t perform that action at this time.
0 commit comments