Skip to content

Releases: zendesk/maxwell

v0.6.0

10 Apr 01:53
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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

06 Apr 22:56
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 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

25 Mar 17:44
Compare
Choose a tag to compare

v0.4.0 fixes some bugs with long-lived mysql connections by adding connection pooling support.

v0.3.0

24 Mar 20:42
Compare
Choose a tag to compare

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

22 Mar 20:59
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Version 0.2.2 sets up the LANG environment variable, which fixes a bug in utf-8 handling.

v0.2.1

21 Mar 01:56
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

version 0.2.1 makes Maxwell ignore CREATE INDEX ddl statements and others.

v0.2.0

18 Mar 19:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release gets Maxwell storing the last-written binlog position inside the mysql master itself.

v0.1.4

09 Mar 23:13
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

support --position_file param

v0.1.3

09 Mar 01:22
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Adds kafka command line options.

v0.1.1

06 Mar 22:45
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

v0.1.1, a small bugfix release.