Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.35.0
- couple of parser fixes
- docker builds are now multi-platform
- replication_reconnection_retries configuration option
- quote table names in bootstrapper properly
v1.34.1
- 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
- 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
- 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
- Add HTTP endpoint for runtime reconfiguration
v1.32.0
- Amazon SNS producer added, thanks Rober Wittman
- kafka 2.7.0 supported
- stackdriver metrics logging available
v1.31.0
- Add producer for NATS streaming server
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
- fix for terrible performance regression in bootstrapping
v1.29.1
- small bugfix release, fixes binlog event type processing in mysql 8