------------------ Properly support `time` sql type.
1.3.4
------------------ Fix few issues with new discovered schema after changes are detected during LOG_BASED runtime.
1.3.3
------------------ 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
-------------------
- 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.