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.27.0, "running water"
- 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
v1.26.3, "the worst song in the goddamn world"
- 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, "dave the butcher"
- 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.0, "tip the waitress, feed her cocaine habit"
- We now support mysql 8's caching_sha2_password authentication scheme
- support for converting JSON field names to camelCase
v1.25.1, "nowhere to put it"
- issue zendesk#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, "mah mah mah my corona. I'm sorry. I'm sorry."
- swap un-maintained snaq.db with C3P0.
- support eu datadog metrics
- protect against lost connections during key queries (bootstrapping,
heartbeats, postition setting)