Releases: zendesk/maxwell
Releases · zendesk/maxwell
v0.7.2
- handle inline sql comments
- ignore more user management SQL
v0.7.1
- only keep 5 most recent schemas
v0.7.0
- handle CURRENT_TIMESTAMP parsing properly
- better binlog position sync behavior
v0.6.3
- better blacklist for CREATE TRIGGER
v0.6.2
- maxwell now ignores SAVEPOINT statements.
v0.6.1
- fixes a bug with parsing length-limited indexes.
v0.6.0
Version 0.6.0 has Maxwell outputting a JSON kafka key, so that one can use Kafka's neat "store the last copy of a key" retention policy. It also fixes a couple of bugs in the query parsing path.
v0.5.0
- maxwell now captures primary keys on tables. We'll use this to form kafka key names later.
- maxwell now outputs to a single topic, hashing the data by database name to keep a database's updates in order.
v0.4.0
v0.4.0 fixes some bugs with long-lived mysql connections by adding connection pooling support.
v0.3.0
This version fixes a fairly nasty bug in which the binlog-position flush thread was sharing a connection with the rest of the system, leading to crashes.
It also enables kafka gzip compression by default.