Releases: zendesk/maxwell
Releases · zendesk/maxwell
v0.11.3
this is a bugfix release:
- fix problems with table creation options inside alter statements (
ALTER TABLE foo auto_increment=10
)
- fix a host of shutdown-procedure bugs
the test suite should also be way more reliable, not like you care.
v0.11.2
This is a bugfix release. It includes:
- soft deletions of maxwell.schemas to fix A->B->A master swapping without creating intense replication delay
- detect and fail early if we see
binlog_row_image=minimal
- kill off maxwell if the position thread dies
- fix a bug where maxwell could pick up a copy of schema from a different server_id (curse you operator precedence!)
v0.11.1
- maxwell gets a very minimal pass at detecting when a master has changed, in which it will kill off schemas and positions from a server_id that no longer is valid. this should prevent the worst of cases.
v0.11.0
This release of Maxwell preserves transaction information in the kafka stream by adding a xid
key in the JSON object, as well as a commit
key for the final row inside the transaction.
It also contains a bugfix around server_id handling.
v0.10.1
- proper support for BLOB, BINARY, VARBINARY columns (base 64 encoded)
- fix a problem with the SQL parser where specifying encoding or collation in a string column in the wrong order would crash
- make table option parsing more lenient
v0.10.0
- Mysql 5.6 checksum support!
- some more bugfixes with the SQL parser
v0.11.0-PRE3
- handle SAVEPOINT within transactions
- downgrade unhandled SQL to a warning
v0.11.0-PRE2
- fixes for myISAM "transactions"