Skip to content

Releases: zendesk/maxwell

v1.34.1

21 Sep 19:11
Compare
Choose a tag to compare
  • support for mysql 8's visible/invisible columns
  • support mariadb's if-exists/if-not-exists for partition management
  • add an index for the http endpoint

v1.34.0

29 Jul 17:48
Compare
Choose a tag to compare
  • intern a bunch of objects in our in-memory representation of schema.
    Saves gobs of memory in cases where one has N copies of the same
    database. Note that this changes the API of Columns, should any
    embedded Maxwell application be using that.
  • go up to BIGINT for maxwell's auto-increment ids

v1.33.1

02 Jun 22:42
Compare
Choose a tag to compare
  • properties may now be fetched from a javascript blob in the env
  • RowMap provides access to primary keys
  • fix an odd NPE in mariaDB init

v1.33.0

29 Mar 23:54
Compare
Choose a tag to compare
  • Add HTTP endpoint for runtime reconfiguration

v1.32.0

17 Mar 21:05
Compare
Choose a tag to compare
  • Amazon SNS producer added, thanks Rober Wittman
  • kafka 2.7.0 supported
  • stackdriver metrics logging available

v1.31.0

11 Feb 00:57
Compare
Choose a tag to compare
  • Add producer for NATS streaming server

v1.30.0

05 Feb 17:39
Compare
Choose a tag to compare
  • support server-sent heartbeating on the binlog connection via --binlog-heartbeat
  • can connect to rabbitmq by URL, supports SSL connections
  • fix parser bug with multiline SQL
  • target JDK 11 -- we have dropped support for JDK 8
  • ability to send a microsecond timestamp via --output_push_timestamp
  • fixes for odd azure mysql connection failures

v1.29.2

27 Jan 01:14
Compare
Choose a tag to compare
  • fix for terrible performance regression in bootstrapping

v1.29.1

23 Dec 11:02
Compare
Choose a tag to compare
  • small bugfix release, fixes binlog event type processing in mysql 8

v1.29.0

15 Dec 21:04
Compare
Choose a tag to compare
  • High Availability support via jgroups-raft
  • rework --help text