Skip to content

Releases: zendesk/maxwell

v0.7.1

15 May 23:02
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • only keep 5 most recent schemas

v0.7.0

29 Apr 01:53
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • handle CURRENT_TIMESTAMP parsing properly
  • better binlog position sync behavior

v0.6.3

13 Apr 23:17
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • better blacklist for CREATE TRIGGER

v0.6.2

13 Apr 21:29
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • maxwell now ignores SAVEPOINT statements.

v0.6.1

13 Apr 20:56
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • fixes a bug with parsing length-limited indexes.

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.