Releases: zendesk/maxwell
Releases · zendesk/maxwell
v0.9.0
Also, vanchi is so paranoid he's worried immediately about this.
- mysql 5.6 support (without checksum support, yet)
- fix a bunch of miscellaneous bugs @akshayi1 found (REAL, BOOL, BOOLEAN types, TRUNCATE TABLE)
v0.8.1
- minor bugfix release around mysql connections going away.
v0.8.0
- add "ts" field to row output
- add --config option for passing a different config file
- support int1, int2, int4, int8 columns
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.