Releases: fivetran/mysql-binlog-connector-java-osheroff
Releases · fivetran/mysql-binlog-connector-java-osheroff
Fix time_v1 deserialization
fix-time-using-duration-v5 Serialize using duration
Optimized deserialization RC4
Fix zeroing unused bits when reading signedness bitset.
Optimized deserialization RC3
Throws IOException from BinaryLogEventDataReader
's methods for consistency.
Optimized deserialization RC2
Fixes EOF packet handling.
Optimized deserialization RC1
Pre-release to test optimized deserialization with new approach to binlog client.
Fix deserialization for negative TIME values
Fixes deserialization logic for negative TIME datatype values.
Optimize packet header read routine
Pre-release to test faster packet header read.
Optimized deserialization with buffered client and array byCode
optimize-deserialization-by-code-fix Fix byCode implementation
Merge support for 8.4 commands and added pre-connect hooks
Merge support for 8.4 commands and added pre-connect hooks
move-before-connect-hook-before-gtid
Move the beforeConnect lifecycle hook to before the GTID / binlog initialization so we can control it based on what we see in the result of the beforeConnect activity