Skip to content

Commit 566d35b

Browse files
committed
Updated the changelog
1 parent fcadfb6 commit 566d35b

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

changelog.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,37 @@
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.4...HEAD)
5+
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.3.0...HEAD)
66

77
### Added
8-
- Rudimentary support for GEOMETRY.
9-
8+
- Rudimentary support for GEOMETRY.
9+
- INTVAR deserializer.
10+
- A way to control Socket i/s buffering (using BinaryLogClient::setSocketFactory()).
11+
- GTID auto positioning.
12+
1013
### Changed
1114
- DATETIME/DATETIME_V2/TIMESTAMP/TIMESTAMP_V2/DATE/TIME/TIME_V2 deserialization to `long`s (Unix timestamp).
1215
This is **BACKWARD-INCOMPATIBLE** change.
1316

1417
### Fixed
1518
- BINARY/VARBINARY deserialization ([#56](https://github.com/shyiko/mysql-binlog-connector-java/issues/56)).
1619
This is **BACKWARD-INCOMPATIBLE** change as CHAR/VARCHAR/BINARY/VARBINARY are now returned as `byte[]` (which you can obviously convert to String with `new String(byte[], Charset)` if needed).
17-
- NPE if user attempts to read binary log 'within the logical event group' ([#60](https://github.com/shyiko/mysql-binlog-connector-java/issues/60)).
1820
- Handling of DATE/DATETIME/TIMESTAMP's "zero" value (e.g. '0000-00-00').
21+
- GTID set "rollover".
22+
23+
## [0.3.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.4...0.3.0) - 2016-01-15
24+
25+
### Added
26+
- Support for "non blocking" mode (equivalent to running `mysqlbinlog` without --stop-never)
27+
28+
### Fixed
29+
- NPE if user attempts to read binary log 'within the logical event group' ([#60](https://github.com/shyiko/mysql-binlog-connector-java/issues/60)).
1930

2031
## [0.2.4](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.3...0.2.4) - 2015-09-09
2132

2233
### Fixed
2334
- Possible infinite loop in case of EOF in the middle of ByteArrayInputStream::fill.
24-
35+
2536
## [0.2.3](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.2...0.2.3) - 2015-08-31
2637

2738
### Fixed

0 commit comments

Comments
 (0)