Skip to content

Releases: zendesk/maxwell

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

v1.28.2

02 Dec 16:41
Compare
Choose a tag to compare
  • fix for encryption parsing error on table creation
  • some logging around memory usage in RowMapBuffer

v1.28.1

25 Nov 05:01
Compare
Choose a tag to compare
  • fix http server issue in 1.28.0

v1.28.0

19 Nov 22:20
Compare
Choose a tag to compare
  • schema compaction! with the new --max_schemas option, maxwell will
    periodically roll up the maxwell.schemas table, preventing it from
    growing infinitely long.
  • fix metricsAgeSloMS calculation
  • support SRID columns
  • fix parsing of complex INDEX(CAST()) statements
  • various dependency bumps

v1.27.1

07 Aug 21:16
Compare
Choose a tag to compare
  • redis producer gets sentinal support
  • fix a double-reconnect race condition
  • file producer honors javascript row-suppression
  • better error messaging when we lack REPLICATION SLAVE privs
  • miscellaneous dependency bumps

v1.27.0

30 Jun 18:36
Compare
Choose a tag to compare
  • better support for empty/null passwords
  • allow bootstrap utility to query replication_host
  • a few library upgrades, notably pubsub and kinesis library
  • bootstrap connection uses jdbc_options properly
  • add logging for when we hit out of sync schema exceptions
  • allow for partitioning by thread_id, thx @gogov
  • fresh and clean documentation