Skip to content

v3.2.5 Feature Update

Latest
Compare
Choose a tag to compare
@Crim Crim released this 21 Feb 05:50
· 1 commit to master since this release

3.2.5 (02/21/2023)

  • Add official support for Kafka versions 3.0.x through 3.4.x
  • gquintana added the following method to KafkaTestUtils to allow for additional control over the records being produced.
    Thanks for the contribution!
public List<ProducedKafkaRecord<byte[], byte[]>> produceRecords(final Collection<ProducerRecord<byte[], byte[]>> records)

Internal dependency updates

  • JUnit5 from 5.8.2 to 5.9.2
  • Fix CI Build scripts