You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.32.0, "cmon cmon no one can see you cry"
- Amazon SNS producer added, thanks Rober Wittman
- kafka 2.7.0 supported
- stackdriver metrics logging available
v1.30.0, "all of this has happened before"
- 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.28.0, "stardew mania"
- 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