File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
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
- ## [ Unreleased] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.0...HEAD )
5
+ ## [ Unreleased] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.1...HEAD )
6
+
7
+ ## [ 0.2.1] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.0...0.2.1 ) - 2015-05-19
8
+
9
+ ### Changed
10
+ - ` SocketFactory.createSocket ` method signature by adding ` throws SocketException ` .
11
+
12
+ ### Fixed
13
+ - Initial handshake error reporting (so that actual message received from the server wouldn't be lost).
14
+ - Risk of BinaryLogClient getting stuck while in "pre-close" state.
6
15
7
16
## [ 0.2.0] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.1.3...0.2.0 ) - 2015-05-01
8
17
### Added
You can’t perform that action at this time.
0 commit comments