Releases: transferwise/pipelinewise-tap-mysql
1.4.1 (2021-03-12)
Fix data loss during log_based replication.
1.4.0 (2020-11-09)
Support MySQL spatial types
1.3.8 (2020-10-16)
Fix mapping bit to boolean values
1.3.7 (2020-09-04)
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)
Fixed an issue when every extracted row was logged at INFO
level and produced huge log files
1.3.5 (2020-08-27)
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)
Fix few issues with new discovered schema after changes are detected during LOG_BASED runtime.
1.3.3 (2020-07-23)
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)
- Revert
pymysql
back to0.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)
- Fix dependency issue by removing
attrs
fromsetup.py
- Bump
pymysql
to0.9.3