Skip to content

Commit 3f3f595

Browse files
authored
Added 0.5.1 release notes
1 parent bfacb94 commit 3f3f595

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.0...HEAD)
5+
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.5.1...HEAD)
66

77
### Added
88
- A way to control Socket i/s buffering (using BinaryLogClient::setSocketFactory()).
@@ -16,6 +16,13 @@ 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.5.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.5.0...0.5.1) - 2016-10-18
20+
21+
### Fixed
22+
- ROWS_QUERY event deserialization ([#124](https://github.com/shyiko/mysql-binlog-connector-java/issues/124)).
23+
- JSON length determination.
24+
- GTID sync (GtidSet is now updated before BinaryLogClient.EventListener|s are notified).
25+
1926
## [0.5.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.2...0.5.0) - 2016-10-06
2027

2128
### Added

0 commit comments

Comments
 (0)