File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.2...HEAD )
5+ ## [ 0.3.3] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.2...0.3.3 ) - 2016-08-08
6+
7+ ### Added
8+ - INTVAR deserializer.
9+ - Rudimentary support for GEOMETRY.
10+
11+ ### Fixed
12+ - Handling of DATE/DATETIME/TIMESTAMP's "zero" value (e.g. '0000-00-00').
13+
14+ ## [ 0.3.2] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.1...0.3.2 ) - 2016-07-19
15+
16+ ### Fixed
17+ - Fractional seconds deserialization on MySQL 5.6.4+ ([ #103 ] ( https://github.com/shyiko/mysql-binlog-connector-java/issues/103 ) ).
18+
19+ ## [ 0.3.1] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.0...0.3.1 ) - 2016-01-15
20+
21+ ### Fixed
22+ - Broken "non blocking" mode backport from master.
23+
24+ ## [ 0.3.0] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.4...0.3.0 ) - 2016-01-15
25+
26+ ### Added
27+ - Support for "non blocking" mode (equivalent to running ` mysqlbinlog ` without --stop-never)
28+
29+ ### Fixed
30+ - NPE if user attempts to read binary log 'within the logical event group' ([ #60 ] ( https://github.com/shyiko/mysql-binlog-connector-java/issues/60 ) ).
31+
32+ ## [ 0.2.4] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.3...0.2.4 ) - 2015-09-09
33+
34+ ### Fixed
35+ - Possible infinite loop in case of EOF in the middle of ByteArrayInputStream::fill.
36+
37+ ## [ 0.2.3] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.2...0.2.3 ) - 2015-08-31
38+
39+ ### Fixed
40+ - Handling of packets exceeding 16mb in size.
641
742## [ 0.2.2] ( https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.1...0.2.2 ) - 2015-07-10
843
You can’t perform that action at this time.
0 commit comments