Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.31.0
v1.30.0
- 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
v1.29.1
v1.29.0
v1.28.2
v1.28.1
v1.28.0
- schema compaction! with the new --max_schemas option, maxwell will
periodically roll up themaxwell
.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
v1.27.0
- 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