Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.22.4
- Add row type to fallback message
- Upgrade jackson-databind
v1.22.3
- fix issue with google pubsub in 1.22.2
v1.22.2
- fix an issue with bootstrapping-on-replicas
- add --output_primary_keys and --output_primary_key_columns
- fix a very minor memory leak with blacklists
v1.22.1
- fix crash in rabbit-mq producer
- better support for maxwell + azure-mysql
- remove bogus different-host bootstrap check
- some security upgrades
v1.22.0
- Bootstrapping has been reworked and is now available in all setups,
including those in which the maxwell store is split from the replicator.
- cleanup and fix a deadlock in the kafka fallback queue logic
- add .partition_string = to javascript filters
v1.21.1
- Upgrade binlog connector. Should fix issues around deserialization
errors.
v1.21.0
- Bootstrapping output no longer contain binlog positions. Please update
any code that relies on this.
- Fix 3 parser issues.
v1.20.0
- add support for partitioning by transaction ID thx @hexene
- add support for a kafka "fallback" topic to write to
when a message fails to write
- add UJIS charset support
- parser bug: multiple strings concatenate to make one default string
- parser bug: deal with bizarre column renames which are then referenced
in AFTER column statements
v1.19.7
- fix a parser error with empty sql comments
- interpret latin-1 as windows-1252, not iso-whatever, thx @borleaandrei
v1.19.6
- Further fixes for GTID-reconnection issues.
- Crash sanely when GTID-enabled maxwell is connected to clearly the wrong master,
thanks @acampoh