Skip to content

Commit b668d22

Browse files
committed
Added 0.10.0 release notes
1 parent 4521c89 commit b668d22

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
516
## [0.9.2](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.9.1...0.9.2) - 2017-02-25
617

718
### Fixed

0 commit comments

Comments
 (0)