Skip to content

Releases: fivetran/mysql-binlog-connector-java

DECODE_RELEASE_DATETIMEV2

13 Sep 23:44
Compare
Choose a tag to compare
Pre-release
0.21.0-1.6-FIVETRAN_DEBUG

always using datetime_v2

0.21.0-1.5-FIVETRAN

15 Mar 22:14
Compare
Choose a tag to compare
0.21.0-1.5-FIVETRAN Pre-release
Pre-release

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

08 Feb 17:06
ded5e80
Compare
Choose a tag to compare

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

19 Nov 05:30
17d09db
Compare
Choose a tag to compare

Create unknown event type for invalid and proprietary event types. Removed AURORA_PADDING event type.

0.20.1-6-FIVETRAN

13 Oct 02:47
83d6ece
Compare
Choose a tag to compare

Adds support for aurora_padding events, refactors EventTypes to use IDs instead of their ordinals

0.20.1-5-FIVETRAN

01 Apr 23:42
10d7c8c
Compare
Choose a tag to compare

Extends fractional second resolution for TIMESTAMP, DATETIME, TIME

Test release

01 Apr 02:16
Compare
Choose a tag to compare

adds test fix for microsecond resolution in timestamps/datetimes

0.20.1-3-FIVETRAN

14 Oct 20:45
3f1bc55
Compare
Choose a tag to compare

Fixing year type

0.20.1-2-FIVETRAN

13 May 23:51
Compare
Choose a tag to compare

Call appropriate OutputStream#write

0.20.1-1-FIVETRAN

13 May 22:44
Compare
Choose a tag to compare

Latest shyiko release with ability to connect to Azure MySQL with a plaintext or SSL socket.