Releases: fivetran/mysql-binlog-connector-java
DECODE_RELEASE_DATETIMEV2
0.21.0-1.6-FIVETRAN_DEBUG always using datetime_v2
0.21.0-1.5-FIVETRAN
Contains both the old and the new binary log parser in order to selectively instantiate our parser based on a feature flag. Only used to retain both old and new functionality for feature flagging purposes
0.21.0-1-FIVETRAN
Pulled latest shyiko/master to absorb deadlock fix. Added abort functionality so we don't call disconnect within our EventListener
0.20.1-7-FIVETRAN
Create unknown event type for invalid and proprietary event types. Removed AURORA_PADDING event type.
0.20.1-6-FIVETRAN
Adds support for aurora_padding events, refactors EventTypes to use IDs instead of their ordinals
0.20.1-5-FIVETRAN
Extends fractional second resolution for TIMESTAMP, DATETIME, TIME
Test release
adds test fix for microsecond resolution in timestamps/datetimes
0.20.1-3-FIVETRAN
Fixing year type
0.20.1-2-FIVETRAN
Call appropriate OutputStream#write
0.20.1-1-FIVETRAN
Latest shyiko release with ability to connect to Azure MySQL with a plaintext or SSL socket.