Releases: zendesk/maxwell
Releases · zendesk/maxwell
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.
v0.2.2
Version 0.2.2 sets up the LANG environment variable, which fixes a bug in utf-8 handling.
v0.2.1
version 0.2.1 makes Maxwell ignore CREATE INDEX ddl statements and others.
v0.2.0
This release gets Maxwell storing the last-written binlog position inside the mysql master itself.
v0.1.4
support --position_file param
v0.1.3
Adds kafka command line options.
v0.1.1
v0.1.1, a small bugfix release.