Skip to content

Releases: zendesk/maxwell

v1.26.4

08 Jun 11:19
Compare
Choose a tag to compare
  • support now() function with precision

v1.26.3

26 May 05:22
Compare
Choose a tag to compare
  • 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

18 May 12:22
Compare
Choose a tag to compare
  • 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

07 May 21:22
Compare
Choose a tag to compare
  • fixes for redis re-connection login, thanks much @lucastex

v1.26.0

06 May 18:02
Compare
Choose a tag to compare
  • We now support mysql 8's caching_sha2_password authentication scheme
  • support for converting JSON field names to camelCase

v1.25.3

02 May 00:12
Compare
Choose a tag to compare
  • fixes memory leak in mysql-binlog-connector
  • fixes exceptions that occur when a connection passes wait_timeout

v1.25.2

01 May 17:11
Compare
Choose a tag to compare
  • Fixes for a long standing JSON bug in 8.0.19+

v1.25.1

22 Apr 18:21
Compare
Choose a tag to compare
  • 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

29 Mar 18:28
Compare
Choose a tag to compare
  • 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

25 Mar 18:31
Compare
Choose a tag to compare
  • 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