Skip to content

Commit 5256c26

Browse files
authored
Updated release notes (0.4.2)
1 parent eead0ec commit 5256c26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ This is **BACKWARD-INCOMPATIBLE** change.
1616
- BINARY/VARBINARY deserialization ([#56](https://github.com/shyiko/mysql-binlog-connector-java/issues/56)).
1717
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).
1818

19+
## [0.4.2](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.1...0.4.2) - 2016-09-20
20+
21+
### Fixed
22+
- A race condition that could result in duplicate events to be emitted on reconnect ([#113](https://github.com/shyiko/mysql-binlog-connector-java/issues/113)).
23+
1924
## [0.4.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.0...0.4.1) - 2016-08-31
2025

2126
### Fixed

0 commit comments

Comments
 (0)