Skip to content

Commit d7f8638

Browse files
committed
Updated 0.3.3 release notes
1 parent 5a9943c commit d7f8638

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

changelog.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,42 @@
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-
## [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

0 commit comments

Comments
 (0)