Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.26.0
- We now support mysql 8's caching_sha2_password authentication scheme
- support for converting JSON field names to camelCase
v1.25.3
- fixes memory leak in mysql-binlog-connector
- fixes exceptions that occur when a connection passes wait_timeout
v1.25.2
- Fixes for a long standing JSON bug in 8.0.19+
v1.25.1
- issue #1457, ALTER DATABASE with implicit database name
- maxwell now runs on JDK 11 in docker
- exit with status 2 when we can't find binlog files
v1.25.0
- swap un-maintained snaq.db with C3P0.
- support eu datadog metrics
- protect against lost connections during key queries (bootstrapping,
heartbeats, postition setting)
v1.24.2
- bugfix parsing errors: compressed columns, exchange partitions,
parenthesis-enclosed default values, drop column foo.t
.
- add partition-by-random feature.
- update jackson-databind to get security patch
- fix redis channel interpolation on RPUSH
v1.24.1
- allow jdbc_options on secondary connections
- fix a crash in bootstrapping / javascript filters
- fix a regression in message.publish.age metric
v1.24.0
- add comments field to bootstrapping, thanks Tom Collins
- fix sql bug with #comments style comments
v1.23.5
- Update bootstrap documentation
- Bump drop wizard metrics to support Java versions 10+