Skip to content

Releases: zendesk/maxwell

v1.28.2

02 Dec 16:41
Compare
Choose a tag to compare
  • fix for encryption parsing error on table creation
  • some logging around memory usage in RowMapBuffer

v1.28.1

25 Nov 05:01
Compare
Choose a tag to compare
  • fix http server issue in 1.28.0

v1.28.0

19 Nov 22:20
Compare
Choose a tag to compare
  • schema compaction! with the new --max_schemas option, maxwell will
    periodically roll up the maxwell.schemas table, preventing it from
    growing infinitely long.
  • fix metricsAgeSloMS calculation
  • support SRID columns
  • fix parsing of complex INDEX(CAST()) statements
  • various dependency bumps

v1.27.1

07 Aug 21:16
Compare
Choose a tag to compare
  • redis producer gets sentinal support
  • fix a double-reconnect race condition
  • file producer honors javascript row-suppression
  • better error messaging when we lack REPLICATION SLAVE privs
  • miscellaneous dependency bumps

v1.27.0

30 Jun 18:36
Compare
Choose a tag to compare
  • 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.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