This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-tap-mysql
Releases · transferwise/pipelinewise-tap-mysql
1.6.0 (2024-05-09)
What's Changed
- Prefer SSL connection to source by @louis-pie in #181
Full Changelog: v1.5.6...v1.6.0
1.5.6 (2023-08-10)
What's Changed
- AP-1531 Zero-pad fixed-length binary fields by @Samira-El in #162
Full Changelog: v1.5.5...v1.5.6
1.5.5 (2023-07-05)
What's Changed
- LookupError: unknown encoding: utf8mb3 by @Samira-El in #163
- Bump plpygis from 0.2.0 to 0.2.1 by @dependabot in #142
Full Changelog: v1.5.4...v1.5.5
1.5.4 (2023-05-22)
What's Changed
- AP-1477: Bump python-mysql-replication by @Samira-El in #156
Full Changelog: v1.5.3...v1.5.4
1.5.3 (2023-04-25)
- LOG_BASED: Set mariadb slave capability to 4 to mitigate bug in Mariadb 10.6.12 (#149)
1.5.2 (2022-08-12)
- Bump mysql-replication to 0.30
1.5.1 (2022-04-05)
Fix: Handle case when BINLOG_GTID_POS returns multiple comma separated GTIDs
1.5.0 (2022-03-11)
- Support logical replication using GTID, for both Mariadb & MySql
- Log error message when session sqls fail
- Bump depenedencies to support Mysql 8
- Migrate CI to Github Actions.
1.4.3 (2021-04-09)
- Fix in LOG_BASED method: re-discovery constantly running when table has unsupported column type.
- Add support for tinytext column type
- Bump pendulum to 1.5.1
- Add unit tests and re-arrange tests folder
1.4.2 (2021-03-15)
Fixing typo introduced by a previous change.