All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.2.1 - 2015-05-19
SocketFactory.createSocket
method signature by addingthrows SocketException
.
- Initial handshake error reporting (so that actual message received from the server wouldn't be lost).
- Risk of BinaryLogClient getting stuck while in "pre-close" state.
0.2.0 - 2015-05-01
- Support for COM_BINLOG_DUMP_GTID (
BinaryLogClient
::gtidSet) (#41). - Support for authentication via empty password (#39).
- Server error reporting (#37).
WARNING: If you are using exception message to identify specific server errors - you'll need to switch toServerException
::errorCode (as message no longer includes error code).
EventHeaderV4Deserializer
eventLength handling (#35).
0.1.3 - 2015-03-30
- Deserialization of
BitSet
s in little-endian (#34).
0.1.2 - 2015-02-17
- TABLE_MAP/ROTATE
EventDataDeserializer
s handling (#29).
0.1.1 - 2014-12-08
- EXT_WRITE_ROWS event data deserialization when binlog_row_image is set to 'minimal' (default is 'full') (#26).