Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: transferwise/pipelinewise-tap-mysql

1.4.1 (2021-03-12)

12 Mar 12:47
eb26434
Compare
Choose a tag to compare

Fix data loss during log_based replication.

1.4.0 (2020-11-09)

09 Nov 17:03
e9fd0d2
Compare
Choose a tag to compare

Support MySQL spatial types

1.3.8 (2020-10-16)

19 Oct 08:59
99eb9e8
Compare
Choose a tag to compare

Fix mapping bit to boolean values

1.3.7 (2020-09-04)

04 Sep 12:46
7df974e
Compare
Choose a tag to compare

Fix an issue with converting row to singer record where encountering a time type column causes the override of the whole row.

1.3.6 (2020-09-02)

02 Sep 15:57
44ad67d
Compare
Choose a tag to compare

Fixed an issue when every extracted row was logged at INFO level and produced huge log files

1.3.5 (2020-08-27)

27 Aug 11:02
b045c56
Compare
Choose a tag to compare

Fix issue with time sql type not properly processed.

Previously, it used to be turned into a datetime in the form of 1970-01-01 HH:MM:SS, and now it's formatted to only be HH:MM:SS

1.3.4 (2020-08-05)

05 Aug 08:54
0a0b3cf
Compare
Choose a tag to compare

Fix few issues with new discovered schema after changes are detected during LOG_BASED runtime.

1.3.3 (2020-07-23)

23 Jul 11:05
317e4e6
Compare
Choose a tag to compare

During LOG_BASED runtime, detect new columns, incl renamed ones, by comparing the columns in the binlog event to the stream schema, and if there are any additional columns, run discovery and send a new SCHEMA message to target. This helps avoid data loss.

1.3.2 (2020-06-15)

15 Jun 14:46
23ab803
Compare
Choose a tag to compare
  • Revert pymysql back to 0.7.11.
    pymysql >= 0.8.1 introducing some not expected and not backward compatible changes how it's dealing with
    invalid datetime columns.

1.3.1 (2020-06-15)

15 Jun 10:44
224e84a
Compare
Choose a tag to compare
  • Fix dependency issue by removing attrs from setup.py
  • Bump pymysql to 0.9.3