Skip to content

v3.2.1 Bugfix Release

Compare
Choose a tag to compare
@Crim Crim released this 03 Feb 00:38
· 19 commits to master since this release
7d4d70a

3.2.1 (02/03/2020)

PR-42

Features

  • Officially added support for Kafka versions 2.1.x, 2.2.x, 2.3.x, 2.4.x.
    • (Documentation change only)

Bugfix

  • Fixes bug in ZookeeperTestServer.start() where calling start on an already running instance caused the instance to be restarted instead of being a no-operation.
    This caused issues with Kafka version 2.1.x on startup and shutdown causing tests to hang.

Internal dependency updates

  • JUnit4 from 2.12 to 2.13
  • JUnit5 from 5.3.2 to 5.6.0