Releases: zendesk/maxwell
Releases · zendesk/maxwell
v1.26.4
- support now() function with precision
v1.26.3
- use pooled redis connections, fixes corruption when redis was accessed
from multiple threads (bootstrap/producer), thanks @lucastex
- fix date handling of '0000-01-01'
- fix race condition in binlog reconnect logic
v1.26.2
- bootstraps can be scheduled in the future by setting the
started_at
column, thanks @lucastex
- two mysql 8 fixes; one for a
DEFAULT(function())
parse error, one
for supporting DEFAULT ENCRYPTION
v1.26.1
- fixes for redis re-connection login, thanks much @lucastex
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