Skip to content

Releases: fivetran/mysql-binlog-connector-java-osheroff

Optimized deserialization RC4

28 Jan 10:47
888c63f
Compare
Choose a tag to compare
Pre-release

Fix zeroing unused bits when reading signedness bitset.

Optimized deserialization RC3

27 Jan 10:03
9a5df24
Compare
Choose a tag to compare
Pre-release

Throws IOException from BinaryLogEventDataReader's methods for consistency.

Optimized deserialization RC2

23 Jan 10:16
85fcc35
Compare
Choose a tag to compare
Pre-release

Fixes EOF packet handling.

Optimized deserialization RC1

22 Jan 11:19
1bdcf63
Compare
Choose a tag to compare
Pre-release

Pre-release to test optimized deserialization with new approach to binlog client.

Fix deserialization for negative TIME values

21 Jan 17:48
dc527cb
Compare
Choose a tag to compare

Fixes deserialization logic for negative TIME datatype values.

Optimize packet header read routine

16 Jan 13:54
d45f65b
Compare
Choose a tag to compare
Pre-release

Pre-release to test faster packet header read.

Optimized deserialization with buffered client and array byCode

13 Jan 16:55
5950c5e
Compare
Choose a tag to compare
optimize-deserialization-by-code-fix

Fix byCode implementation

Merge support for 8.4 commands and added pre-connect hooks

21 Aug 19:47
06d8851
Compare
Choose a tag to compare

Merge support for 8.4 commands and added pre-connect hooks

move-before-connect-hook-before-gtid

03 Apr 16:18
Compare
Choose a tag to compare
Pre-release

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

Add hook before binlog stream requested

08 Mar 20:11
Compare
Choose a tag to compare
Pre-release
add-new-hook-before-connect

Add a lifecycle hook to run commands before streaming has begun